html,body {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
		
}

#head {
	position: relative;
	height:129px;
	/*background: #fff url(../file/design/bw_logo_trans.png) no-repeat 50px 0;*/
	
}

#head .light_space {
	height: 20px;
	width: 100%;
	background: #bcbdc1;
	padding:  0;
	margin:  0;
	border: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

#head .light_space .dark_space {
	height: 20px;
	margin-right: 170px;
	border-right:  solid 1px #fff;
	background-color: #404042;
}

#head .logolink{
	width:  120px;
	height: 125px;
	position: absolute;
	display: block;
	top: 0px;
	left:  49px;
	background: transparent url(../file/design/bw_logo_trans.png) no-repeat 0 0;
	z-index: 5;
}

#head .fade-menu {
	display:  none;
}

#container {
	width:951px;
	margin: 0;
	padding: 0;
		
}

#topnav {
	margin: 0 0 0 210px;
	border: 1px solid #fff;
	text-align:right;
}

#headline {
	margin: 0 0 0 188px;
	height: 105px;
}

#headline h1 {
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.pathnav a:link, .pathnav a:hover, .pathnav a:visited, .pathnav a:active {
	color: #fff;
	text-decoration: none;
}

#columnleft {
	width: 208px;
	float: left;
}

#columncenter {
	margin: 25px 0 0 0;
	width: 562px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
}

#columncenter ul {
	margin:0;
	padding:0;
	list-style-type:disc;
}

#columncenter ol {
	margin: 0 0 0 5px;
	padding:0;
}

#columncenter ul li, ol li {
	margin:0 0 0 15px;
	padding:0;
}

#columncenter ul ul, ol ul {
	margin:0 0 0 15px !important;
	padding:0;
}

#columncenter ul ol {
	margin-left: 20px !important;
	padding:0;
}


#columncenterwide {
	margin: 25px 0 0 0;
	width: 743px;
	float: left;
	overflow: hidden;
}


#columnright {
	width: 170px;
	float: left;
	margin: 25px 0 0 1px;
}

#mainnav {
	margin: 25px 10px 20px 15px;
	border-width: 1px 0 1px 0;
	border-color: #999999;
	border-style: solid;
	padding: 15px 0 15px 0;
}

#columnleft .closenav {
	display:  none;
}

#mainnav a {
	text-align: left;  
	display: block;  
}

#mainnav a.level1 {
	background: #fff url(../file/design/pfeil_rechts.gif) no-repeat center left;  
	padding: 3px 4px 3px 15px;	
}

#mainnav a.level1_hervorgehoben {
	padding-top:15px !important;
	background: #fff url(../file/design/pfeil_rechts.gif) no-repeat 0px 19px !important;  	
}

#mainnav a.level2 {
	background: #fff;  
	padding: 3px 4px 3px 30px;	
}

#mainnav a.level3 {
	border-width: 0px 0 1px 0;
	border-color: #cbcbcb;
	border-style: solid;
	padding: 3px 4px 3px 0px;	
	margin-left: 30px;
}

#mainnav a.first {
	border-top: 1px solid #cbcbcb !important;
}

#mainnav a.selected2 {
	background: #fff url(../file/design/pfeil_unten.gif) no-repeat center left;
	font-weight: bold; 
}

#mainnav a.selected3 {
	font-weight: bold; 
} 

#mainnav a:link, #mainnav a:hover, #mainnav a:active, #mainnav a:visited {
	color: #000;
	text-decoration: none;	
}

#mainnav a.level3:link, #mainnav a.level3:hover, #mainnav a.level3:active, #mainnav a.level3:visited {
	color: #e4001b;
	text-decoration: none;	
}

#mainnav a.level1_hervorgehoben:link, #mainnav a.level1_hervorgehoben:hover, #mainnav a.level1_hervorgehoben:active, #mainnav a.level1_hervorgehoben:visited {
	color:#019000 !important;
	text-decoration: none;	
}

#search{
	float: right;
	margin: 0 160px 0 10px;;
}

input.search {
	height: 13px;
	width: 100px;
	border: 1px solid #999999;
	font-size: 11px;
	margin: 2px 0 0 0;	
}

#servicenav {
	float: right;	
	padding: 0;
	margin: 4px 0 0 0;
		
}

#langnav {
	height:0px;	
	padding: 0;
	width: 70px;
	float: right;
	margin: 4px 10px 0 0;
	position: relative;
}

