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

html {
	overflow:scroll;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	color: #58585a;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

img {
	border: none;
}

p {
	margin: 0 0 10Px 0;
	line-height: 1.3em;
}

p.sonder {
	color: #004494;
	font-size: 9Px;
}

p.bad {
	color: #FF0000;
	font-size: 9Px;
}

a:link.sonder {
	color: #004494;
}

h1 {
	font-size: 1.4em;
	line-height: 2em;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active  {
	text-decoration: none;
	color: #58585a;
}

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

ul {
	list-style-type: square;
	margin: 5Px 0;
	padding-left: 15Px;
}

li {
	line-height: 1.3em;
	margin-top: 5Px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	color: #58585a;
}

.nav {
	list-style-type:none;
	}
	
table.partner td {
	padding-bottom:20px;
	text-align:justify;
	vertical-align:top;
	line-height:1.5em;
	}

#komplett {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin: 50px 0 0 -500px;
	
}

#menue {
	font-size: 11px;
	width: 155px;
	height: 100%;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-top: 50Px;
}

#menue ul {
	margin:20px 0 20px 0;
	}

#menue .nav {
	background:url(../images/button-normal.png) top right no-repeat;
	padding:2px 25px 1px 0;
	height:20px;
	margin-bottom:10px;
	}
	
#menue .nav:hover {
	background:url(../images/button-gedrueckt.gif) top right no-repeat;
	}
	
#content_top {
	background:url(../images/bg_top.gif) top left no-repeat;
	height:80px;
	width: 670px;
	float: left;
	}

#content {
	background:url(../images/bg_middle.gif) top left repeat-y;
	width: 610px;
	float: left;
	padding: 0px 30px 0 30px;
	margin: 0;
}

#slideshow {
	height:200px;
	width:150px;
	overflow:hidden;
	}

#submenue {
	position:static;
	font-size: 10px;
	width: 155px;
	padding-left: 10px;
	height: 550px;
	float: right;
}

#submenue ul {
	margin:20px 0 20px 0;
	}

#submenue .nav {
	background:url(../images/button-normal.png) top left no-repeat;
	padding:2px 0 1px 25px;
	height:20px;
	margin-bottom:10px;
	}
	
#submenue .nav:hover {
	background:url(../images/button-gedrueckt.gif) center left no-repeat;
	}
	
#submenue_oben_startseite {
	float: left;
	width: 98%;
	border-width: 1Px;
	border-color: #666666;
	border-style: dashed;
	background-color: #FFFFFF;
	padding: 5Px;
}
	
#submenue_oben {
	float: right;
	width: 150px;
	border-width: 1Px;
	border-color: #666666;
	border-style: dashed;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-right:10px;
	padding: 5Px;
}

#submenue_oben ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top:10px;
}

#submenue_oben li {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 10px 15px;
}

#content_links {
	float: left;
	width: 415Px;
	margin:0 10px 0 0;
	min-height:400px;
} 

#blogvorschau, #aktuelles {
	border:dashed #004494 1px;
	padding:0 10px 10px 0px;
	background-color: #FFFFFF;
	width:420px;
	margin-bottom:10px;
}

#aktuelles {
	margin-top:15px;
	padding-left:10px;
	width:410px;
}

#blogvorschau a, #aktuelles a {
 line-height:1.5em;
}

#blogvorschau a span, #aktuelles a span {
 font-size:7pt;
}

#Kontaktformular input.text {
	width:100px;
}

#content_rechts {
	float: right;
	margin-top: 15Px;
	padding: 5Px;
	border-width: 1Px;
	border-color: #666666;
	border-style: dashed;
	height: 85%;
	width: 156Px;
	background-color: #FFFFFF;
}

#footer {
	background:url(../images/bg_bottom.gif) top left no-repeat;
	height:55px;
	width: 670px;
	float: left;
	margin-left:-30px;
	margin-right:-30px;

	}

