body  { background-color:#FFCE73; color:#000000;}



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,sans-serif; font-weight:bold; }
						
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


table #Kalender {
	border: 1px;
	border-collapse: collapse;
	border-top-color: #E69B26;
	border-color: Black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: Black;
	border-left-style: solid;
	border-left-color: Black;
	}

td #eintrag { border: 1px solid Black; padding-left: 4px; padding-right: 4px; background-color : #FFBE4A; color:#000000; }

/* Termintabelleneinträge */
/* padding-left: 4px = Innenabstand links 4px */
/* padding-right: 4px = Innenabstand rechts 4px*/
/* background-color : #FFBE4A = Hintergrundfarbe*/



td #ueberschrift { border: 1px solid Black; padding-left: 4px; padding-right: 4px; background-color : #E69B26; color:#000000; }

/* Termintabellenüberschriften */
/* padding-left: 4px = Innenabstand links 4px "*/
/* padding-right: 4px = Innenabstand rechts 4px*/
/*background-color : #E69B26 = Hintergrundfarbe*/

th #ueberschrift { border: 1px solid Black; padding-left: 4px; padding-right: 4px; background-color : #E69B26; color:#000000; }

/* Termintabellenüberschriften */
/* padding-left: 4px = Innenabstand links 4px "*/
/* padding-right: 4px = Innenabstand rechts 4px*/
/*background-color : #E69B26 = Hintergrundfarbe*/

h1 {font-size:28pt;}

/* gilt nur fuer die Seiten Ueberschrift */
/* font-size = Schriftgroesse */
/* 28pt = 28 Punkt, Wert aenderbar */


h2 { font-size:17pt; }

/* Überschriften */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */


h2.sh1 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */




a:link { color:#0000A0;font-weight:bold;text-decoration:none;}
a:visited { color:#0000A0;font-weight:bold;text-decoration:none;}
a:active { color:#FF0000;font-weight:bold;text-decoration:none;}
a:hover {color:#FF0000;font-weight:bold;text-decoration:none;}


/*a:link { color:#0000A0; font-weight:bold; }*/
/*a:visited { color:#0000A0; font-weight:bold; } */
/*a:active { color:#FF0000; font-weight:bold; } */

/*a:link    {color:#0000A0;text-decoration:none;}  */
/*a:visited {color:#0000A0;text-decoration:none;} */
/*a:active  {color:#0000A0;text-decoration:none;} */
/*a:hover   {color:#FF0000;text-decoration:none;} */


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */



  ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.2em 0em 0.8em;
    border: 0px solid black;
    background-color : #FFCE73;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #0000A0; background-color: #FFBE4A;
  }
  * html ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #FF0000; background-color: #FFBE4A;
  }
  ul#Navigation h2 {
    font-size: 1em;
    margin: 1.1em 0 0;
    border-color: black;
    color: black; background-color: #E69B26;
  }