body {
	font-family: verdana;
	font-size: 8pt;
}


input {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	font-size: 8pt;
	border: solid 1px #000000;
	background-image: url(button.jpg);
	color: #000000;
}

input#Programm {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	font-size: 8pt;
	border: solid 1px #FFFFFF;
	background-image: url();
	color: #000000;
}

select {
	font-family: verdana, arial, helvetica, geneva, courier; 
	font-size: 8pt; 
	background-color: #FFFFFF; 
	color: #000000;
	}

H1 {
	font-family: Verdana;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

H2 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

textarea { 
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background-image: url(button2.jpg);
	border: solid 1px #000000;
}

textarea#Programm { 
	font-size: 8pt;
	color: #000000;
	border: solid 1px #FFFFFF;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}

A:active {
	color: #FF0000;
}

.bordersolid {
	border: 2px solid #555555;
	background: #E6E6E6;
	border-left-color: #E0E0E0; border-top-color: #E0E0E0;
	
}

.borderwhite {
	border: 1pt solid #CCCCCC;
	background: #FFFFFF;
}

.headrow {
	background: #C5C5C5;
	height: 20px;
	font-weight: bold;
	text-align: center;
}

ul#b {
	list-style-image: url(img/star_b.gif);
}

ul#g {
	list-style-image: url(img/star_g.gif);

}

ul#r {
	list-style-image: url(img/star_r.gif);
}

td {
	font-size: 8pt;
}

/* Navigation */

  #fixiert {
    position: absolute;
    top: 0em; left: 45px;
    width: 850px;
    height: 35px;
    background-color: white;
    z-index: 2;
  }
  
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
/*    top: 1.6em; left: -0.4em;*/
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
/*    left: -1.5em;
    lef\t: -0.4em;*/
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 20em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font: normal 8pt Helvetica; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 22.5em;   /* Breite nach altem MS-Boxmodell für IE 5.x
    w\idth: 18em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
