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: #f0f0f0;
  border:4px solid white;
}


/* Dieses Feld enthaelt den eigentlichen Inhalt der Seite */
td.hauptfeld {
  vertical-align: top;
  width: 608px;
  padding-top: 8px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin:0px;
  border:4px solid white;
}

/* Menü-Buttons */
button.menue {
  width: 140px;
  min-height:22px;
  background-color: #f0f0f0;
  color: #0853fe;
  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;
}


/* Button für die Tonbeispiele (z.B. auf der Magisterarbeits-Seite) */
button.audio {
  width: 120px;
  background-color: #f0f0f0;
  color: #0853fe;
  padding: 1px;
  border-width: 1px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* Button innerhalb der fieldset-Kästen */
button.fieldset {
  color: #0853ef;
  font-weight: bold;
  background-color: #fafa5a;
  padding-right: 4px;
  padding-left: 4px;
  text-align:left;
}


/* einzelne Kästen bei den Linklisten */
fieldset.linklisten {
  text-align: left;
  width: 450px;
  /* Opera ignoriert die folgenden zwei Zeilen.
     Der Margin wird mit div um fieldset erreicht. */
/*  margin-top: 15px;
  margin-bottom: 15px; */
  padding:0px;
  padding-left:10px;
  padding-right:10px;
  border-color:#f0f0f0;
}

div.fieldsetmargin {
  margin-top:15px;
  margin-bottom:15px;
}

div.fieldsettext {
  padding:10px;
  padding-left:0px;
  padding-right:0px;
}

/* 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;
}

/* Abstand der gelben Trennlinie zum restlichen Text und
   Umgebung */
img.gelbelinie {
  margin-top: 6px;
  margin-bottom: 6px;
  border: 0px;
}


/* Positionierung des Namens in IPA in der Menüleiste */
img.koeser {
  margin-top: 25px;
  border: 0px;
}


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: 0px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}


/* jede weitere Überschrift, die nicht am Seitenanfang steht */
h1.nichtinitial {
  color: #f1024e;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}


h2 {
  font-size: 12px;
  color: #f1024e;
}

div.zwischentitel {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 2px;
}



td.indextitel {
  vertical-align: middle;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fafa5a;
  font-weight: bold;
  background-color: #0853fe;
}

td.indextext {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  background-color: #f0f0f0;
}


/* Zweizeilige Tabelle um Absaetze von Texten zu definieren */

table.absatztabelle {
  width: 580px;
  padding: 0px;
  border-collapse:separate;
  border: 1px;
  border-color: #d0d0d0;
  border-style: solid;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* Rot auf gelben Hintergrund */
td.gelbertitel {
  background-color: #fafa5a;
  color: #f1024e;
  font-weight: bold;
  text-align: center;
  vertical-align:middle;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 5px;
}


/* gelb auf blauem Hintergrund */
td.blauertitel {
  background-color: #0853fe;
  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;
}
