/* ======== Hauptcontainer ======== */

#left, #menu_breadcrumb {
	display: none;
}

#content {
	width: 994px;
}

/* ======== Navigation ======== */

/* -------- Hauptnavigation erste Ebene oben -------- */

#main_menu_first_level {
	height: 25px;
}

#main_menu_first_level li {
	height: 12px;
}

/* ======== Content ======== */

/* -------- Headerbild -------- */

#header_image {
	width: 994px;
	height: 255px;
	background-color: #ffffff;
	overflow: hidden;
}

/* -------- Inhalte -------- */
/*
#content_main {
	width: 450px;
	margin-left: 200px;
}
*/

#content_main {
	width: 650px;
	margin-left: 20px;
	padding-top: 20px;
}

#content_main h4 {
	clear: left;
	padding-top: 10px;
}

/* -------- Marginalspalte -------- */

#content_marginal {
	width: 275px;
	margin-top: 92px;
	overflow: visible;
}

.tx-chmlmapsextended-pi1, #map-container {
	width: 275px;
}

.layerheader {
	font-size: 12px;
}

/* ======== Footer ======== */

#footer {
	width: 994px;
	float: right;
	height: 40px;
	margin-top: 20px;
}


