/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*default werte von tags setzen*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*
{
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, dl, dt, dd, form, fieldset, label, select, input, textarea, address, blockquote, nobr
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img
{
	border: none;
}

.hrClearBoth,
.clearBoth
{
	clear: both;
	position: absolute;
	top:-1000px;
	font-size: 0.1em;
	height: 0em;
	visibility: hidden;
}

hr[class = "hrClearBoth"],
div[class = "clearBoth"]
{
	position: static;
}

html
{
	height: 100%;
}

body
{
	background: #6E6D71;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 0px;
	font-size: 100.01%;
	text-align: center;
	height: 100%;
}

#wrapper
{
	text-align: left;
	margin: 0px auto 0px 0px;
	width: 1010px;
}

.wrapperHeight
{
	height: 100%;
}

div[class = "wrapperHeight"]
{
	height: auto;
	min-height: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* mothers little helpers */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hidden, ul dfn
{
	position: absolute;
	left: -1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}

dfn, acronym, abbr
{
	font-style: normal;
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* hNavigationgation and logo*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header
{
	background: #F1F1F1;
	margin: 0px auto 0px 0px;
	height:108px;
}

#logo
{
	float: left;
	margin:20px 0 0 20px;
}

#banner
{
	float: right;
	width: 400px;
	margin-top:0px
}

#hNavigation
{
	/*position: relative;*/
	height: 26px;
	width: 1010px;
	background-color: #CD8900;
	padding: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* main 3 column layout*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainWrap
{
	/*border-top: 3px solid #FFFFFF;*/
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* contentSection*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content
{
	float: left;
	width: 960px;
	background: #F1F1F1;
	padding: 10px 30px 10px 20px;
}

#content_left
{
	float: left;
	width: 560px;
	background: #F1F1F1;
	padding: 28px 10px 10px 0px;
}

#content_right
{
	float: left;
	width: 360px;
	background: #F1F1F1;
	padding: 10px 0px 0px 24px;
}


#topnav{
 	text-decoration: none;
	font-size: 0.75em;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	margin-bottom:20px;
	color:#6E6D71;
}


#breadcrumb{
	float:left;
}

#VersWiki{
	float:right;
}

#metanavi{
	float:right;
}

.ceWrap
{
       clear: both;
       float: left;
       width: 100%;
       margin-bottom: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* example content styles*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainContainer a
{
        color: #001e87;
}

#mainContainer a:hover,
#mainContainer a:active,
#mainContainer a:focus
{

}

#mainContainer h1, #mainContainer h2
{
	font-size: 1.65em;
	margin: 0.4em 0;
	font-weight: normal;
	color: #6E6D71;
	line-height: 1em;
	border-bottom:1px solid #CD8900;
}

/*
#mainContainer h3
{
	font-size: 0.75em;
	color: #001E87;
	line-height: 1.3;
	margin-top: 1em;
}
*/

#mainContainer h3{
	font:bold 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	color: #6E6D71;
	line-height:30px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border-bottom:1px solid #CD8900;
}

#mainContainer h4{
	font:bold 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	color: #6E6D71;
	line-height:30px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;

}

#mainContainer p, .tx-felogin-pi1 {
	font-size:12px;
	line-height:18px;
	margin-top: 5px;
	margin-right: 20px;
	padding: 0 0 0.5em 0;
}

#mainContainer ul, #mainContainer ol{
	font-size:12px;
	line-height:20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	padding: 0 0 0 0;
}

#mainContainer li
{
        margin: 3px 0;
}

#mainContainer ul ul
{
        font-size: 1em;
}


#metanavi ul{
	height:auto;
	list-style:none;
	border:0;
	margin:0;
	padding-top:0.1em;
	padding-bottom:0.5em;
	padding-left:0;
}

#metanavi ul li{
	display:inline;
	text-align:center;
	border:0;
	margin:0;
	padding:0;
}

#metanavi ul li a,#footer ul li strong{
	border:0;
	margin-top:0;
	margin-right:1px;
	margin-bottom:0;
	margin-left:1px;
	padding: 0 8px 0 8px;
}

.mapEntryWrap {
	font-size:12px;
	line-height:16px;
	padding:4px;
	width:300px;
}

.mapEntryInfo {
	font-size:1em;
	overflow:hidden;
}

