body { 
	margin: 0px;
	background-color: #e5ebf2;

}
#container {
	width:750px;
	min-height: 1000px;
	height:auto !important;
 	height: 618px;
	margin-left:auto; !important;
	margin-right:auto; !important;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -375px;

}
	
#header {
	width: 750px;
	height: 200px;
	float: left;
	background-image: url(bilder_design/header.jpg);
	background-image: no-repeat;

}

#bildnavi {
	width: 104px;
	float: left;
	min-height: 441px;
	height:auto !important;
 	height: 441px;
	margin-top:8px;
	background-image: url(bilder_design/navi.jpg);
	background-image: no-repeat;	
}

#navigation {
	width: 96px;
	float: left;
	min-height: 441px;
	height:auto !important;
 	height: 441px;
	list-style-type: none;	
	margin-top: 25px;

}


#content {
	float: left;
	width: 750px;
	min-height: 441px;
	height:auto !important;
 	height: 441px;
	font-size: 12px;
	text-decoration: none;
	margin-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(bilder_design/navi_streifen.gif);
	background-repeat: repeat-y;
}

#text {
	float: left;
	width: 542px;
	min-height: 441px;
	height:auto !important;
 	height: 441px;
	text-decoration: none;
	margin-left: 8px;
	padding-top:33px;
	padding-left: 30px;
	background-image: url(bilder_design/content_streifen.gif);
	background-repeat: repeat-y;
}

#footer,
#footer a{
	padding-top: 4px;
	padding-left: 2px;
	float: left;
	font-size: 10px;
	width: 650px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #184b8d;
	background-color: #e5ebf2;
}

#footer a{
	text-decoration: none;
	
}

#footer a.active,
#footer a:hover {
	text-decoration: none;
}

img {
	border: 1pt solid #FFFFFF;
}

