/* CSS Document */

html, body{
	margin:0px; 
	padding:0px; 
	text-align:left; 
	vertical-align:top; 
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #ff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a:focus {outline: none;}
	
#container{
	width:100%;
	background-image:url(images/back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:804px;}
	
	
#menu{
	position:absolute;
	width:208px;
	height:242px;
	left:100px;
	top: 320px;
}
#menu ul {
	list-style-type: none;
}
#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a {
	position: absolute;
	width: 250px;
	height: 40px;
}

#nav1 {
	width: 250px;
	height: 40px;
	background-image: url(images/nav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav2 {
	width: 250px;
	height: 40px;
	background-image: url(images/nav.png);
	background-position: 0 -40px;
	background-repeat: no-repeat;
}
#nav3 {
	width: 250px;
	height: 40px;
	background-image: url(images/nav.png);
	background-position: 0 -80px;
	background-repeat: no-repeat;
}
#nav4 {
	width: 250px;
	height: 40px;
	background-image: url(images/nav.png);
	background-position: 0 -120px;
	background-repeat: no-repeat;
}
#nav5 {
	width: 250px;
	height: 40px;
	background-image: url(images/nav.png);
	background-position: 0 -160px;
	background-repeat: no-repeat;
}
#nav6 {
	width: 250px;
	height: 40px;
	background-image: url(images/nav.png);
	background-position: 0 -200px;
	background-repeat: no-repeat;
}

#nav1:hover {background-position: -250px 0px;}
#nav2:hover {background-position: -250px -40px;}
#nav3:hover {background-position: -250px -80px;}
#nav4:hover {background-position: -250px -120px;}
#nav5:hover {background-position: -250px -160px;}
#nav6:hover {background-position: -250px -200px;}
	
#titel{
	width:319px;
	height:149px;
	left:380px;
	top:106px;
	position:absolute;}
#footer{
	height:16px;
	width:100%;
	background-color:#404b04;
	bottom:0px;
	position:fixed;
	font-size:10px;
	color:#FFFFFF;
	padding-left:15px;
	vertical-align:middle;
	text-align:left;
	padding-top:1px;
	}
#footer a{
	color:#FFFFFF;}
#footer a:hover{
	text-decoration:none;}
#opening{
	width:234px;
	height:100px;
	font-size:10px;
	line-height:14px;
	text-align:right;
	top:706px;
	left:136px;
	position:absolute;}
#content{
	width:539px;
	height:512px;
	left:390px;
	top:281px;
	padding-right:5px;
	position:absolute;
	display:block;
	font-size:10px;
	text-align:justify;
	vertical-align:top;
	color:#404b04;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #748900;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #748900;
	scrollbar-shadow-color: #dddddd;
	scrollbar-track-color: #fff;}
#content a{
	color:#000000;
	}
#content h1{
	font-size:12px;
	margin:0px;
	font-weight:normal;
	color:#bd2230;
	margin-top:20px;
	}
#content h1:first-letter{
	font-size:16px;
	}
	
	