/* CSS Document */
#headline /*Überschrift auf allen Seiten*/
{
  color:#666666;
  font-size: 16;
  font-weight: bold;
  text-align: center;

}
#headline2 /*Überschrift Hauptkategorien*/
{
  color:Black;
  font-size: 11;
  font-weight: bold;
  text-align:left;
  width: 100%;
  vertical-align: middle;
  
}
#headline3 /*Überschrift Unterkategorien*/
{
  background-color:#ffffff;
  color:Black;
  font-size: 12;
  font-weight: bold;
  text-align:left;
}
#category /*gesamte Hauptkategorien*/
{
  background-color: #ffffff;
  padding-left: 15px;
}
#category_single /*einzelne Hauptkategorien*/
{
  background-color:#ffffff;
  font-size: 11;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px #f0f0f0 solid;
  width: 100%;
}
#category_single2 /*einzelne Unterkategorien*/
{
  background-color:#ffffff;
  font-size: 11;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px #f0f0f0 solid;
  width: 50%;
}
#eintraege_pfad /*Pfadangabe in eintraege.php*/
{
  background-color:#f0f0f0;
  color:Black;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12;
  text-align:left;
  width: 100%;
  
}
#sortierung /*eintraege.php*/
{
  background-color: #f0f0f0;
  border-top: 1px #cccccc dotted;
  border-bottom: 1px #cccccc dotted;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#filter_plz /*eintraege.php*/
{
  
}
#filter_region /*eintraege.php*/
{
  
}
.normal_ausgabe
{
  font-family: Arial;
  font-size: 10pt;
  color: Black;
}
.fett_ausgabe
{
  font-family: Arial;
  font-size: 10pt;
  color: Black;
  font-weight: bold;
}
.kursiv_ausgabe
{
  font-family: Arial;
  font-size: 10pt;
  color: Black;
  font-style: italic;
}
.premium_eintrag
{
  background-color: #f0f0f0;
  
}
.coverphone {
  display: block;
  background:#EEF6FE;
  width: 240px;
  text-indent: 130px;
}

.coverphone_hide {
  display: none;
}

.phonenums {
  display: none;
}
.phonenums_show {
  display: block;
  background: #EEF6FE;
  width: 240px;
}   
.save
{
  display: none;
}
.tab {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #C0C0C0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #C0C0C0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C0C0C0;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #C0C0C0;
  background-color: #f0f0f0;
  padding: 8px;
} 
.tab_active {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #C0C0C0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #C0C0C0;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #C0C0C0;
  background-color: #ffffff;
  padding: 8px;
  font-weight: bold;
}
.tab_leer {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C0C0C0;
  background-color: #ffffff;
  width: 100%;
}
.coverphone {
  display: block;
  background:#F0F0F0;
   
}

.coverphone_hide {
  display: none;
}

.phonenums {
  display: none;
}
.phonenums_show {
  display: block;
  background: #F0F0F0;
 
}   

