@import url(terminliste.css);

/* Allgemeines ************************************** */

input, select, textarea {
  font-size: 14px;
  border:1px solid #DDDDDD;
}  


body {
  background-color: #E0E0E0;
  text-align:center;
}



/* Layout ************************************** */
#div_gesamt {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	text-align:left;

} 

#div_kopf {
  width:800px;
  height:200px;
  background-image:url('../images/kopf2.jpg');
} 

#links {
 /* width:210px;*/
width:190px;

  float:left;

}

#rechts {
  width:160px;

  float:right;
}

#inhalt { 
 margin-left:220px; 
 margin-right:170px;



}


/* IE CSS Hack 3 Pixel Bug IE*/
* html #links { 
  margin-right: -3px; 
} 

* html #rechts { 
  margin-left: -3px; 
} 
 
* html #inhalt { 
  margin-left:220px:
  margin-right:170px;
  display:inline-block; 
  
} 
/* Ende IE CSS Hack by vbdesigns.de */




#footer {
  clear:both;
  text-align: center; 
  font-size: 90%;
  border-top: 1px solid #EBECED;
  margin-left:210px;
  margin-right:165px;
  margin-top: 5px;

}


/* Layout Details ******************************** */
.navi_kasten_links {
  margin:2px;
  border:0px solid #D50000;
}

.navi_kasten_rechts {
  margin:2px;
  border:0px solid #D50000;
}

.navi_titel {
  /*background-color: #D50000;*/
  color:#000;










  padding:1px;
}

#hilfsnavi {
  color: #D50000;
  margin-top: 5px;
  margin-bottom: 5px;
}

#suche {
  padding-top:170px;
  padding-left:10px;
  
}

#searchterm {
  height:25px;
  width:160px;
  border: 1px solid #D50000;
}

#searchbutton {
  border:0px;
}

#search_table {
  width:190px;
  border-collapse:collapse;
}

#search_table td {

  vertical-align:middle;
}

#wappen {
  text-align:center;
}


/* Navigation **************************** */

.div_ebene1 a {
  display:block;
  color:#808080;
  padding:3px;
  padding-left: 25px;
  background-image:url('../images/symbol_ff');
  background-repeat:no-repeat;
  background-position:5px;
  text-decoration:none;
}

.div_ebene1 a:hover {
  background-color:#E0E0E0;
  background-repeat:no-repeat;
}





.div_ebene2 {
  padding: 2px;
  padding-left:25px;

}

.div_ebene3 {
  padding: 2px;
  padding-left:40px;

}


/* Artikellisten *************************************** */

.weiterlesen_aktionen {
  display:none;
}

.headline_aktionen a {
  display:block;
  color:#808080;
  padding:3px;
  padding-left: 25px;
  background-image:url('../images/symbol_ff');
  background-repeat:no-repeat;
  background-position:5px;
  text-decoration:none;
} 

.headline_aktionen a:hover {
  background-color:#E0E0E0;
  background-repeat:no-repeat;
}


.text, .headline, .weiterlesen {

}

.block {
  padding:5px;
  
}

.navi_kasten_rechts .text {
  font-size:90%;
}

.navi_kasten_rechts .headline {
  padding-bottom: 0px;
}

.navi_kasten_rechts .weiterlesen {
  padding-top: 0px;
}

 

/* =============== Artikelliste Inhalt ================== */


#inhalt .block {
  padding:0px;
  
}


#inhalt .headline a {
 font-size:120%;
 text-decoration:none;
}


#inhalt .headline {
 border-top: 0px solid #D50000;
 border-bottom: 0px solid #D50000;
}

#inhalt .image {
  float: left;
  margin-right: 5px;
  margin-top:3px;
}

#inhalt .text {
  margin-top:3px;
font-size:12px;
}


#inhalt .weiterlesen {
  display:block;
  text-align:right;
  margin-bottom:8px;
}



/* Sitemap *********************************************** */


.sitemap_level2_container {
  margin-left: 10px;
}


.sitemap_level3_container {
    margin-left: 20px;
}



/* ====================== Bildergalery ====================== */

.gallery_zelle {
  padding:2px;
}

.gallery_bildbesch {
  background-color:#D0D0D0;
}

.gallery_besch {

  font-size:80%;
}


.gallery_zelle_links {
  font-size:80%;
}

