/* Styles für den Seitenkopf */
/* Link in den Menüs im Seitenkopf */
#menulink {
  color : #FFFFFF;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
}

/* Aktivierter Link in den Menüs im Seitenkopf */
#menulinkactiv {
  color : #CC6633;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
}

/* Farbeinstellung für Nicht-text-Elemente */
#commoncolor {
  color : #cc6633;
}

/***********************************************/
/* Styles für den inhaltlichen Teil von Seiten */

/* Hintergrundfarbe */
body {
  background-color: #ffffcc;
  color: #990000;
}

/* Format für den Text einer Inhaltsseite */
#bodytext {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
}

/* Format für den Text einer Inhaltsseite fett */
#bodytext_bold {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
  Font-weight:bold;
}

/* Format für den Text einer Inhaltsseite zentriert*/
#bodytext_zentriert {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
  Text-Align: center;
}


/* Format für Text in kleiner Schrift */
#bodytextsmall {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 8pt;
}

/* Format für den Text einer Inhaltsseite in zweiter Farbe*/
#bodytext2 {
  color : #cc6633;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
}

/* Überschrift1 in zentrierter Ausführung */
#ueberschrift1center {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 16pt;
  Text-Align: center;
}

/* Überschrift2 */
#ueberschrift2 {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 13pt;
}

/* Überschrift3 */
#ueberschrift3 {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 12pt;
}

/* Überschrift3a - fett*/
#ueberschrift3a {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 12pt;
  font-weight:bold;
}

/* Überschrift3b - fett - zentriert*/
#ueberschrift3b {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 12pt;
  font-weight:bold;
  Text-Align: center;
}

/* Überschrift3 als Link */
#ueberschrift3link {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 12pt;
  font-weight:bold;
}

/* Überschrift4 in zentrierter Ausführung */
#ueberschrift4center {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 10pt;
  Text-Align: center;
}

/* Programmcode (immer in einer Tabelle) */
#coding {
  color : #000000;
  Background-Color : #cc6633;
  Font-Family: Courier, "Courier New", Monospace;
  Font-Size: 10pt;
  Text-Align: left;
}

/* Abbildungsbeschriftung */
#abbildung {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
  Text-Align: left;
}

/* Link für interne Navigation */
#linknav {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 8pt;
  Text-Align: right;
}

/* Link auf externe Seiten */
#linkext {
  color : #990000;
  Font-Family: Verdana, Lucida, Sans-Serif, Arial;
  Font-Size: 9pt;
}


