body {
  background-color: white;
  margin:0px;
  width: 782px;
  font-family: verdana;
  font-size: 12px;
}

table {
  font-size: 12px;
  line-height:15px;
  border-collapse:collapse;
}

td {
  vertical-align: top;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

*.nowrap {
  white-space:nowrap;
}

/* Formatierung fuer die erste Tabelle innerhalb <body></body>,
   die die Seite in Kopfzeile, Navbar und Hauptfeld aufteilt: */
table.ebeneA {
  margin: 0px;
  padding: 0px;
  width: 782px;
  border-collapse:collapse;
}

td.ebeneA {
  padding:0px;
  margin:0px;
  border:4px solid white;
 }


/* Navigationsspalte */
td.untermenue {
  vertical-align: top;
  text-align:center;
  width: 158px;
  padding: 5px;
  margin: 0px;
 /* background-color: #eff8fe; */
  background-color: #eff4fe;
  border:4px solid white;
}


/* Dieses Feld enthaelt den eigentlichen Inhalt der Seite */
td.hauptfeld {
  vertical-align: top;
  width: 608px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin:0px;
  border:4px solid white;
}


/* Menü-Buttons */
button.menue {
  width: 140px;
  min-height:22px;
  color: #0853fe;
  background-color:#eff4fe;
  border-width: 1px;
  padding: 2px;
  margin: 0px;
}


div.menue {
  margin:3px;
}

button.menue_start {
  width: 140px;
  min-height:22px;
  background-color: #87abfe;
  color: #f0f0f0;
  border-width: 1px;
  padding: 2px;
  margin: 0px;
  font-weight: bold;
}

div.menue_start {
  margin:5px;
  margin-bottom:10px;
}


/* Abstand des Pfeil-mehr-Bildes zum restlichen Text und
   Umgebung */
a.pfeilweiter {
  margin-left: 0px;
  font-size: 11px;
  font-variant: small-caps;
  color: #0853fe;
}

img.pfeilweiter {
  margin-right: 5px;
  border: 0px;
}


/* Positionierung des Passbildes auf der Profil-Seite */
img.koeser {
  margin-top: 15px;
  border: 0px;
}


/* kleine Bilder im Text */
img.bild {
  margin:8px;
}


div.email {
  font-size: 10px;
  color: #1930bc;
  margin-top: 30px;
  margin-bottom: 10px;
}


/* erste Überschrift auf der Seite */
h1.initial {
  color: #f1024e;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}



div.zwischentitel {
  font-size: 12px;
  font-weight: bold; 
  color: #f1024e;
  margin-bottom: 2px;
  margin-top: 10px;
}



table.absatztabelle {
  width: 580px;
  padding: 0px;
  border-collapse:separate;
  border: 1px;
  border-color: #d0d0d0;
  border-style: solid;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color:#eff4fe;
}



/* gelb auf hellblauem Hintergrund */
td.hellblauertitel {
  background-color: #46afef;
  color: #fafa5a;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 5px;
}


td.absatztext {
  padding: 5px;
  
}


/* Tabelle mit dem Hinweis auf Aktuelles oder Wichtiges */
table.hinweis {
  width: 380px;
  border-collapse:separate;
  border: 1px;
  border-color: #ec1515;
  border-style: solid;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Tabellenzelle mit dem Hinweis auf Aktuelles oder Wichtiges */
td.hinweis {
  font-size: 12px;
  font-weight: bold; 
  color: #11b720;
  background-color: #fafa70;
  padding: 4px;
  text-align: center;
}

/* Tabellenzelle mit genaueren Details zu einem Hinweis auf 
Aktuelles oder Wichtiges */
td.hinweis_text {
  font-size: 12px;
  color: #0000;
  background-color: #8afd77;
  padding: 4px;
  text-align: center;
}



*.paddingright {
  padding-right: 5px;
}

*.highlighting {
  color: #008080;
}


div.fusszeile {
  font-size: 10px;
  color: #505050;
  margin-top: 25px;
}
