/* Allgemeines ************************************** */

input, select, textarea {
  font-size: 12px;
  border:1px solid #DDDDDD;
}  

table {
  border-collapse:collapse;
}


body {
  background-color: #FFFFFF;
  text-align:center;
  margin:0px;
  padding:0px;
  background-image:url('../images/hintergrund.gif');
 background-repeat:repeat-x;
font-size:15px;
}


/* Layout ************************************** */

#balken-oben {
  width:100%;
  font-size:5px;
  height:10px;
  background-color:#D50000;
  margin-bottom:10px;
display:none;

}



#div_gesamt {
	/*width: 809px;*/
width:950px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

} 

#div_kopf {
	/*width: 809px;*/
width:950px;
  height:148px;
  background-image:url('../images/kopf.gif');
 background-repeat:no-repeat;
} 

#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:217px; 
  margin-right:208px;
  /*background-image:url('../images/hintergrund_mitte.gif');  */
  color:#404040;
  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: 80%;
  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:10px;
  padding-top:5px;
}

#navi_titel_links2 {
  margin-top:10px;
  background-image:url('../images/haupt_links2.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
  height:28px;
  padding-left:10px;
  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;

}

#navi_horizontal {
  padding-top:122px;
}


#suche {
  width: 235px;
  float:left;
}

#home {
  width: 98px;
  float:left;
}

#ueberuns {
  width: 110px;
  float:left;
}

#kontakt {
  width: 107px;
  float:left;
}

#anfahrt {
  width: 124px;
  float:left;
}

#de {
  width: 95px;
  float:left;
}

#it {

}

/* Navigation vertikal *********************************************** */

.navi {
  padding-bottom:10px;
  margin-left:10px;
}



/* ================= Artikelliste ======================== */

.liste_block {
  padding-left:5px;
  padding-right:5px;
}

.liste_text {
  color:#808080;
}





/* ================= Artikelübersicht ======================== */

.uebersicht_block {
  border:1px solid #EBECED;
  margin-bottom:10px;
}

.uebersicht_headline {
  background-color:#EBECED;
}




.uebersicht_text {
  color:#808080;
  margin-left:150px;
  margin-top:5px;
}

.uebersicht_weiterlesen {
  display:block;
  text-align:right;
  clear:left;
}


.uebersicht_image {
  margin-top:5px;
  float:left;
}


/* ================== Suchefeld =========================== */

#search_table {
  margin-left: 10px;
}

#searchterm {
  width:150px;
}

#searchbutton {
  border:0px;
}


/* ================== Sitemap ============================= */


.sitemap_level1 {
  color:#808080;
}

.sitemap_level2_container {
  margin-left: 10px;
}

.sitemap_level3_container {
    margin-left: 20px;
}

#navi_horizontal a {
color:#FFFFFF;
}





#navi_horizontal a:hover {
color:#e60003;
background-color:#FFFFFF;
}

#links a {
color:#808080;
}


#links a:hover {
color:#FFF;
background-color:#e60003;
}



#inhalt #hilfsnavi a {
color:#808080;
}


#inhalt #hilfsnavi a:hover {
color:#FFF;
background-color:#e60003;
}


#footer a {
color:#808080;
}


#footer a:hover {
color:#FFF;
background-color:#e60003;
}

