html, body
	{
	margin:0;
	padding:0;
	background-image:url(../img/hg.gif);
	font-family: verdana, arial;
	scrollbar-base-color:#6275C8;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-darkshadow-color:#6275C8;
	scrollbar-face-color:#6275C8;
	scrollbar-highlight-color:#6275C8;
	scrollbar-shadow-color:#6275C8;
	scrollbar-track-color:#fff;
	overflow: hidden;
	}
#body
	{
	width:100%;
	text-align: center;
	}
#navleiste
	{
	background-color:#6275C8;
	width:800px;
	height:25px;
	}
	
#top
	{
	background-color:#6275C8;
	width:800px;
	height:25px;
	}
	
#photo
	{
	width:800px;
	height:132px;
	}

#contentbereich
	{
	background-color:#FFFFFF;
	top:0;
	height:100%;
	width:800px;
	}
	
#footer
	{
	background-color:#6275C8;
	border-top: 2px solid #72BB36;
	font-size:0.7em;
	color:#FFF;
	width:795px;
	height:30px;
	text-align:left;
	padding: 4px 0 0 5px;
	}
	
#impr_pos
{
	padding-left:400px;
}


