@charset "UTF-8";


a   { color: #FF6600; text-decoration: none }
a:link   { color: #FF6600; text-decoration: none }
a:visited { }
a:hover  { color: #1a4a5e}
a:active { }
a.small:link  { color: #1a4a5e; font-size: 10px; text-decoration: none }
a.small:hover   { color: white; font-size: 10px; text-decoration: none }




body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #edcab4;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}
p {
	margin-top: 0px;
	padding: 0px;


}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;

}
ul li {
	margin-bottom: 5px;


}
#main {
	position:absolute;
 	height:500px; 
 	width:1024px;
 	margin:-370px 0px 0px -512px;
	top: 50%; 
	left: 50%;
	
}
#contentmain {
	width:1024px;


}
.contentx {
	width:1024px;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	font-size: 0.9em;
}

.header {
	width: 1024px;
	padding: 0px;
	height: 188px;
	z-index: 5;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 0spx;
	background-image: url(../images/pict-head.png);
	background-repeat: no-repeat;
}
.logo {
	width: 160px;
	height: 160px;
	z-index: 5;
	position: absolute;
	left: 750px;
	top: 90px;
}
.navigation {
	width: 970px;
	padding: 0px;
	height: 55px;
	z-index: 5;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 25px;
	background-image: url(../images/bg-navigation.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}
 #navcontent {
	
	padding-top: 15px;
	margin-left: 20px;
	margin-bottom: 0px;
}
a.navcontent, a.navcontent:link, a.navcontent:visited, a.navcontent :active {
	color: #1a4a5e;
	text-decoration: none;
}
a.navcontent:hover  { color: #FF6600}


.top-header {
	width: 950;
	margin-left: 9px;
	padding: 0px;
	position: relative;
	z-index: 5;
	height: 127px;
	background-image: url(../images/mainpict-kbm-menden.jpg);
	background-repeat: no-repeat;
}


#content-left {
	width: 400px;
	float: left;
	margin-top: 0px;
	margin-left: 80px;
	
}
#content-left2 {
	width: 850px;
	float: left;
	margin-top: 0px;
	margin-left: 80px;
	
}

#content-left img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}

.content-right {
	width: 400px;
	float: left;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 0px;
}



.footer {
	width: 1024px;
	float: none;
	clear: both;
	position: relative;
	z-index: 5;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	height: 60px;
	top: 0px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
}


.footertext {
	width: 970px;
	font-size: 11px;
	padding-top: 10px;
	z-index: 15;
	
	color: #666;
}


.headline {
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	color: #F90;	
}

h1 {
	font-size: 36px;
	color: #F90;	

}
h2 {
	font-size: 18px;
	color: #F90;
	margin-bottom: 10px;
}