/*Marcel Abraham*/
/*Standardtabelle*/
table {
   border-collapse:collapse;
   table-layout:fixed;
   margin-left:1px;
}

* html table {
   border-collapse:collapse;
   table-layout:fixed;
   margin-left:0px;
     
  
}

/*Marcel Abraham*/
/*Standard Inhaltsspalte*/
td {
   border:1px solid white;
   padding: 0em 0.3em 0em 0.3em;
   color: rgb(0,49,78);
   font-size: 70%;
   line-height: 140%;
   vertical-align:top;
   font-family: Arial, helvetica, sans-serif;
}

/*Marcel Abraham*/
/*Liste in Tabellenspalte mit 100% Schriftgröße*/
td .liste{
   font-size: 100%;
}


/*Marcel Abraham*/
/*Standard Kopfspalte*/
th {
   text-align:center;
   border:1px solid white;
   padding:0.2em 0.3em 0.2em 0.3em;
   color:white;
   font-size: 80%;
   line-height: 140%;
   font-weight:bold;
   vertical-align:top;
   font-family: "Times New Roman", Times, Serif;
}

/*Marcel Abraham*/
/*Tabelle mit Breite über kompletten Inhaltsbereich*/
.tabelle_drei_spalten {
   width:35.7em;
}

/*Marcel Abraham*/
/*Tabelle mit Breite über zwei Spalten*/
.tabelle_zwei_spalten {
   width:23.7em;
}

/*Marcel Abraham*/
/*Tabelle mit Breite über eine Spalten*/
.tabelle_eine_spalten {
   width:11.8em;
}

/*Marcel Abraham*/
/*Kopfzeile für Bereich Aktuell*/
.tr_kopf_aktuell{
   background-color:#006666;
   color: #000;
   vertical-align:top;
}

/*Marcel Abraham*/
/*Kopfzeile für Bereich Aktuell*/
.tr_kopf_buerger{
   background-color: #555555;
   color: #000;
   
}

/*Marcel Abraham*/
/*Kopfzeile für Bereich Jugend*/
.tr_kopf_jugend{
   background-color: #6699CC;
   color: #000;
}

/*Marcel Abraham*/
/*Kopfzeile für Bereich Wirtschaft*/
.tr_kopf_wirtschaft{
   background-color: #990033;
   color: #000;
}

/*Marcel Abraham*/
/*Kopfzeile für Bereich Gaesteservice*/
.tr_kopf_gaeste{
   background-color: rgb(0,49,78);
   color: #000;

}

/*Marcel Abraham*/
/*Datenzeile mit hellem Grau als Hintergrund*/
.tr_hellgrau{
   background-color:#dcdcdc;
   color: rgb(0,49,78);
}

/*Marcel Abraham*/
/*Datenzeile mit dunklen Grau als Hintergrund*/
.tr_dunkelgrau{
   background-color:#cccccc;
   color: rgb(0,49,78);
}
