@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(img/background.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	overflow: scroll;
	overflow-x: auto;
	background-color:#FFF;
	color:#4b4b4b;
	font-family:"Tahoma", Geneva, sans-serif;
	font-size:10pt;
}

h1 {
	color:#003c75;
	font-weight:bold;
	font-size:10pt;
	padding:0;
	margin:0;
}

h2 {
	font-weight:bold;
	font-size:9pt;
	padding:0;
	margin:0;
}

div#headerMainBack {
	position:fixed;
	_position:absolute;
	background-image:url(img/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:443px;
	width:935px;
	top:0;
	_top:expression(eval(document.body.scrollTop));
	left:50%;
	margin-left:-467px;
	filter:alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	z-index:-1;
}

div#centerMain {
	position:absolute;
	background-color:transparent;
	height:auto;
	width:935px;
	left: 50%;
	margin-left:-467px;
}

div#headerMain {
	position:relative;
	background-image:url(img/HeaderMain.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:895px;
	height:186px;
	padding-left:20px;
	padding-right:20px;
	z-index:100;
}

#topMenMain {
	position:relative;
	top:150px;
	width:895px;
	padding-left:10px;
	padding-top:5px;
}

.mlddm {
	margin: 0;
	padding: 0;
}

.mlddm li {
	float: left;
	list-style: none;
}

.mlddm li a {
	display: block;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	border-right: 1px solid white;
	width: auto;
	color: #4b4b4b;
	font-weight:bold;
	white-space: nowrap;
}

.mlddm li a:hover {
	color: #003c75;
	background-image: url(img/topbg.gif);
}

.mlddm ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	background: #EEEFEF url(img/menubg.gif);
}

.mlddm ul li {
	float: none;
}

.mlddm ul li a {
	width: auto;
	margin: 0px;
	padding: 6px 20px 6px 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #4b4b4b;
}

.mlddm ul li a:hover {
	color: #FFF;
	background:#003c75;
}

.mlddm .hsub {
	background: no-repeat right url(arrow.gif);
}
	
.mlddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top:1px solid #65badd;
}
		
.mlddm li ul li {
	float: none;
	border-left:1px solid #65badd;
	border-right:1px solid #65badd;
	border-bottom:1px solid #65badd;
}
			

div#contentMain {
	position:relative;
	float:left;
	min-height:400px;
	height:auto !important;
  height: 400px;
	width:895px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	z-index:10;
}

div#footerMain {
	position:relative;
	/*_position:absolute;
	bottom:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);*/
	background-image:url(img/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	height:45px;
	width:875px;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	font-size:8pt;
}

.footerMen {
	margin: 0;
	padding: 0;
}

.footerMen li {
	float: left;
	list-style: none;
}

.footerMen li a {
	display: block;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	width: auto;
	color: #4b4b4b;
	font-weight:normal;
	white-space: nowrap;
}


div#contentInhaltLinks {
	float:left;
	width:170px;
	height:auto;
	margin-left:7px;
	margin-right:17px;
}

div#contentInhaltMitte {
	float:left;
	width:506px;
	min-height:500px;
	height:auto !important;
  height: 500px;
	margin-right:17px;
}

div#contentInhaltRechts {
	float:left;
	width:170px;
	height:auto;
}
div#contentInhaltRechts a {
	text-decoration:none;
	color:#003c75;
}
div#contentInhaltRechts a:hover {
	text-decoration:underline;
}

/*SiteContent*/
.contentMainTop {
	float:left;
	background-image:url(img/contentMainTop.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	width:480px;
	height:31px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.contentMainMain {
	float:left;
	background-image:url(img/contentMainMain.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	width:480px;
	min-height:158px;
	height:auto !important;
  height: 158px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	padding-top:15px;
}

.contentMainMain img {
	padding-right:10px;
	padding-bottom:5px;
	border:0;
}

.contentMainMain label {
	font-weight:bold;
}

.contentMainMain input {
	width:98%;
	margin-bottom:15px;
	background-color:transparent;
	border:0;
	border:1px #003c75 solid;
	color:#4b4b4b;
	font-weight:normal;
	font-size:10pt;
	padding:1px;
}
.contentMainMain input:hover {
	background-color:#ebf4fc;
}

.contentMainMain select {
	width:98%;
	margin-bottom:15px;
	background-color:transparent;
	border:0;
	border:1px #003c75 solid;
	color:#4b4b4b;
	font-weight:normal;
	font-size:10pt;
	padding:1px;
}

.contentMainMain select:hover {
	background-color:#ebf4fc;
}

.contentMainMain textarea {
	width:98%;
	height:200px;
	margin-bottom:15px;
	background-image:url(img/form_back.jpg);
	background-repeat:repeat;
	border:0;
	color:#4b4b4b;
	font-weight:normal;
	font-size:10pt;
	padding:1px;
}

#absenden {
	width:98%;
	margin-bottom:15px;
	background-color:#003c75;
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
	padding:1px;
}


/*SiteMen - Left/Right*/
.menTop {
	float:left;
	background-image:url(img/menTop.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	width:160px;
	height:30px;
	padding-left:10px;
	padding-top:10px;
	color:#003c75;
	font-weight:bold;
}

.menMain {
	float:left;
	background-image:url(img/menMain.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	width:160px;
	min-height:110px;
	height: auto !important;
  height: 110px;
	padding-left:10px;
	margin-bottom:30px;
}

.menMain ul, .languagePage ul {
	padding:0;
	margin:0;
}

.menMain li, .languagePage li {
	list-style:none;
	margin-bottom:3px;
}

.menMain a, .languagePage a {
	color:#4b4b4b;
	font-size:10pt;
	text-decoration:none;
}

.menMain a:hover, .languagePage a:hover {
	color:#003c75;
}


