@charset "utf-8";

/* CSS Document */

* { outline:none; }

html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

body {
font-family:Arial, sans-serif;
background-color:#ccc;
color:#333;
font-size:12px;
}

a {
text-decoration:none;
color:#3399ff;
}

a:hover {
text-decoration:underline;
color:#3399ff;
}

h1 {
	color:#3399ff;
	font-size:15px;
	font-weight:bold;
	line-height: 30px;
}

h2 {
	color:#3399ff;
	font-size:13px;
	font-weight:bold;
}

h3 {
color:#3399ff;
font-size:13px;
font-weight:bold;
}
#drucklogo {
	height: 420px;
	width: 200px;
	display: none;
}


#Hauptbereich {
	width:980px;
	margin:0 auto;
}

#Header {
	height:248px;
	position:relative;
}

#Header #Logo {
	display:block;
	position:absolute;
	left:11px;
	top:107px;
	width:230px;
	height:101px;
}

#Header #Navi {
	display:block;
	position:absolute;
	left:262px;
	top:225px;
	color:#fff;
	font-size:12px;
}

#Header #Navi a {
	padding:0px 6px;
	color:#fff;
}

#Inhalt {
	width:974px;
	overflow:auto;
	background-image:url(../images/content.jpg);
}
#Inhalt #Mitte p {
	font-size: 100%;
}


#Inhalt #Links {
	float:left;
	width:240px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#Inhalt #Links ul {
	background-image: url(../images/_bg_navi.jpg);
	background-repeat: repeat;
	padding-left: 10px;
}

#Inhalt #Links ul li{
	height: 25px;
	line-height: 25px;
	width: 240px;
	margin-left: 0px;
} 
#Inhalt #Links ul li a{
	color : #285983;
	list-style-type : none;
	margin-bottom : 5px;
	text-decoration : none;
	margin-left: 15px;
} 
#Inhalt #Links ul li a:hover { 
color : #b80115; 
} 
#Inhalt #Links .aktiv{ 
color : #b80115; 
font-weight : bold; 
} 
.ebene1 {
	background-image: url(../images/navi-rot.jpg);
	background-repeat: no-repeat;
}

.ebene2 {
	background-image: url(../images/navi-blau.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px;
} 
#Inhalt #Links .aktiv2{ 
border-left-width : 3px; 
border-left-style : solid; 
border-left-color : #b80115; 
padding-left : 3px; 
margin-left : 10px; 
color : #b80115; 
font-weight : bold; 
} 

#Inhalt #Mitte {
float:left;
width:441px;
padding:20px 20px 25px 20px;
}
#Mitte ul li {
	list-style-type: none;

}

table .partnertext {
	padding-left: 10px;
	vertical-align: middle;
}


#Inhalt #Rechts {
	float:left;
	width:198px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 23px;
}

#Footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding:10px 6px 10px 0px;
	text-align:right;
}

#Footer a {
	color:#999;
	font-size:11px;
	font-weight:bold;
	margin-right: 10px;
}

.formfield {
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #3399ff;
}
#Mitte table tr td {
	vertical-align: top;
}

.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #3399ff;
}
.rot {
	color: #C00;
}

.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399ff;
}

