/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

body {
    background-color: #CCCCCC;
}

a:link {
	color: #E60040;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E60040;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #E40037;
}
#copyright {
	position:relative;
	width:auto;
	height:14px;
	font-size: 9px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	background-color: #3C3C3E;
}

#hauptcontainer {
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border:1px;
	border-color:#000000;
	border-style:solid;
	z-index: 1;
	overflow: hidden;
}

#oben_container {
	position:relative;
	width:980px;
	height:325px;
	margin-top: 0px;
	margin-left: 0px;
}

#unten_container {
	width:980px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	height: auto;
}

#linke_spalte{
	width:240px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	float: left;
}

#inhalt{
	width:680px;
	height:auto;
	margin-left:295px;
	position: relative;

}
#mittelspalte {
	width:440px;
	height: auto;
	margin-left: 0px;
	border-right: 1px;
	position: relative;
	float: left;
	margin-bottom: 0px;
}   

#image_container {
	position:absolute;
	width:685px;
	height:295px;
	margin-left: 295px;
	margin-top: 0px;
	font-size: 9px;
	background-color: #CCCCCC;
}
#image {
	width: 685px;
	height: 295px;
	position: relative;
}

#logo_container {
	position:absolute;
	left:0px;
	top:71px;
	width:295px;
	height:131px;
	background-color: #3B3B3D;
}
#logo2_container {
	position:absolute;
	width:295px;
	height:125px;
	z-index:4;
	background-color: #3B3B3D;
	border-bottom-color: #E00039;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin-left: 0px;
	margin-top: 200px;
}

#headline_container {
	width:430px;
	height:auto;
	font-size: 16px;
	font-weight: bolder;
	color: #E2003B;
	font-style: normal;
	margin-top: 30px;
}
#text_container {
	width:430px;
	height:auto;
	font-size: 11px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer_container {
	position:relative;
	width:900px;
	height:20px;
	background-color: #3B3B3D;
	float: left;
	margin-top: 0px;
}
#info_rechts_container {
	width:190px;
	z-index: 3;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	height: auto;
	border-left: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: right;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	margin-top: 50px;
}


#footer_container {
	color: #E5013E;
	font-size: 9px;
	background-color: #3B3B3D;
	float: left;
	padding-left: 80px;
	padding-top: 3px;
	width: 900px;
	margin-top: 10px;
	position: relative;
}




/*Navigation Main */
#navigation_main {
	position:absolute;
	width:685px;
	height:30px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background-color: #3c3c3e;
	border-bottom-color:#e2003b;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin-top: 295px;
	margin-left: 295px;
}

#navigation_main ul {
    list-style:none;
    display:inline;
}

#navigation_main ul li {
    margin: 0px;
    display:inline;  
   }

#navigation_main a {
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-color: #3c3c3e;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
	padding-right:10px;
	padding-left:10px;
}

#navigation_main a:hover {
    color: #ffffff;
    background-color: #e2003b;
}

#navigation_main a.active {
    color:#ffffff;
    background-color:#e2003b;
}

#navigation_main a.currentTab {
    color:#ffffff;
    background-color:#e2003b;
}
#navigation_main a:hover,
#navigation_main a.currentTab {
    color:#ffffff;
    background-color:#e2003b;
}
/*Navigation Main Ende */

/*Navigation Links*/

#navigation_links {
	width:200px;
	height:auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	float: right;
	margin-top: 20px;
}

#navigation_links ul {
    list-style: none;
}

#navigation_links ul li {
    line-height: 120%;
}

#navigation_links ul li a {
    display: block;
    text-decoration: none;
    color: #3B3B3D;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

#navigation_links ul li a:hover {
    color:#e2003b;
}

#navigation_links ul li a:active {
    color:#e2003b;
}

#navigation_links a.currentTab {
    color:#e2003b;
}
#navigation_links a:hover,
#navigation_links a.currentTab {
    color:#e2003b;
}
/*Navigation Links Ende*/	


/*Navi Kontakt Anfang*/
#navi_kontakt_container {
	position:absolute;
	width:295px;
	height:72px;
	background-color:#3c3c3e;
	z-index: 4;
}

#navi_kontakt_container ul {
    display:inline;
	font-size:10px;
	color:#3c3c3e;
}
	
#navi_kontakt_container ul li {
	text-decoration:none;
   }

#navi_kontakt_container a {
    float: left;
	font-size:9px;
	text-transform:uppercase;
    text-decoration: none;
    color: #c5c6c8;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#c5c6c8;
}

#navi_kontakt_container a:hover {
	color:#E2003B;
    text-decoration: none;
}

#navi_kontakt_container a.active {
    color:#c5c6c8;
}

#navi_kontakt_container a.currentTab {
    color:#c5c6c8;
}
#navi_kontakt_container a:hover,
#navi_kontakt_container a.currentTab {
    color:#E2003B;
}	
	
/*Navi Kontakt Ende*/	