#navi, #navi ul {
	list-style-type:none;
	padding:0; 
	margin: 0;
}

#navi {
	background: #fff url(../file/design/pfeil_grau_unten.gif) no-repeat 0px 5px;
	position: absolute; top:0px; left:0px;
}

#navi li {
	text-align: left;	
	padding: 0 0 0 12px;
	margin: 0;
	zoom:1;
}

#navi li ul {
	display:none;
}

#navi li:hover ul {
	display:block;
}

#navi li li {
	background:none;
	padding: 0;
	margin: 0;
}


#navi a, #navi a:link, #navi a:visited #navi a:active, #navi a:hover{ 
	display:block;
	text-decoration:none; 
	color:#999999; 
}

#servicenav {
	color:#999999;
}

#servicenav a, #servicenav a:link, #servicenav a:visited #servicenav a:active, #servicenav a:hover{ 
	text-decoration:none; 
	color:#999999;
	padding: 0 15px 0 15px; 
}

#linkToUp {
	margin-top: 10px;
		clear: both;
}

#linkToUp a{
	text-decoration: none;
	color : black;
}
#linkToUp img{
	border: none;
}


.home_overview {
	background-color: #f3f3f3;
	margin-bottom: 15px;
	zoom:1;	
}

.home_overview_withfooter {
	margin-bottom: 2px !important;
}

.home_overview_image {
	border-right: 1px solid white;
	float:left;
	zoom:1;	
}

.home_overview_subnav {
	float:left;
	padding: 10px 15px 0px 15px;
	width:360px;
	zoom:1;	
}

.home_overview_title a, .home_overview_title a:link, .home_overview_title a:visited, .home_overview_title a:active, .home_overview_title a:hover {
	font-weight:bold;
	font-size:12px;
	color:#404040;
	text-decoration:none;
	zoom:1;	
}

.home_overview_children {
	margin-top:10px;
}

.home_overview_childcolumn {
	float:left;
	width:180px;
}

.home_overview_childcolumn a, .home_overview_childcolumn a:link, .home_overview_childcolumn a:visited, .home_overview_childcolumn a:active, .home_overview_childcolumn a:hover {
	color:black;
	background:url(../file/design/pfeil_schwarz_rechts.gif) no-repeat 0px 3px;
	text-decoration:none;
	margin: 0;
	padding: 0 10px 3px 8px;
	display:block;
}

.home_overview_footer {
	padding:3px 5px 0 12px;
	height:18px;
	background:url(../file/design/bg_orange.gif);
	margin-bottom:15px;
}

.home_overview_footer a, .home_overview_footer a:link, .home_overview_footer a:visited, .home_overview_footer a:active, .home_overview_footer a:hover {
	font-weight:bold;
	font-size:12px;
	color:#404040;
	text-decoration:none;
	zoom:1;
	padding-right:15px;
	background:url(../file/design/pfeil_rechts_trans.gif) no-repeat 100% 5px;	
}

.overview_description {
	margin-top:6px;
}

.teaser {
	margin-bottom: 15px;
	padding-bottom: 13px;	
}


.teaser img{
	border: none;
}

.teaser * {
	font-size: 11px;	
}

.teaser_orange {
	background: #ffe6c8;
}

.teaser_grau {
	background: #f3f3f3;
}

.teasertitle {
	font-weight:bold;
	font-size:12px;
	padding:3px 15px 3px 15px;
	//height:18px;
	color:white;
}

.teasertitle_orange {
	background:url(../file/design/bg_orange.gif);
}

.teasertitle_grau {
	background: #bcbdc1;
}

.teasertext {
	padding: 10px 15px 2px 15px;
}

.teasertext_smallimage {
	padding: 5px 5px 2px 9px;
}

.teasertext_smallimage img {
	margin-right: 5px;
	float:left;
}


.teasertext_tel {
	padding-left: 50px;
	background: #f3f3f3 url(../file/design/teasertel.gif) no-repeat 10px 8px;
}

.teaserlink {
	padding: 0 15px 2px 15px;
	text-align: right;
}

.teaserlink a, .teaserlink a:link, .teaserlink a:visited, .teaserlink a:active, .teaserlink a:hover, 
.overviewlink a, .overviewlink a:link, .overviewlink a:visited, .overviewlink a:active, .overviewlink a:hover {
	font-size:10px;
	text-decoration:none;
	padding-right:12px;
	color:#019000;
	background:url(../file/design/pfeil_rechts_trans.gif) no-repeat right 50%;
}

