body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: url(img/header.jpg);
	background-repeat: no-repeat;
	background-color: #003466;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #333;
	}

#container_content a{color: #069}

h1{ font-size: 14pt; color: #069}
h2, h3, h4, h5 { font-size: 12pt; color: #069 }

#container_kasten{
	position: absolute;
	top: 196px;
	left: 152px;
	}
	
#container_content{
	display: block;
	width: 746px;
	padding: 25px;
	
	background-color: white;
	border: 4px solid #BDBEC0;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}
	
#container_footer{
	display: block;
	width: 806px;
	padding-bottom: 15px;
	margin-bottom: 25px;&nbsp; 

	background: url(img/bg_footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	text-align: center; font-size: 10pt;
	}
	
#container_navi{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 150px;
	}
	
#container_navi ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#container_navi a{
	display: block;
	width: 129px;
	padding: 3px 20px 3px 3px;
	border-bottom: 1px dotted #069;
	
	color: white;
	text-align: right;
	text-decoration: none;	
	}
#container_navi li a:hover{
	background-color: #0D4796;
	}
#container_navi li.menu-current a:active, #container_navi li.menu-current a:visited {
	background-color: #069;
}