@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	background-color:#ccc;
	color:#333;
	font-size:14pt;
}

a {
text-decoration:none;
color:#3399ff;
}

a:hover {
text-decoration:underline;
color:#3399ff;
}

h1 {
	color:#3399ff;
	font-size:16pt;
	font-weight:bold;
	line-height: 30px;
}

h2 {
	color:#3399ff;
	font-size:15pt;
	font-weight:bold;
}

h3 {
	color:#3399ff;
	font-size:15pt;
	font-weight:bold;
}
#drucklogo {
	width: 200px;
	margin-bottom: 50px;
}

#Hauptbereich {
	width:980px;
	margin:0 auto;
}

#Header {
	height:248px;
	position:relative;
	display:none
}

#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 #Links {
	float:left;
	width:240px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	display:none
}
#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;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 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;
	display: none;
}

#Footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding:10px 6px 10px 0px;
	text-align:right;
	display: none;
}

#Footer a {
	color:#999;
	font-size:11px;
	font-weight:bold;
	margin-right: 10px;
}

.formfield {
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #3399ff;
}
.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #3399ff;
}

