@CHARSET "ISO-8859-1";
html, body {
	width:auto;
}

a{
	color:#AE0F2A;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

body{
	behavior:url("/css/csshover3.htc");
	background-color:#DCDAD5;
	color:#000000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	height:90%;
	margin:0;
	min-width:960px;
	padding:0;
	text-align:center;
}
h1,h2,h3,h4,h5{
	font-weight:bold;
	margin-bottom:10px;
}

h1{
	margin-top:20px;
	font-size: 16px;
}

h2{
	font-size:12.5pt;
	margin-top:20px;
}


h4{
	line-height: 16px;
	font-size:14px;
	margin-bottom:5px;
}
li{
	line-height:2em;
}



dt{
	font-weight:bold;	
}
dd{
	margin-bottom:10px;
	line-height:1.2em;
}

p{
	margin-bottom:10px;
	line-height:1.6em;
}
#wrapper{
	height:auto !important;
	margin:20px 0 0;
	min-height:730px;
	width:960px;
}

#format {
	margin:auto;
	position:relative;
	right:0;
	text-align:left;
	top:0;
	vertical-align:middle;
	width:960px;
}
#header{
	background-image:url("/img/header.png");
	background-repeat:no-repeat;
	height:79px;
	width:100%;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}
#left{
	background-color:#868E99;
	float:left;
	height:auto !important;
	min-height:510px;
	width:192px;
	font-size:12px;
}
#content{
	float:left;
	width:530px;
	border-left:1px solid white;
}

#right{
	background-color:#f0efee;
	float:right;
	height:auto !important;
	min-height:510px;
	width:192px;
}
#rightText{
	margin:10px;
}

#footer{
	background-color:#000000;
	height:18px;
	border-top:1px solid white;
	line-height:18px;
	margin:0;
	padding:0;
	width:100%;
	
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}

#contentWrapper{
	background-color:white;
	background-image:url("/img/bg.png");
	background-repeat:repeat-y;
	border-left:1px solid white;
	border-right:1px solid white;
	width:100%;
	position:relative;
}

#contentText{
	margin:20px;
	width:100%;
}

.clear{
	clear:both;
}
/*#left ul > li:first-child{
	border-top:none;
}
*/
.lastElem{
	border-bottom:1px solid white;
	margin-bottom:5px;
}

#left ul > li{
	padding-left:20px;
	border-top:1px solid white;
	display:block; 
}
#left ul > li:hover, #left ul > li.active   { 
	background-color:#ad1f31; 
}

#left ul > li a:hover{
	font-weight:bold;
	color: #FFF;
}


.menuItem a{
	display:block;
	text-decoration:none; 
	color:#FFF;
	height:24px;
	line-height:24px;
	font-size:12px;
}

.childItem a{
	font-size:11px;
}


a.active{
	font-weight:bold;
}

li.childItem.active > a{
	font-weight:bold;
}

#left ul li.childItem{
	padding:0;
	border:none;
	height:16px;
	line-height:16px;
}

.childContainer{
	display:none;
	font-size:11px;
}
.childContaineractive{
	padding-bottom:8px;
	font-size:11px; 
}

/*
 * Sucheleiste
 */


input.searchbutton {
background-color:#858E98;
background-image:url("/img/suchlupe.png");
background-repeat:no-repeat;
border:medium none;
height:25px;
width:25px;
}

input#suchfeld{
	width:145px;
}

#suche {
margin-bottom:10px;
margin-left:5px;
margin-top:10px;
}

h1.red, h2.red *{
	color:#ad1f31;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#rightNav li{
	margin-top:5px;
	color:#000;
}

#rightNav li:hover{
	font-weight:bold;
	text-decoration:none;
}
#rightNav a{
	line-height:1.2em;
	color:#000;
}

#print  {
color:#FFFFFF;
float:left;
height:18px;
line-height:18px;
padding:0 0 0 10px;
width:182px;
}
#menubottom {
float:left;
height:18px;
line-height:18px;
}
#menubottom ul {
margin:0 0 0 25px;
padding:0;
}
#menubottom ul li {
color:#FFFFFF;
float:left;
font-size:10px;
list-style:none outside none;
}
#footer ul li a {
color:#FFFFFF;
font-size:10px;
padding:0 5px 0 0;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}

#footer a{
	color:#FFFFFF;
	font-size:10px;
	margin:0 0 0 5px;
	text-decoration:none;
}
h1.suchErgebnis{
	border-bottom: 1px solid Black;
	margin-bottom:5px;
}



.suchErgebnis h2{
	margin-bottom:0px;
	font-size:14px;	
}

.suchErgebnis li{
	border-bottom: 1px solid Black;
}
#footer form{
	color:#FFFFFF;
	font-size:10px;
	margin:0 0 0 5px;
	display:inline;
}
.newsEntry{
	border-bottom:1px solid black;
	padding-bottom:10px;
}

#newsContainer{
	margin:0;
	padding:0;
}
.loader{
	text-align:center;
}
address{
	margin-bottom:10px;
	line-height:16px;
}
#bvtbLogo{
	height:114px;
	width:192px;
	background-image:url("/img/bvtb.jpg");
}
.smallPic{
	float:left;
	margin-bottom:20px;
	padding-right:20px;
}
.smallPic + address{
	padding-top:35px;
}

.clearBoth{
	clear:both;
}
