/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*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;
}