.mapEntryImage {
	background-color:#CCCCCC;
	float:left;
	height:103px;
	margin-bottom:8px;
	margin-right:10px;
	width:80px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ab hier Norberts CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table{
	font-size:12px;
	line-height:20px;
	margin-top: 10px;
	margin-right: 80px;
	padding: 0 0 0.5em 0;
	border-collapse:collapse;
	border-spacing:0;
}


h4{
	padding:3px 0 3px 0;
	color: #ffffff;
	background:transparent;
	font:bold 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
}

.sitemap1 {
	list-style-image: url(/fileadmin/images/layout/bullet_1.gif);
}

a.link1 {
	font: 13px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#6E6D71;
	line-height:20px;
	margin-top: 20px;
	margin-left: 5px;
	padding-left: 10px;
	display: block;
	text-decoration: none;

}


.sitemap2 {
	list-style-image: url(/fileadmin/images/layout/bullet_1.gif);
}

a.link2 {
	font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#6E6D71;
	line-height:15px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 30px;
	display: block;
	text-decoration: none;
}


.sitemap3 {
	list-style-image: url(www.bvw-gmbh.de/fileadmin/images/layout/bullet_1.gif);
}

a.link3 {
	font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#6E6D71;
	line-height:15px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 50px;
	display: block;
	text-decoration: none;
}

a.link4 {
	font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#6E6D71;
	line-height:15px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 70px;
	display: block;
	text-decoration: none;
}

a.link4active {
	font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#ffffff;
	line-height:15px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 70px;
	display: block;
	text-decoration: none;
}

a.link5 {
	font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#6E6D71;
	line-height:15px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 90px;
	display: block;
	text-decoration: none;
}
a.link6 {
	font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight: bold;
	color:#6E6D71;
	line-height:15px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 110px;
	display: block;
	text-decoration: none;
}


a.layernav1 {
    background: #6E6D71;
    float: left;
    height: 26px;
    text-align: center;
    display: block;
    text-decoration: none ;
    padding: 5 20px 0 20px;
    color:#ffffff;
    font: 13px Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-weight: bold;
    border-right: 0.1em solid white;
  }
a.layernav1:link {
    background: #6E6D71;
    color:      #ffffff;
  }
a.layernav1:visited {
    background: #6E6D71;
    color:      #ffffff;
  }
a.layernav1:hover {
    background: #CD8900;
    color:      #ffffff;
}
a.layernav1:active{
    background: #6E6D71;
    color:      #ffffff;
}



a.layernav2 {
    background: #6E6D71;
    float: left;
    height: 26px;
    text-align: center;
    display: block;
    text-decoration: none ;
    padding: 5 20px 0 20px;
    color:#ffffff;
    font: 13px Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-weight: bold;
    border-right: 0.1em solid white;
  }
a.layernav2:link {
    background: #6E6D71;
    color:      #ffffff;
  }
a.layernav2:visited {
    background: #6E6D71;
    color:      #ffffff;
  }
a.layernav2:hover {
    background: #CD8900;
    color:      #ffffff;
}
a.layernav2:active{
    background: #6E6D71;
    color:      #ffffff;
}


a.downloadlink{
	text-decoration: none;
	vertical-align:middle;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color:#000000;
}

.submitbutton{
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	border:1px solid #aaa;
	background:#CD8900;
	color:#ffffff;
	font-weight: bold;
}

/*
  Formate für Suche und Formulare
*/

fieldset {
border:  0px solid;
padding: 10px 0 16px 6px;
}

.tx-indexedsearch-form, .tx-indexedsearch-search-select-group, .tx-indexedsearch-search-select-results, .formu, .tx-indexedsearch-search-select-order, .tx-indexedsearch-search-for, .tx-indexedsearch-search-in, .tx-indexedsearch-search-select-section {
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
border: 0px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	font-size:13px;
	line-height: 1.4em;
}

.tx-indexedsearch-search-submit {
margin-left:10px;
}

.sf-label {
float: left;
width: 150px;
border: 0px solid #C0C0C0;
}

.mf-label {
float: left;
width: 250px;
border: 0px solid #C0C0C0;
}

.mf-radio {
align:left;
margin-right:10px;
margin-top:4px;
width:10px; 
height:10px;
# display: block;
float:left;
border:0px;
}

.radiolayout {
border: 0px solid #C0C0C0;
}



.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 1px solid #C0C0C0;
margin-bottom: 25px;
}
.mf-select {
border:0px;
width: 270px;
margin-bottom: 15px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 15px;
}

