@charset "utf-8";
/*
	CSS Stylesheet 
	von www.mekai.de

	* html Bug for IE 6
	*+html Bug for IE 7
*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f7f7f7;
}

body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: 'Actor', sans-serif;
	font-size: 14px;
	color: #2585ad;
	background-color: #f7f7f7;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	background-image:url(background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
a {
	color: #be001f;
	text-decoration: underline;
}
a.link {
	color: #be001f;
	text-decoration: underline;
}
a.active {
	color: #be001f;
	text-decoration: underline;
}
a.visited {
	color: #be001f;
	text-decoration: underline;
}
.clearer {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	clear:both;
	line-height: 0;
	font-size: 0;
}
img {
	border: 0 none;
}

#header {
	width:940px;
	height:272px;
	background-image:url(header_ol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #header {
	margin-bottom: -2px;
}

#topmenu {
	width:764px;
	height:64px;
	float: left;
}
* html #topmenu {
	margin-right: -3px;
	margin-bottom: -2px;
}
*+html #topmenu {
	margin-bottom: -2px;
}
#logo {
	width: 176px;
	height: 64px;
}
* html #logo {
	margin-bottom: -2px;
}
*+html #logo {
	margin-bottom: -2px;
}

#menu {
	width:940px;
	height:29px;
	background-image:url(header_ul.jpg) !important;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #ffffff;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	right: 50%;
}
#menu ul li {
	float: left;
	display: block;
	background: url(menuback.jpg) left top repeat-x;
	padding: 0;
	margin: 0;
}
#menu .nopadding {
	padding-top: 9px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 9px;
}
#menu .menuleft {
	width: 65px;
	height: 33px;;
	background: url(menuback_left.jpg) left top repeat-x;
}
#menu .menuright {
	width: 65px;
	height: 33px;
	background: url(menuback_right.jpg) left top repeat-x;
}
#menu ul>li>a {
	display: block;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
}
#menu ul li:hover {
	background-color: #4597b9;
	display:inline-block;
}
#menu ul ul {
	display: none;
	position: absolute;
	z-index: 30;
	left: auto;
	right: auto;
	margin: 0;
	padding: 0;
}
#menu ul ul {

}
#menu ul>li>ul>li>a {
	padding: 5px 10px 5px 10px;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li:hover ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background: none;
	background-color: #4597b9;
	text-align: left;
	font-weight: normal;
	clear: left;
}
#menu ul li:hover ul li:first-child {
	border-top: 1px solid white;
}
#menu ul li:hover ul li:hover{
	background-color: #2585ad;
}

#content {
	width:940px;
	line-height: 18px;
}

#content .onecol {
	margin: 10px;
	padding: 10px;
	border: 1px #EEE solid;
	background-color: #ffffff;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height:normal;
	margin-bottom: 10px;
	color: #be001f;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	line-height:normal;
	margin-bottom: 10px;
	color: #be001f;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #be001f;
}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	margin-top: 7px;
}

#content dl {
	margin-top: 7px;
	margin-bottom: 7px;
}
#content dt {
	margin-bottom: 7px;
}
#content dd {
	margin-bottom: 14px;
}

	/* Standard Bild und Text mit Bild */
		/* Bildunterschrift */
.imgtxt {
	font-size: 1em;
}
		/* Bildrahmen, wenn gesetzt im Element */
.image_border {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
		/* Container zur Zentrierung */
.imgblockcontainer {
	padding: 0; 
	margin:0 auto 0 auto; 
	float:left;
	position:relative;
	left:50%;
}
		/* imgblock ist der Wrap um alle Bilder des Elements und imgbox der um jedes Einzelne */
		/* BILDER UEBER TEXT */
.imgblock_oben_links {

}
.imgboxl {
	margin: 3px;
	float: left;
	left: 0;
}
.imgblock_oben_mitte {
	/*clear: left;*/
	float:left;
	width:100%;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
.imgboxc {
	margin: 5px;
	float: left;
	position:relative;
	right: 50%;
}
.imgblock_oben_rechts {
	clear: left;
	overflow: hidden;
	width:100%;
}
.imgboxr {
	margin: 5px;
	float: right;
	right: 0;
}
		/* BILDER IM TEXT */
.imgblock_rechts_mit_Umfluss {
	float: right;
}
.imgblock_links_mit_Umfluss {
	margin-right: 10px;
	float: left;
}
.imgblock_rechts_ohne_Umfluss_Text {
	width: 300px;
}
.imgblock_rechts_ohne_Umfluss {
	float: right;	
}
.imgblock_links_ohne_Umfluss {
	width: 301px;
	float: left;
}
.imgblock_links_ohne_Umfluss_Text {
	width: 285px;
	margin-left: 310px;
}


		/* BILDER UNTER TEXT */
.imgblock_unten_links {
	margin-bottom: 25px;
}
.imgblock_unten_mitte {
	clear: left;
	float:left;
	width:100%;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
.imgblock_unten_rechts {
	clear: left;
	width:100%;
	overflow:hidden;
}

.csc-mailform li {
	display: block;
	margin-bottom: 10px;
}
legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px none;
}
fieldset {
	border:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	border: 0px none;
}
.radiolayout {
	width:80%;
	padding-top:15px;
	padding-bottom:15px;
}
.formu {
	border: 0px none;
}
.formrow {
	margin-bottom: 5px;
	clear: left;
}
.mf-radio {
	border:0px;
}
.mf-text {
	color: #000000;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}
.mf-check {
	border: 0px;
}
.mf-select {
	border:0px;
	width: 150px;
}
.mf-input {
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}
.mf-submit {
	color: #ffffff;
	background-color: #C0C0C0;
	border: 1px;
	margin-top:10px;
}

#footer{
	width:960px;
	height: 35px;
	margin-left: -10px;
	clear:left;
	background-image:url(footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.container {
	padding: 0; 
	margin:0 auto 0 auto; 
	clear: both;
	float:left;
	position:relative;
	left:50%;
}
#footer ul {
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	margin-top: 2px;
	padding: 0;
	position: relative;
	right: 50%;
}
#footer ul li {
	float: left;
	padding: 0 5px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}