body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10 pt;
    color: navy;
    background: none;
    margin: 0;
    padding: 0
    }
/*Seitenbereiche*/
/*Menue*/
div#menue {
    position: absolute;
    top: 0;
    left: 0;
    width: 20em;
    /*float: left;*/
    height: 55em;
    padding: 1em;
    background-image: url(../bilder/hintergrund2.gif)
    }
/*fixiert das Menü	 (nur fuer moderne Browser! )
		  html>body #menue {     position: fixed;  }*/
ul.menue {
    list-style-type: none;
    margin-left: 0;
    padding: 0
    }
ul.menue li {
    margin-bottom: 0.3em;
    padding: 0.2em
    }
/*zweite Menüebene*/
ul.menue li ul li {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
    }
ul.menue a:link {
    text-decoration: none;
    font-weight: bold;
    color: Navy
    }
ul.menue a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #3131CE
    }
ul.menue a:hover {
    text-decoration: none;
    font-weight: bold;
    background-color: White
    }
/*ul.menue a:active {
	text-decoration:none;
	font-weight:bold;
	background-color: #66CCFF;
}*/
/*Inhalt*/
div#inhalt {
    margin-left: 22em;
    min-width: 50em;
    /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
    background-color: White;
    padding: 1em
    }
div#inhalt a:link {
    color: #433F96;
    text-decoration: underline;
    font-weight: bold
    }
/* noch nicht besuchte Ziele */
div#inhalt a:visited {
    color: #808080;
    text-decoration: underline;
    font-weight: bold
    }
/* besuchte Ziele */
div#inhalt a:hover {
    color: #E00;
    text-decoration: none;
    font-weight: bold
    }
/* Verweise bei "MouseOver" */
div#inhalt a:active {
    color: #E00;
    text-decoration: none;
    font-weight: bold
    }
/* Angeklickte Verweise */
div#inhalt a:focus {
    color: #E00;
    text-decoration: none;
    font-weight: bold
    }
/* Verweise, die Fokus erhalten */
h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: navy;
    font-style: normal;
    font-weight: bold
    }
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: navy;
    font-style: normal;
    font-weight: bold
    }
h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: navy;
    font-style: normal;
    font-weight: bold
    }
/*Tabellendefinition*/
td {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: navy;
    font-style: normal;
    font-weight: normal
    }
TH {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: navy;
    font-style: normal;
    font-weight: bold
    }