#main_container {
	height: auto;
	width: 950px;
	background-color: #FFF;
	position: static;
	top: 10px;
	bottom: 10px;
	border: 3px solid #FFCC00;
	padding: 0px;
	margin: auto;
}
#header {
	height: 135px;
	width: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	position: static;
}
#main_spalte_linke {
	float: left;
	height: auto;
	width: 600px;
	position: static;
}
#main_spalte_rechts {
	float: right;
	height: auto;
	width: 330px;
	padding: 10px;
	position: static;
}
#main_haedline {
	height: 70px;
	width: 580px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: static;
	clear: both;
}
#main_navi {
	height: auto;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	position: absolute;
	top: 110px;
}
#content {
	height: auto;
	width: 930px;
	clear: both;
	position: static;
	padding: 10px;
}
.float_bild_links {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
}

#content_einleitung {
	height: auto;
	width: auto;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: 10px;
}
#content_spalten_1 {
	height: auto;
	width: auto;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.clear {
	clear: both;
}

#content_spalte_links_1 {
	float: left;
	height: auto;
	width: 566px;
	padding: 10px;
	position: static;
}
#content_spalte_rechts_1 {
	float: right;
	height: auto;
	width: 334px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: static;
}
#content_google_AdSense {
	height: auto;
	width: auto;
	clear: both;
	padding: 10px;
}
#content_infos {
	height: auto;
	width: auto;
	clear: both;
	padding: 10px;
}
#content_spalten_2 {
	height: auto;
	width: auto;
	clear: both;
}
#content_spalte_links_2 {
	float: left;
	height: auto;
	width: 511px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_spalte_rechts_2 {
	float: right;
	height: auto;
	width: 397px;
	padding: 10px;
}
#footer {
	height: auto;
	width: auto;
	clear: both;
	padding: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}
#links {
	height: 50px;
	width: auto;
	padding: 10px;
	position: static;
}
#links_spalte_links {
	padding: 10px;
	width: 250px;
	position: static;
	float: left;
}
#links_spalte_rechts {
	padding: 10px;
	float: right;
	width: 250px;
	position: static;
	height: auto;
}
#links_spalte_mitte {
	padding: 10px;
	float: left;
	width: 360px;
	position: static;
	height: auto;
}

