body, html{
  font-familiy: Arial;
  background-color:#E0E0E0;
  padding-top:0px;;
  margin:0;
}

#seite{    
  width:981px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  border-left:10px solid #BFC0BF;
  border-right:10px solid #BFC0BF;
  background-color:#FFFFFF;
} 

#kopf{
  width:100%;                       
  height:138px;
  background-image: url(../images/baulogo.jpg);
  background-repeat: no-repeat;
}

#querbalken{
  position:absolute;
  top:138px;
  width:100%;
  height:11px;
  background-image: url(../images/querHg.jpg);
  background-repeat: repeat-x;
}

#infobalken{
  background-image: url(../images/obenHg.jpg);
  background-repeat: repeat-x;
  height:50px;
  width:100%;
  margin-top:9px;
}


#rumpf{
  min-height:1000px;
}

 * html #rumpf{
   height:1000px;
 }

#inhalt{
  margin-left:230px;
  width:735px;
  padding: 12px 10px 10px 0px;
}


#menu{
  float:left;
  width:178px;
  margin-top:16px;
  margin-left: 17px;
  background-image: url(../images/menuHg.jpg);
  background-repeat: repeat-y;
}


/* ++++++++++++++Links++++++++++++++++++++++*/
a{
  text-decoration:none;
  font-family:Arial;
  font-weight:bold;
  color:#4A6B7D;
}

.menu_index {
  padding-left:11px;
  padding-top:4px;
  color:#42515A;
  font:bold 0.7em Arial;
}

.menu_index a {
  display:block;
  width:166px;
  margin-right:1px;
  color:#42515A;
  font-family:Arial;
  font-weight:bold;
  text-decoration:none;
  padding-top:4px;
}
/*++++++++++++++++Bilder+++++++++++++++++++++*/
img.fliess{
  float:right;
  margin: 4px 12px 12px 12px;
  border: 1px solid #4A6B7D;
  clear:right;
}

/* +++++++++++++++Navigation+++++++++++++++++*/
.nav1{
  display:block;
  height:19px;
  width:166px;
  background-image: url(../images/navHg.jpg);
  background-repeat: repeat-x;
  margin-left:1px;
  margin-right:1px;
  padding-left:10px;
  color:#42515A;
  font-family:Arial;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
  padding-top:4px;
}

 * html .nav1{
   width:164px;
   margin-left:2px;
 }

.nav1current{   
  display:block;
  height:19px;
  width:166px;
  background-image: url(../images/navActHg.jpg);
  background-repeat: repeat-x;
  margin-left:1px;
  margin-right:1px;
  padding-left:10px;
  color:#42515A;
  font-family:Arial;
  font-weight:bold;
  text-decoration:none;
  font-size:0.9em;
  padding-top:4px;
}

.nav2{
  display:block;
  width:166px;
  margin-left:1px;
  margin-right:1px;
  padding-left:10px;
  color:#42515A;
  font-family:Arial;
  font-weight:bold;
  text-decoration:none;
  font-size:0.7em;
  padding-top:4px;
}


 
#titel{
  position:absolute;
	top:110px;
  padding-left:10px;
}


h1.titel{
  color:#FFFFFF;
  font-family:Arial;
  font-weight:bold;
  font-size:1.35em;
  margin:0;
  padding:0;
}

h1{
  font-family:Arial;
  color:#42515A;
  margin:0;
  padding:0;
  font-size:1.0em;
}

h1.menu{
  font-size:0.9em;
  margin:0;
  padding:0;
}

.menu_hl{
  display:block;
  height:19px;
  width:166px;
  background-image: url(../images/navHg.jpg);
  background-repeat: repeat-x;
  margin-left:1px;
  margin-right:1px;
  padding-left:10px;
  color:#42515A;
  font-family:Arial;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
  padding-top:4px;
}

p{
  font-family:Arial;
  color:#42515A;
  font-size:12px;
}

ul{
  background-image: url(../images/ulHg.jpg);
  background-repeat:repeat-x;
  background-position:bottom left;
  background-color:#E6F0BC;
  list-style-image: url(../images/pfeil.gif);
  font-family:Arial;
  font-weight:bold;
  font-size:14px;
  margin-left:px;
  padding-left:25px;
  margin-right:232px;
  padding-top:10px;
  padding-bottom:30px;
}

ul li{
  font-family:Arial;
  color:#42515A;
  font-size:12px;
}

ol{
  background-image: url(../images/ulHg.jpg);
  background-repeat:repeat-x;
  background-position:bottom left;
  background-color:#E6F0BC;
  list-style-image: url(../images/pfeil.gif);
  font-family:Arial;
  font-weight:bold;
  font-size:14px;
  margin-left:px;
  padding-left:25px;
  margin-right:232px;
  padding-top:10px;
  padding-bottom:30px;
}

ol li{
  font-family:Arial;
  color:#42515A;
  font-size:12px;
}


/* Formular */

form {
	margin: 0 20px;
	padding: 5px 0;
}

form div {
	position: relative;
	border: 1px solid #FFFFFF;
        float:left;
        font-family:Arial;
        color:#42515A;
        font-size:12px;
        padding-right:100px;
}

* html form div {
	border: none;
}

form p {
	margin: 15px 0 5px 0;
}

form div label {
	display: block;
	width: 100px;
	float: left;
	padding: 2px 0 1px 0;
	margin: 0 50px 0 0;
}

input, select, textarea {
	width: 252px;
	border: 1px solid #185584;
	background: #F2F8EA;
	height: 14px;
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

select {
	width: 54px;
	height: 16px;
}

#Anrede, #optimieret {
	width: 252px;
}

#PLZ {
	width: 41px;
	margin-right: 3px;
}

#Ort {
	width: 206px;
}

#senden {
	margin-top: 25px;
	width: 150px;
	height: 20px;
}

textarea {
	height: 100px;
	overflow: auto;
}

.mailcopy, .datenschutz {
	width: 11px;
	height: 11px;
	background: none;
	border: none;
}

.bezeichner {
	padding-left: 5px;
	font-size: 11px;
}

span.select_einh {
	position: relative;
	top: -2px;
	left: -2px;
	margin-right: 1px;
}

.mailcopy, #senden, .err_msg, .datenschutz{
	margin-left: 150px;
}

 * html .err_msg{
   margin-left:77px;
 }


.err_msg {
	margin-bottom: 2px;
	font-size: 11px;
	color: #FD8F02;
}

.err {
	border: 1px solid #fb7101;
	background: #FFC14A;
}

.err_checkbox {
	border: 1px solid #fb7101;
	width: 12px;
	background: none;
}

.einh {
	position: relative;
	top: -2px;
}

.rechnung{
  float:left;
  margin-left:150px;
}

.rechnung input{
  width:24px;
}

/* Formular Ende */


/* Impressum */

p.impr {
	font-size: 11px;
}

p.itop {
	position: relative;
	width: 700px;
	padding: 0;
}

p.itop span {
	position: absolute;
	right: 200px;
	width: 185px;
}

* html p.itop span {
	margin-top: -2px;
}

p.itop span a {
	margin: 0;
	padding: 0;
	height: 12px;
}

h2.itop {
	padding-top: 30px;
}

h2 {
        font-family: Araial, Helvetica, sans serif;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
        color:#42515A;
}

/* Impressum Ende */