html
	{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#C1C1C1;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#C1C1C1;
	scrollbar-track-color:#FFFFFF;
	background-color: #C1C1C1;
	overflow: hidden;
	height:100%; 
	max-height:100%;
		/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */
	}
body
{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	overflow:hidden; 
}
#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:160px; 
	bottom:23px; 
	width:983px;
	background:#fff; 
	margin-left:-489px; 
	left:50%; 
	}

* html #content {
	top:0px; 
	bottom:0; 
	height:100%;
	width:983px;
	border-top:160px solid #fff;
	border-bottom:20px solid #fff;
	}
#head {
	position:absolute; 
	margin-left:-489px; 
	left:50%; 
	top:0; 
	width:983px; 
	height:100%; 
	z-index:5;
	}
	* html #head {
	top:0px; width:983px; height:100%;
	}
			
#logo
				{
					z-index:5;
					position:absolute; 
					width:983px; 
					height:135px;
					margin-left:-489px; 
					left:50%; 
					top:0; 
					}
					
					
				#navleiste
					{
					z-index:5;
					position:absolute; 
					margin-left:-489px; 
					left:50%; 
					top:135px; 
					background-image: url(../img/hauptmenue.jpg);
					width:983px;
					height:26px;
					}
					/* Mainnavi */
				#nav_ausrichtung
					{
					padding-top:1px;
					padding-left:38px;
					text-align:left;
					}
				#nav_ausrichtung a
					{
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 letter-spacing:0.08em;
					color:#7F7F80;
					font-size:0.6em;
					text-decoration:none;
					padding: 7px 25px 5px 13px;
					padding-left:14px;
					font-weight:bold;
					}
				#nav_ausrichtung a:visited
					{
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 letter-spacing:0.08em;
					color:#7F7F80;
					font-size:0.6em;
					text-decoration:none;
					padding: 7px 25px 5px 13px;
					padding-left:14px;
					font-weight:bold;
					background-repeat:no-repeat;
					}
				#nav_ausrichtung a:hover
					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.08em;
	color: #42291c;
	background-image: url(../img/pfeil_menue.jpg);
	background-repeat:no-repeat;
					}
				a#aktive
					{
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 letter-spacing:0.08em;
					 color:#42291c;
					font-size:0.6em;
					text-decoration:none;
					padding: 7px 25px 5px 13px;
					padding-left:14px;
					font-weight:bold;
					background-image: url(../img/pfeil_menue.jpg); 
					background-repeat:no-repeat;
					}

#footer {
	text-align:center;
	position:absolute; 
	margin-left:-489px;
	background-color:#FFFFFF;
	background-image:url(../img/line_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#C8C8C8;
	left:50%; 
	bottom:0; 
	width:978px;
	height:15px;
	text-align:left;
	padding: 8px 0 0 5px; 
	z-index:50;
	}

* html #footer {
	bottom:2px; width:978px; height:15px;
	}
	

