/* Allgemeines ************************************** */

input, select {
  font-size: 12px;
  border:1px solid #DDDDDD;
}  


body {
  background-color: #FFFFFF;
  text-align:center;
  margin:0px;
  padding:0px;
}

#balken-oben {
  width:100%;
  font-size:5px;
  height:10px;
  background-color:#D50000;
  margin-bottom:10px;

}

/* Layout ************************************** */
#div_gesamt {
/*	width: 809px;*/
width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

} 

#div_kopf_links {
  width:628px;
  height:148px;
  background-image:url('../images/kopf1.gif');
  background-repeat:no-repeat;
} 

#div_kopf_mitte {
 /* background-image:url('../images/kopfmitte.gif');*/
} 


#div_kopf_rechts {
  width:158px;
  height:148px;
  background-image:url('../images/kopf2.gif');
  background-repeat:no-repeat;
} 







.klaerchen {
 clear: both;
 width: 1px;
 height: 1px;
 font-size: 1px;
 background-color:#FF0000;
}

#links {
  width:197px;
  float:left;
  /*background-image:url('../images/hintergrund_links.gif');*/
}

#rechts {
  width:188px;
  float:right;
  /*background-image:url('../images/hintergrund_rechts.gif');  */
}

#inhalt { 						/* Hier entsteht der IE 3 Pixel Bug */
  margin-left:197px; 
  margin-right:188px;
  7*background-image:url('../images/hintergrund_mitte.gif');  */
  background-repeat:repeat-y;
  background-color:#FFFFFF;
}

/* Hack wegen IE 3 Pixel Bug */
/* Hides from IE-mac \*/
* html #inhalt { 
  height: 1%;
  margin-left:-3px; 
  margin-right:-3px; 
}
* html #links {margin-right: -3px;}
* html #rechts {margin-left: -3px;}
/* End hide from IE-mac */


#inhalt_abstaende {
  padding:10px;
}
  
#footer {
  clear:both;
  text-align: center; 
  font-size: 90%;
  border-top: 1px solid #EBECED;
  margin-left:197px;
  margin-right:188px;
  margin-top: 5px;

}


/* Layout Details ******************************** */
.navi_kasten_links {

}

.navi_kasten_rechts {

}

#navi_titel_links1 {
  background-image:url('../images/haupt_links1.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
  height:28px;
  padding-left:15px;
  padding-top:5px;
}

#navi_titel_links2 {
  background-image:url('../images/haupt_links2.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
  height:28px;
  padding-left:15px;
  padding-top:5px;
}


#navi_titel_rechts1 {
  background-image:url('../images/haupt_rechts1.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
  height:28px;
  padding-left:15px;
  padding-top:5px;
}

#navi_titel_rechts2 {
  background-image:url('../images/haupt_rechts2.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
  height:28px;
  padding-left:15px;
  padding-top:5px;
}

/* Navigation horizontal *********************************************** */


#hilfsnavi {
  text-align:center;
  padding: 5px;
  background-color:#EBECED;
}

#navi_horizontal {
  padding-top:116px;
}


#suche {
  width: 235px;
  float:left;
}

#home {
  width: 98px;
  float:left;
}

#ueberuns {
  width: 110px;
  float:left;
}

#kontakt {
  width: 107px;
  float:left;
}

#anfahrt {
  float:left;
  width: 50px;
}

#de {
  padding-left:22px;
  width: 95px;
  float:left;
}

#it {

}
