@import url("form.css");

body { 
	background: #ffffff;
	background-image:url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 0px 0px;
	font-family: Verdana;
        color: #606060;
	font-size: x-small;
}

* {
	margin: 0;
	padding: 0;
}

table, tr, td {
	border-color:#BCBCBC;
}

form { 
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #32a3d8;
}




a:hover{
        color: #32a3d8;
	text-decoration: none;
	color: #800000;
}



hr {
        background-color:#32a3d8; /* Mozilla 1.4 */
        color:#32a3d8; /* IE 6 */
        border: #32a3d8; /* Opera 7.11 */
        height: 1px; /* in Opera f?r die Anzeige n?tig, in Mozilla f?r die einheitliche H?he */
}

.linieHR {
	margin: 10px 0px 7px 0px;
	height: 1%;
}

*+html .linieHR {
	margin: 3px 0px 0px 0px;
}

h1 {
	color: #32a3d8;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
}


h2 {
	color: #32a3d8;
	text-decoration: none;
	font-size: 12px;
        font-weight: bold;
	margin-top: 20px;
	margin-bottom: 9px;
	padding: 0px;
}

h3 {
	color: #32a3d8;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 7px;
	padding: 0px;
}

h4 {
	color: #32a3d8;
	color: #B8B8B8;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 5px;
	padding: 0px;
}


#container {
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#site {
	float: left;
	width: 975px;
	padding: 0px 0px 0px 0px;
	height: auto !important;
}

#top {
	float:left;
	width:975px;
	height:10px;
	background-color:#32a3d8;
}

#banner {
	float:left;
	width:775px;
	height:100px;
	background-color:#ffffff;
}

#logo {
	float:left;
	width:200px;
	height:100px;
	background-color:#ffffff;
	background-image:url(images/bf-logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#metalinksleft {
	float:left;
	width:246px;
	height:19px;
	background-color:#32a3d8;
	padding-top:6px;
	color:#ffffff;
}

#metalinksleft a:hover {
color:#800000;
text-decoration:none;
}
#metalinksleft a {
color:#FFFFFF;
text-decoration:none;
}


#metalinksright {
	float:left;
	width:729px;
	height:19px;
	background-color:#32a3d8;
	padding-top:6px;
	color:#ffffff;
}

#metalinksright a:hover {
color:#800000;
text-decoration:none;
}
#metalinksright a {
color:#FFFFFF;
text-decoration:none;
}

#left{
	float:left;
	width:490px;
	min-height: 565px;
 	height:auto !important;
 	height: 565px;
	background-color:#ffffff;
	padding:20px 20px 20px 20px
}

#left ul{
	margin-top: 8px;
        margin-bottom: 12px;
}

#left ul li {

        display: list-item;
        margin: 0px 0px 0px 14px;
        margin: 0px 0px 0px 28px;
        list-style-position:outside;
}


#navigation {
	float:left;
	width:168px;
	min-height: 529px;
 	height:auto !important;
 	height: 529px;
	background-color:transparent;
	padding-left:17px;
	padding-top:22px;
}


#right {
	float:left;
	width:240px;
	min-height: 581px;
 	height:auto !important;
 	height: 539px;
	background-color:#FFFFFF;
	padding-top:23px;
	padding-left:20px;
	
}

*+html #right {
	padding-bottom:15px ;
}

* html #content {
	float: left;
	width: 530px;

}


#sidebar {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	min-height: 550px;
 	height:auto !important;
 	height: 450px;
         color: #000000;

}

* html #sidebar {
	width: 258px;
	position: relative;
	left:3px;


}

#footer {
	float: left;
	width: 975px;
	padding: 0px 0px 0px -1px;
	height: 50px;
	font-size: x-small;
	color: #32a3d8;
	border-top:1px solid #32a3d8;
}

*html #footer {
	height: 50px;
}



#footer a{
	text-decoration: none;
	color: #32a3d8;
}


#footer a:hover{
	text-decoration: none;
	color: #800000;
}


#contentBox {
	float: left;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 23px;
	border: 1px solid #32a3d8;
	background-color: #ffffff;
	min-height: 20px;
 	height:auto !important;
 	height: 20px;
	color: #000000;
	text-decoration: bold;
}

* html #contentBox {
	position: relative; 
         top:10px;
         left:-26px;
}

#contentBox ul{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
	text-decoration: strong;
}

#contentBox li{
	margin: 0px 0px 0px 30px;
	font-weight: solide;
         line-height:20px;
	list-style-image: url(images/list_pic.gif)  ;
}

#contentBox_slim {
	float: left;
	width: 210px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 23px;
	background-color: #ffffff;
	min-height: 20px;
 	height:auto !important;
 	height: 20px;
	color: #000000;
	text-decoration: bold;
}


* html #contentBox_slim {
	position: relative; 
         top:10px;
         left:-26px;
}

#contentBox_slim ul{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	list-style: none;
	text-decoration: strong;
}

#contentBox_slimli{
	margin: 0px 0px 0px 30px;
	font-weight: solide;
         line-height:20px;
	list-style-image: url(images/list_pic.gif)  ;
}
	
#boxTitle {
         font-family: Verdana;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	background-color:#32a3d8;
	padding: 3px 0px 0px 10px;
	height: 18px;
	width: 180;
	font-weight: bold;
         border-bottom: 1px solid #32a3d8;
}

#homeBox_l {
	float: left;
	height: 150px;
	width: 300px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #32a3d8;
	background-color: #ffffff;
	min-height: 140px;
 	height:auto !important;
 	height: 140px;
	color: #000000;
	text-decoration: bold;
         font-size:x-small;
}

#homeBox_l a{
	text-decoration: none;
	color: #32a3d8;
}


#homeBox_l a:hover{
         color: #32a3d8;
	text-decoration: none;
}

#homeBox_l td{
	border-bottom: 1px dotted #1378be;
}

#homeBox_l ul{
	margin: 0px;
	padding: 5px 10px 10px 10px;
	list-style: none;
	text-decoration: strong;
}

#homeBox_l li{
	margin: 0px 0px 0px 30px;
         line-height:20px;
	list-style-image: url(images/list_pic.gif)  ;
}


#searchbutton {
         background-image:url(icons/search_icon.png);
         background-repeat:no-repeat;
         background-color:#3f9fff;
         background-position:center center;
         color:#32a3d8;
         font-size:11px;
         height:13px;
         width:55px;
         text-align:center;
         border:0px solide #ffffff;
}

#search {
	border: 1px solid #32a3d8;
	background-color: #F9F9F9;
	padding: 1px;
	color: #8C8C8C;
	overflow: hidden;

	font-size:13px;
	width: 200px;
}

*+html #search {
	border: 1px solid #32a3d8;
	background-color: #F9F9F9;
	padding: 0px 0px 0px 5px;
	color: #8C8C8C;
	overflow: hidden;
	height: 20px;
	font-size:13px;
	width: 195px;
}


#suche {
    float:right;
    text-align:right;
}

