@charset "iso-8859-1";

/* SETUP SEITE */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

body {
	color: black;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
}

/* LAYOUT */

#wrap {
	position: relative;
	width: 955px;
	top: 0px;
	left: 0px;
}

#left {
	width: 185px;
	float: left;
}

#logo {
	height: 165px;
	background-color: black;
}

#logo img {
	border: 0 !important;
}

#navi_top {
	background-color: #e5271e;
	border-bottom: 2px solid #fafafa;
	padding-bottom: 10px;
}

#navi_bottom {
	background-color: #e5271e;
	border-top: 2px solid #fafafa;
	padding-top: 10px;
	padding-bottom: 10px;
}

#right {
	width: 770px;
	float: right;
	}

#teaser {
	height: 105px;
	background-color: black;
}

#metanavi {
	height: 20px;
	background-color: #e5271e;
	border-bottom: 5px solid #fafafa;
}

#content {
}

#content_field_full {
	margin: 0px 0px 15px 15px;
	padding: 35px 35px 35px 35px;
	background-color: #ffffff;
}

#content_field_left {
	float: left;
	margin: 0px 0px 15px 15px;
	padding: 35px 35px 35px 35px;
	background-color: #ffffff;
	width: 470px;
}

#content_field_right {
	width: 160px;
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 20px;
	background-color: black;
}


/* NAVIGATION */

#navi_top ul, #navi_bottom ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#navi_top ul li, #navi_bottom ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

#navi_top ul li a, #navi_bottom ul li a { /* Menu Element */
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	/* width: 155px; */
	overflow: visible;
	display: block;
	color: white;
	}

#navi_top ul li a:hover, #navi_bottom ul li a:hover { /* Hover */
	text-decoration: none;
	background-color: black;
	}

#navi_top ul.level2, #navi_bottom ul.level2 {
	margin: 0;
	padding: 0;
	}

#navi_top ul.level2 li, #navi_bottom ul.level2 li {
	margin: 0;
	padding: 0px 0px 0px 10px;
	}

#navi_top ul.level2 a, #navi_bottom ul.level2 a { /* Menu Level 2 */
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	/*width: 149px;*/
	padding-left: 5px;
	overflow: hidden;
	display: block;
	}

#navi_top ul.level2 li a:hover, #navi_bottom ul.level2 li a:hover { /* Hover */
	text-decoration: none;
	background-color: black;
	}
	
#navi_top ul.level3, #navi_bottom ul.level3 {
	margin: 0;
	padding: 0;
	}

#navi_top ul.level3 li, #navi_bottom ul.level3 li {
	margin: 0;
	padding: 0px 0px 0px 10px;
	}
	
#navi_top ul.level3 a, #navi_bottom ul.level3 a { /* Menu Level 2 */
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	/*width: 149px;*/
	padding-left: 5px;
	overflow: hidden;
	display: block;
	}

#navi_top ul.level3 li a:hover, #navi_bottom ul.level3 li a:hover { /* Hover */
	text-decoration: none;
	background-color: black;
	}


#navi_top ul li a.active, #navi_bottom ul li a.active { /* aktives Menuelement */
	background-color: black;
	}
	
/* METANAVIGATION */

#metanavi ul {
	float: right;
	margin: 0;
	padding: 0;
	margin: 0px 10px 0px 0px;
	}

#metanavi ul li, #metanavi ul.level1 li {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	}

#metanavi ul li a { /* Menu Element */
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	}

#metanavi ul li a:hover { /* Hover */
	text-decoration: none;
	color: #ffffff;
	}

#metanavi ul li a.active { /* aktives Menuelement */
	color: #000000;
	text-decoration: none;
	}
	
/* CSS Styled Content Abweichungen */
dd.csc-textpic-caption {
	font-size: 10px;
}

span.spamprotection {
	visibility: hidden;
	display: none;
}
	
	
/* TCE Rahmen: Clear before */

div.clearbefore {
	clear: both;
}

/* teresxp */
div.tx-teresxp-error { font-size: 12px; }


/* und da waere noch:
   Box-Modell: oben rechts unten links */
