body {
  background-color: white;
  margin:0px;
  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: 900px;
  border-collapse:collapse;
}


td.ebeneA {
  padding:0px;
  margin:0px;
  border:4px solid white;   
  background-color: #eff4fe;
 }

tr.header {
  padding: 5px; 
  border:4px solid white;
  background-color: #46afef; 
}

/* Navigationsspalte */
td.untermenue {
  vertical-align: top;
  text-align:center;
  width: 240px;
  padding: 5px;
  margin: 0px;
  background-color: #46afef;
  border:4px solid white;
}


/* Dieses Feld enthaelt den eigentlichen Inhalt der Seite */
td.hauptfeld {
  vertical-align: top;
  width: 660px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin:0px;
  border:4px solid white;
}


/* Menü-Buttons */
button.menue {
  width: 200px;
  min-height:22px;
  color: #46afef;
  background-color:#eff4fe;
  border-width: 1px;
  padding: 2px;
  margin: 0px;
  font-weight: bold;
}


div.menue {
  margin:3px;
}

button.menue_start {
  width: 200px;
  min-height:22px;
  background-color:#003399;  
  /*#87abfe; */
  color: #eff4fe;
  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;
}

div.headertitel {
  font-size: 15px;
  font-weight: bold;
  color: #003399;
  text-align:center;
  margin-top: 40px;
}

/* erste Überschrift auf der Seite */
h1.initial {
  color: #003399;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  text-align:center;
}



div.zwischentitel {
  font-size: 12px;
  font-weight: bold; 
/*  color: #FF0000;    */
  color: #46afef; 
  margin-bottom: 2px;
  margin-top: 10px;
}



table.absatztabelle {
  width: 660px;
  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: #003399;
  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;
}

