@charset "UTF-8";
/* CSS Document */



/* mac hide\*/
html, body {height:100%}
/* end hide */

/* Fix für den FF3-Bug (1-Pixel-Shift) */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }
/* end fix */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1099px; /* für Mozilla*/
	background-color: #545454;
	color: #000000;
}



#outer{
	height:100%;
	min-height:100%;
	width:1099px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../../images/layout09/content_bg3.gif) repeat-y center center;

}
 
html>body #outer{height:auto;} 	/* Für mozilla, IE nimmt height sowieso als min-height */
#innerwrap {					/* erst den Content anzeigen */
	position:relative;			/* Für IE erforderlich -> Float */
	float:left;
	left:23px;
	width:853px;
	z-index:1;
}
#header{
	position:absolute;
	top:0;
	left:22px;
	width:1054px;
	height:75px;
	background:#000000;
	border:0px solid #000;
	overflow:hidden;
	color: #FFFFFF;
	z-index:100;
}
#left {
	position:relative;			/*Für IE erforderlich -> Float */
	width:123px;
	float:left;
	background-color: #999999;
	top:75px !important; 
	padding-top:75px;			/* Space für den Header */
	padding-bottom:42px;		/* Space für den Footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;			/* Für IE erforderlich -> Float */
	width:199px;
	float:right;
	right:23px;
	background-color: #999999;
	padding-top:75px;			/* Space für den Header */
	padding-bottom:42px;		/* Space für den Footer */
	
}

#footer_outer {
	width:1099px;
	clear:both;
	height:50px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background-color: #FF8080;
	background:  url(../../images/layout09/content_bg3.gif) repeat-y center center;
	color: #000000;
	text-align:left;
	left:0px;
	bottom:0;
	position: absolute;
}




* html #footer_outer {		/* Dieser Style ist nur für IE */
	\height:52px;			/* für IE5 */
	he\ight:50px;			/* für IE6 */
}

#footer {
	position:absolute;
	width:726px;
	height:40px;
	left:147px;
	text-align:center;
	background-color: #FFFFFF;
	padding-top:0px;
}


div,p  {margin-top:0}		/* Top-margin clear für Mozilla */

#centrecontent {
	position:relative;
	width:729px;
	float:right;
	background-color: #FFFFFF;
	border-left:0px solid #000;
	top:28px !important;
	padding-top:0px;
	padding-bottom:42px;	/* Space für den Footer */
	z-index: 4;
}

#titleline {
	width:729px;
	height:45px;
	background-color: #b5db00;
	/* border-left:1px solid #000; */
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	margin-top:0px;
	padding-top:0px;
}

#titleline_right {
	position:absolute;
	width:199px;
	height:45px;
	top:277px !important;
	background-color: #b5db00;
	/* border-left:1px solid #000; */
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:0px solid #666666;
	margin-top:0px;
	padding-top:0px;
	
}



#header_img_page2{
	position:relative; 
	/* background: url(../images/layout09/home_test.jpg); */
	left:0px; 
	top:75px; 
	width:853px; 
	height:249px;
	overflow:visible;
	z-index: 2;
	}


#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:75px;clear:both} /* Footer Clear */

