@charset=ISO-8859-1;

/* Definition des Grundlayouts, identisch für alle Bereiche der Website */

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#head {
	position: relative;
	width: 790px;
	height: 125px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	z-index: 1;
}
#hilfsnavigation {
	float: left;
	text-align: left;
	width: auto;
	margin-top: 25px;
	padding-left: 10px;
} 
#hauptnavigation {
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
}
#activenav {
	clear: both;
	float: left;
	text-align: left;
	width: auto;
	margin-top: 0px;
	padding-left: 10px;
}
#content {
	position: relative;
	clear: both;
	width: 750px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}
#next-content {
	position: relative;
	clear: both;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	width: 750px;
	height: 60px;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 22px;
	font-size: 11px;
	line-height: 20px;
	color: #eaaf0f;

}
#footer-left {
	float: left;
	text-align: left;
	width: auto;
}
#footer-right { 
	text-align: right;
	background-image: url(../elements/footer_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/* Ausblenden des printoptimierten Bereichs */

#print-footer {
	display: none;
}
#print-header {
	display: none;
}


/* Definition des zweigeteilten MM-Headers */

#mm-back {
	width: 50%;
	height: 126px;
	position: absolute;
	clear: both;
	top: 0;
}


/* Definition der Spaltenbreiten, identisch für alle Bereiche der Website */

#column_blank {
	float: left;
	width: auto;
	text-align: left;
}
#column_7er {
	float: left;
	width: 220px;
	text-align: left;
}
#column_8er {
	float: left;
	width: 246px;
	text-align: left;
}
#column_9er {
	float: left;
	width: 292px;
	text-align: left;
}
#column_10er {
	float: left;
	width: 310px;
	text-align: left;
}
#column_11er {
	float: left;
	width: 340px;
	text-align: left;
}
#column_12er {
	float: left;
	width: 360px;
	text-align: left;
}
#column_13er {
	float: left;
	width: 408px;
	text-align: left;
}
#column_14er {
	float: left;
	width: 436px;
	text-align: left;
}
#column_16er {
	float: left;
	width: 498px;
	text-align: left;
}
#column_24er {
	width: 750px;
	text-align: left;
}
#column_rubrik {
	width: 750px;
	margin-right: -5px;
	margin-left: -5px;
}



/* Definition sonstiger Elemente */

.konstruktions-table td {
	margin: 0;
	padding: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-bottom: none;
	border-top: none;
	border-right: none;
	font-size: 13px;
	line-height: 18px;
}

.thumbnail{
	padding: 5px 10px 5px 0px;
}

.klinke-rechts{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.klinke-links{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
}

img{
	border: 0px;
}
