@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #C00000;
	margin-bottom: 25px;
}

img {
	float: left;
	margin-bottom: 35px;
	margin-right: 25px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	border-bottom: 1px solid;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/body_back.jpg) repeat;
	color: #333333;
	overflow: scroll;
}

#maincontainer {
	width: 100%;
	height: 100%;	
	position: absolute;
	background: url(../images/body_kabelback.png) top left no-repeat;
}

#container {
	width: 950px;
	text-align:left;
	margin: 5px auto;
}

#header {
	width: 950px;
	height: 200px;
	float: left;
	background: url(../images/banner.png) no-repeat top left;
	text-align:left;
}

#inhaltcontainer {
	width: 950px;
	background: url(../images/inhalt_back.png);
	border-bottom: solid 1px;
	border-top: solid 1px;
	border-color: #EFEFEF;
}

#navigation {
	width: 125px;
	color: #FFFFFF;
	text-align:left;
	margin-top: 0px;
	float: left;
}

#navigation ul {
	display: inline;
	list-style: none;
	z-index:3;
}
  
#navigation li {
	position: relative;
	width: 125px;
	float: left;
	line-height: 35px;
	background: url(../images/menue_back.png) no-repeat;
	border-bottom: solid 1px;
	border-color: #EFEFEF;
	z-index:3;
}
  
#navigation li ul {
	position: absolute; 
	display: none;
	top: 1px;
	left: 0;
	z-index:3;
}
  
#navigation li > ul {
	top: auto;
	left: auto;
	z-index:3;
}

#navigation li:hover ul, li.over ul{
	display: block;
}

#navigation a {
	width:115px;
	height: 35px;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align:center;
	font-size:12px;
	padding-left: 10px;
	z-index:3;
}

#navigation a:hover, #navigation .aaktive a {
	color: #000000;
	background: url(../images/menue_back_active.png) no-repeat;
	font-weight: normal;
	border: none;
}

#inhalt {
	width: 744px;
	float: right;
	text-align:left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	border-left: solid 1px;
	border-color: #EFEFEF;
}

#inhalt ul {
	list-style-position: inside;
}
  
#inhalt li {
	line-height: 35px;
}

#inhalt .ulimage li {
	display: inline;
	list-style-type: none;
}

li img {
	float: left;
	margin-bottom: 40px;
	margin-right: 48px;
}

.textbox {
	width: 750px;
	margin-right: 20px;
	padding-bottom: 30px;
}

.mapbox {
	width: 250px;
	height: 250px;
	float: right;
}

#footer {
	width: 950px;
	height: 40px;
	color:  #D3D3D3;
	background: url(../images/footer_back.png) top left no-repeat;
	padding-top: 4px;
}

#footer a {
	color: #D3D3D3;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
}

.clear {
	clear: both;
}

.footer {
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}

td {
	height: 20px;
}