#tabellendefinition {
	border-collapse:collapse;
	margin: 1px;
}

#tabellendefinition th {
	padding:3px;
	border: 1px solid black;
	vertical-align:top;
	background:#dddddd;
	font-weight:bold;
	text-align:left;
}

#tabellendefinition td {
	padding:3px;
	border: 1px solid black;
	vertical-align:top;
}

.prod_overview {
	margin-bottom: 15px;
	zoom:1;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;	
}

.prod_overview_image {
	margin-right: 1px;
	padding-top:5px;
	width:161px;
	text-align:center;
	float:left;
	zoom:1;	
}

.prod_overview_subnav {
	float:left;
	padding: 0;
	width:390px;
	overflow:hidden;
	zoom:1;
	background-color: #f3f3f3;	
}

.prod_overview_subnav_wide {
	width:572px !important;
}

.prod_overview_text {
	padding: 10px 10px 0 10px;
}

.prod_overview_text a, .prod_overview_text a:link, .prod_overview_text a:visited, .prod_overview_text a:active, .prod_overview_text a:hover {
	font-weight:bold;
	font-size:12px;
	color:#df011a;
	text-decoration:underline;
}

.prod_overview_text .markdown a, .prod_overview_text .markdown a:link, .prod_overview_text .markdown a:visited, .prod_overview_text .markdown a:active, .prod_overview_text .markdown a:hover {
	font-weight:normal;
	font-size:10px;
	color:#000;
	text-decoration:underline;
}



.prod_overview_text ul {
	margin:0;
	padding:0;
	list-style-type:disc;
}

.prod_overview_text ul li {
	margin:0 0 0 15px;
	padding:0;
}

.prod_overview_text img {
	margin:10px 5px 5px 0;
}

.prod_overview_title {
	font-weight:bold;
	font-size:12px;
	color:#df011a;
	text-decoration:none;	
}

.prod_overview_table table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	width:100%;
}

.prod_overview_table th {
	padding: 0 5px 1px 5px;
	background:url(../file/design/prod_th.gif) repeat-x bottom;
	text-align:left;
	vertical-align:bottom;
	font-weight:normal;
	color:white;
	white-space: nowrap;
	height:20px;
}

.prod_overview_table th.untertitel {
	padding: 1px 5px 1px 5px;
	background:#b6b6b6;
	text-align:left;
	border-top: 1px solid white;
	color:white;
	white-space: nowrap;
	height:10px;
}

.prod_overview_table th img {
	margin-bottom: 3px;	
}

.prod_overview_table td {
	padding: 1px 5px 1px 5px;
	background:#d6d6d6;
	text-align:left;
	border-top: 1px solid white;
	white-space: nowrap;
	vertical-align:top;
}

.prod_overview_table td.highlight {
	background:#aed7af;
	white-space: nowrap;
}

.prod_overview_table .textleft {
	text-align: left !important;
}
.prod_overview_table .textcenter {
	text-align: center !important;
}
.prod_overview_table .textright {
	text-align: right !important;
}


.rtfcontent a{
	color: #019000;
	margin : 0px;	
	padding: 0px 0px 3px 8px;
	margin: 0px 10px 0px 0px;
	display: i;
	text-decoration : none;
	background: #FFFFFF url(../file/design/pfeil_rechts.gif) no-repeat scroll 0 3px !important;
	text-decoration: none;
}


#bottomnav {
	margin:30px 0 30px 0;
	padding: 4px 0 0 0;
	color:#999999;
	border-top: 1px solid #999999;
}

#bottomnav a, #bottomnav a:link, #bottomnav a:visited #bottomnav a:active, #bottomnav a:hover{ 
	text-decoration:none; 
	color:#999999;
	padding: 0 15px 0 15px; 
}

#bottomnav a.first, #bottomnav a.first:link, #bottomnav a.first:visited #bottomnav a.first:active, #bottomnav a.first:hover{ 
	padding: 0 15px 0 0px; 
}

/*  site search */
.searchresult .result_entry{
}
.searchresult .result_entry a{
	font-weight: bold;
}
.searchresult .body{
	margin: 15px 0 40px 0;
}
.searchresult .pagecontrol{
	margin: 10px 0 10px 0;
}
.searchresult .pagecontrol a{
	text-decoration: none;
}
.searchresult .info{
	font-weight: bold;
}

