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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #002331;
	background-color: #e9e8f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
}
#main{
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	z-index: 1;
}
#nav{
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 5px;
	
}
.navi{
	float: left;
	padding-right: 5px;
}
#head{
	height: 390px;
	background-image: url(../images/roger_hase.jpg);
	background-repeat: no-repeat; 
}
#mutter{

}
#content{
	line-height: 140%;
	padding: 5px;
}
#footer{
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10px;
}
a img{
	border: 0px;
}
a{
	color: #0095da;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.contentelement{
	clear: both;
}
.clear{
	clear: both;
}
h1{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffac00;
	font-size: 15px;
	line-height: 140%;
}
.layout5{
	padding-top: 5px;
}