.mf-submit {
margin-top: 15px;
}


/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	   color:#333333;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px ;
	background-color: #f1f1f1;
	padding: 10px;
	font-size:12px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: #f1f1f1;
	font-size:8px;
}
fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	/* label */
	display: block;
	width: 320px;
	float: left;
	font-weight: normal;
   color:#333333;
   white-space:normal;
}
fieldset.tx-powermail-pi1_fieldset input{
	margin-left:0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_date,
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
#powermaildiv_uid63 input, #powermaildiv_uid64 input, #powermaildiv_uid70 input, #powermaildiv_uid76 input, #powermaildiv_uid88 input, #powermaildiv_uid212 input  {
	/* Input and textarea */
	border: 1px solid #C0C0C0;
margin-bottom: 15px;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
    padding:2px;
	width:270px;
}
#powermaildiv_uid63 img, #powermaildiv_uid64 img, #powermaildiv_uid70 img, #powermaildiv_uid76 img, #powermaildiv_uid88 img, #powermaildiv_uid212 img{
	margin:5px 0px 10px 0px;
}
.powermail_mandatory {
	color: #f00;
}
.placeholder {
    color:#999;
}

.powermail_mandatory_helper{visibility:hidden;height:1px;position:absolute;}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
	margin-left: 200px;
	clear: both;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;
    z-index:10;
    text-align:left;
    height:auto;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color:#ffffff;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-7px;
	left:5px;
	border-bottom:0 none;
}
#powermaildiv_uid205{
	clear:both;
	width:510px;
}
#powermaildiv_uid205 label{
	float:left;
	width:250px;
}
#powermaildiv_uid205 input{
	float:left;
	width:250px;
}

#powermaildiv_uid206{
	clear:both;
	width:510px;
}
#powermaildiv_uid206 label{
	float:left;
	width:250px;
}
#powermaildiv_uid206 input{
	float:left;
	width:250px;
}

#powermaildiv_uid207{
	clear:both;
	width:510px;
}
#powermaildiv_uid207 label{
	float:left;
	width:250px;
}
#powermaildiv_uid207 input{
	float:left;
	width:250px;
}

#powermaildiv_uid208{
	clear:both;
	width:510px;
}
#powermaildiv_uid208 label{
	float:left;
	width:250px;
}
#powermaildiv_uid208 input{
	float:left;
	width:250px;
}

#powermaildiv_uid209{
	clear:both;
	width:510px;
}
#powermaildiv_uid209 label{
	float:left;
	width:250px;
}
#powermaildiv_uid209 input{
	float:left;
	width:250px;
}
#powermaildiv_uid210{
	clear:both;
	width:510px;
}
#powermaildiv_uid210 label{
	float:left;
	width:250px;
}
#powermaildiv_uid210 input{
	float:left;
	width:250px;
}
#powermaildiv_uid211{
	clear:both;
	width:510px;
}
#powermaildiv_uid211 label{
	float:left;
	width:250px;
}
#powermaildiv_uid211 textarea{
	float:left;
	width:250px;
}
#powermaildiv_uid212{
	clear:both;
	width:510px;
}
#powermaildiv_uid212 label{
	float:left;
	width:250px;
}
#powermaildiv_uid212 img{
	margin-left:250px;
	margin-top:10px;
}
#powermaildiv_uid212 input{
	float:left;
	width:250px;
}



/* Powermail Kontaktformular bvwev*/