/******************************************************/
/*                   Dealer search                    */
/******************************************************/

#dealer {
	margin:  25px 0 0 0;
}

#dealer h1 {

}

#dealer .bold {
	font-weight: bold;
}

#dealer .dealer_body_text_col{
	float: left;
	width: 571px;
	border: solid 0px red;
}

#dealer #form {
	width: 562px;
}

#dealer .col_left{
	float: left;
	width: 280px;
	border:  solid 1px #fff;
}

#dealer .col_right{
	margin-left: 290px;
	border:  solid 1px #fff;
}

#dealer .col_teaser{	
	border:  solid 1px #fff;
	width: 170px;
	float: left;
}

#dealer .label{
	margin:  10px 0px;
}

#dealer .countrywrapper{
	position: relative;
}

#dealer .countries {
	width: 190px;
	border: #cccccc solid 1px;
	font:  9pt Verdana;
}

#dealer label {
	float:  left;
	width:  80px;
}

#dealer input{
	border: #cccccc solid 1px;
	font:  9pt Verdana;
}

#dealer input.plz{
	width:  70px;
}

#dealer input.ort{
	width:  180px;
}

#dealer .formfield{
	margin: 0 0 10px 0;
}

#dealer .searchbutton{
	margin:  15px 0 0 0;
}

#dealer .searchbutton a, #dealer .searchbutton a:visited,#dealer .searchbutton a:hover,#dealer .dealer_footer a, #dealer .dealer_footer a:visited, #dealer .dealer_footer a:hover{
	background: #fff url(../file/design/pfeil_rechts.gif) no-repeat center left;  
	padding: 3px 4px 3px 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#dealer a.map, #dealer a.map:visited,#dealer a.map:hover,#dealer a.map:focus{
	background: url(../file/design/pfeil_rechts_trans.gif) no-repeat center left;  
	padding: 3px 4px 3px 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#dealer .dealer_footer a.page, #dealer .dealer_footer a.page:visited, #dealer .dealer_footer a.page:hover{
	background: none;  
	padding: 0px;
	font-weight: normal;
}

#dealer #result{
	background: #ececec;
	margin: 10px 0 10px 0;
	padding:  10px 5px 10px 5px;
	height: auto;
}

#dealer h1.dealer{
	color:  #000;
	font: bold 12pt Verdana;
	margin: 10px 0 10px 0;
	
}

#result .col1 {
	float:  left;
	width:  200px;
	border:  solid 0px red;
}

#result .col2 {
	float:  left;
	width:  200px;
	border:  solid 0px red;
}

#result .col3 {
	float:  left;
	width:  250px;
	border:  solid 0px red;
}

#result .col4 {
	float:  left;
	border:  solid 0px red;
	padding: 20px 0 0 10px;
}

#result .col1 .logo{
	margin: 10px 0 0 0;
}

.dealer_footer .footer_left{
	
	width:  400px;
}

.dealer_footer .footer_right{
	float:  right;
}

#dealer .dealer_footer .morebutton{
	margin: 0 0 10px 0;
}

#mapinfo{
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	
}

/* clearing */

 .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* used for Safari */
  .clearfix { display:block; }

  /* IE6 + 7: activate hasLayout */
  .clearfix { *height:1%; }  

  /* For traditional clearing */
  .clearing { clear: both; line-height: 0px; font-size: 1px; height: 0px; }
  
  

.clear {
	clear: both;
	height: 1%;
	font-size: 1px;		
}



/*
 * YouTube / BVB Logo
 */

.youtube, #bvb, #vfl {
	padding: 15px 15px;
}

.youtube, #bvb {
	padding-left: 31px;
}

.youtube {
	padding-left: 27px;
}



.youtube .logo, #bvb .logo, #vfl .logo{
	float:left;
}

.youtube .logo img, #bvb .logo img, #vfl .logo img{
	border:  none;
}

.youtube .slogan, #bvb .slogan, #vfl .slogan{
	margin: auto 0 auto 75px;	/* 60(logo)+ 15 */
	font-family: verdana;
	font-size: 11px;
	color: #404040;
}

.youtube .slogan {
	margin-left:  78px;
}

#vfl .slogan{
	margin-left: 91px;	/* 60(logo)+ 15 */
}


.youtube .slogan p, #bvb .slogan p, #vfl .slogan p{
	margin: 0;
}


.mobile_search, .mobile_searchlink {
	display: none;
}
