html
	{
	margin:0;
	padding:0;
	font-family:arial,verdana;
	scrollbar-base-color:#71A0CC;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-darkshadow-color:#71A0CC;
	scrollbar-face-color:#71A0CC;
	scrollbar-highlight-color:#71A0CC;
	scrollbar-shadow-color:#71A0CC;
	scrollbar-track-color:#fff;
	background-image:url(../img/hg.gif);
	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:325px; 
	bottom:23px; 
	width:800px;
	background:#fff; 
	margin-left:-400px; 
	left:50%; 
	}

* html #content {
	top:0px; 
	bottom:0; 
	height:100%;
	width:800px;
	border-top:325px solid #fff;
	border-bottom:24px solid #fff;
	}
#head {
	position:absolute; 
	margin-left:-400px; 
	left:50%; 
	top:0; 
	width:800px; 
	height:100%; 
	font-size:1em; 
	z-index:5;
	}
	* html #head {
	top:2px; width:800px; height:100%;
	}
				#logo
				{
					z-index:5;
					position:absolute; 
					width:800px; 
					height:83px;
					margin-left:-400px; 
					left:50%; 
					top:0; 
					}
					#photo
					{
					z-index:5;
					position:absolute; 
					margin-left:-400px; 
					left:50%; 
					top:83px; 
					width:800px;
					height:217px;
					}
				#navleiste
					{
					z-index:5;
					position:absolute; 
					margin-left:-400px; 
					left:50%; 
					top:300px; 
					background-color:#71A0CC;
					width:800px;
					height:25px;
					}
					/* Mainnavi */
				#nav_ausrichtung
					{
					padding-top:1px;
					text-align:left;
					}
				#nav_ausrichtung a
					{
					font-family:arial;
					color:#1F4989;
					font-size:0.7em;
					text-decoration:none;
					margin:0 4px 0 10px;
					padding-left:10px;
					font-weight:bold;
					}
				#nav_ausrichtung a:visited
					{
					font-family:arial;
					color:#1F4989;
					font-size:0.7em;
					text-decoration:none;
					margin:0 4px 0 10px;
					padding-left:10px;
					font-weight:bold;
					background-repeat:no-repeat;
					}
				#nav_ausrichtung a:hover
					{
					color:#FFFFFF;
					background-image: url(../img/eck.gif); 
					background-repeat:no-repeat;
					}
				a#aktive
					{
					font-family:arial;
					color:#FFFFFF;
					font-size:0.7em;
					text-decoration:none;
					margin:0 4px 0 10px;
					padding-left:10px;
					font-weight:bold;
					background-image: url(../img/eck.gif); 
					background-repeat:no-repeat;
					}

#footer {
	text-align:center;
	position:absolute; 
	margin-left:-400px;
	background-color:#1F4989;
	font-size:0.7em;
	color:#FFFFFF; 
	left:50%; 
	bottom:0; 
	width:795px;
	height:18px;
	text-align:left;
	padding: 4px 0 0 5px; 
	z-index:50;
	}

* html #footer {
	bottom:2px; width:800px; height:22px;
	}