#powermaildiv_uid18{
	clear:both;
	width:510px;
}
#powermaildiv_uid18 label{
	float:left;
	width:250px;
}
#powermaildiv_uid18 input{
	float:left;
	width:250px;
}
#powermaildiv_uid19{
	clear:both;
	width:510px;
}
#powermaildiv_uid19 label{
	float:left;
	width:250px;
}
#powermaildiv_uid19 input{
	float:left;
	width:250px;
}
#powermaildiv_uid20{
	clear:both;
	width:510px;
}
#powermaildiv_uid20 label{
	float:left;
	width:250px;
}
#powermaildiv_uid20 input{
	float:left;
	width:250px;
}
#powermaildiv_uid21{
	clear:both;
	width:510px;
}
#powermaildiv_uid21 label{
	float:left;
	width:250px;
}
#powermaildiv_uid21 input{
	float:left;
	width:250px;
}
#powermaildiv_uid22{
	clear:both;
	width:510px;
}
#powermaildiv_uid22 label{
	float:left;
	width:250px;
}
#powermaildiv_uid22 input{
	float:left;
	width:250px;
}
#powermaildiv_uid23{
	clear:both;
	width:510px;
}
#powermaildiv_uid23 label{
	float:left;
	width:250px;
}
#powermaildiv_uid23 input{
	float:left;
	width:250px;
}
#powermaildiv_uid24{
	clear:both;
	width:510px;
}
#powermaildiv_uid24 label{
	float:left;
	width:250px;
}
#powermaildiv_uid24 textarea{
	float:left;
	width:250px;
}
#powermaildiv_uid65{
	clear:both;
	width:510px;
}
#powermaildiv_uid65 label{
	float:left;
	width:250px;
}
#powermaildiv_uid65 img{
	margin-left:250px;
	margin-top:10px;
}
#powermaildiv_uid65 input{
	float:left;
	width:250px;
}

/* Powermail Kontaktformular bvwukasse*/

#powermaildiv_uid50{
	clear:both;
	width:550px;
	margin-bottom:10px;
}
#powermaildiv_uid50 label{
	float:left;
	width:250px;
	margin-bottom:10px;
}
#powermaildiv_uid50 select{
	float:left;
	width:275px;
	margin-bottom:10px;
}
#powermaildiv_uid51{
	clear:both;
	width:550px;
}
#powermaildiv_uid51 label{
	float:left;
	width:250px;
}
#powermaildiv_uid51 input{
	float:left;
	width:270px;
}
#powermaildiv_uid52{
	clear:both;
	width:550px;
}
#powermaildiv_uid52 label{
	float:left;
	width:250px;
}
#powermaildiv_uid52 input{
	float:left;
	width:270px;
}
#powermaildiv_uid53{
	clear:both;
	width:550px;
		margin-bottom:10px;
}
#powermaildiv_uid53 label{
	float:left;
	width:250px;
		margin-bottom:10px;
}
#powermaildiv_uid53 select{
	float:left;
	width:275px;
		margin-bottom:10px;
}
#powermaildiv_uid54{
	clear:both;
	width:550px;
}
#powermaildiv_uid54 label{
	float:left;
	width:250px;
}
#powermaildiv_uid54 input{
	float:left;
	width:270px;
}
#powermaildiv_uid55{
	clear:both;
	width:550px;
}
#powermaildiv_uid55 label{
	float:left;
	width:250px;
}
#powermaildiv_uid55 input{
	float:left;
	width:270px;
}
#powermaildiv_uid56{
	clear:both;
	width:550px;
}
#powermaildiv_uid56 label{
	float:left;
	width:250px;
}
#powermaildiv_uid56 input{
	float:left;
	width:270px;
}
#powermaildiv_uid57{
	clear:both;
	width:550px;
}
#powermaildiv_uid57 label{
	float:left;
	width:250px;
}
#powermaildiv_uid57 input{
	float:left;
	width:270px;
}
#powermaildiv_uid58{
	clear:both;
	width:550px;
}
#powermaildiv_uid58 label{
	float:left;
	width:250px;
}
#powermaildiv_uid58 input{
	float:left;
	width:270px;
}
#powermaildiv_uid59{
	clear:both;
	width:550px;
		margin-bottom:10px;
}
#powermaildiv_uid59 label{
	float:left;
	width:250px;
		margin-bottom:10px;
}
#powermaildiv_uid59 select{
	float:left;
	width:275px;
		margin-bottom:10px;
}
#powermaildiv_uid60{
	clear:both;
	width:550px;
}
#powermaildiv_uid60 label{
	float:left;
	width:250px;
}
#powermaildiv_uid60 textarea{
	float:left;
	width:270px;
}

#powermaildiv_uid62{
	clear:both;
	width:550px;
}
#powermaildiv_uid62 label{
	float:left;
	width:250px;
}
#powermaildiv_uid62 input{
	float:left;
	width:270px;
}
#powermaildiv_uid62 img{
	margin-left:250px;
	margin-top:10px;
}
#powermaildiv_uid62 span.tx-srfreecap-pi2-cant-read{
	margin-left:250px;
	color:#333333;
}

#powermaildiv_uid204	{
	float:left;
	width:250px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner_uid204_0{
	margin-left: 0px;
	clear: both;
}
