/* basic css reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /css_Reset */

html {
	height:100%;
	/*font-family: "Trebuchet MS",
             "Segoe UI",
             Candara,
             "Bitstream Vera Sans",
             "DejaVu Sans",
             Verdana,
             sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;		 
	font-size:12px;
}
body {
	background:transparent url(../images/bg_tile.png) top left repeat;
	height:100%;
	background-color:#cc7900;
}

#outer {
	background:transparent url(../images/bg_schatten_c.png) top left repeat-y;
	min-height:100%;
	margin:0 auto;
	/*width:854px;
	padding:0 93px;*/
	width:990px;
	padding:0 25px;
	position:relative;
}
/*ie6 min-height hack fuer hintergrund*/
* html #outer {
	height:100%;
}

.def_padding_nav {
	background:url(../images/back-nav.png) no-repeat 0 0;
	padding: 0px 68px 0px 68px;
	clear:both;
	height:90px;
}
.def_padding {
	padding: 0px 68px 0px 68px;
	clear:both;
}
.def_padding#videopage {
	background-color:black;
	padding-top:40px;
}

h1 {
	font-size:22px;
	color:#292880;
	line-height:normal;
}
h2 {
	font-size:22px;
	color:#000000;
	margin-top:5px;
	line-height:normal;
}
h3 {
	font-size:14px;
	color:#fde9cc;
	margin:11px 0 3px -1px;
	line-height:normal;
}
h3 i {
	text-transform:none;
}
p {
	line-height:16px;
}

/* ROW1 */
/* BILDBEREICH */
#row1 {
	height:412px;

}

/* ROW2 */
/* NAVIGATION */
#row2 {
	padding: 10px 0 20px 0;
	margin:0 0 0 0;
	/*margin-top:5px;*/
	/*width:100%;*/
	height:50px;
	position:relative;
}
#row2 h1 {
	position:relative;
	left:30px;
	top:27px;
}

#row2 a {
	background: transparent url(../images/menu_sprite.png) no-repeat top left;
	display:block;
	width:51px;
	height:47px;
	text-indent:-999em;
}
#row2 li {
	float:left;
	margin-right:19px;
	display:block;
	width:51px;
	height:47px;
	z-index:5;
	position:relative;
}
#row2 ul {
	float:left;
}
#home a:hover,#home a.active{
	background-position:0 -47px;
}
#home a{
	background-position:0 -47px;
}
#uebersicht a:hover,#uebersicht a.active {
	background-position:-48px 0;
}
#uebersicht a {
	background-position:-48px -47px;
}
#laser a:hover,#laser a.active {
	background-position:-98px 0;
}
#laser a {
	background-position:-98px -47px;
}
#rolle a:hover,#rolle a.active {
	background-position:-146px 0;
}
#rolle a {
	background-position:-146px -47px;
}
a#rshome {
	position:absolute;
	right:0px;
	top:10px;
	background-position:-196px 0;
}
a#rshome:hover,a#rshome.active {
	background-position:-196px 0;
}
a#rshome {
	background-position:-196px -47px;
}

/* ROW3 */
/* INHALTSBEREICH */
#row3 {
	padding: 20px 0px 45px 0;
	position:relative;
}
.txt_content {
	width:536px;
}
.txt_content a {
	color:white;
}
.bild_rechts {
	position:absolute;
	right:0;
	top:20px;
}
.bild_rechts_big {
	position:absolute;
	right:0;
	top:120px;
}

/* FOOTER */
#footer {
	background:url(../images/back-footer.png) no-repeat;
	width:990px;
	text-align:center;
	color:#fde9cc;
	position:absolute;
	left:25px;
	bottom:0px;
	padding:5px 0;
	margin:10px 0 0 0;
}
#footer a {
	
	color:#fde9cc;
}
h2 a {
	
	color:#fde9cc;
}



