/* formate.css */

/* Formate */
/* Format-Unterklassen (class="name ohne . "*/
/* Unabhaengige Formate (id="name ohne # ") */


body {
 font-family: sans-serif;
 }

h1 {
 font-family: sans-serif;
 font-size: large;
 text-align: center;
 }

h2 {
 font-family: sans-serif;
 font-size: x-large;
 font-weight: bold;
 text-align: center;
 }


/*div#a {
    position:absolute;
    top:0px;
    left:0px;
    /*background-color: #009900;*/
     /* } */

      div#nav {
      position:relative;
    top: 20px;
    font-weight:bold;
        }

#navi {
 font-family: sans-serif;
 font-weight: bold;
 color: #ffffff;
 margin-left: 10px;
width:170px;
 }

#text {
 font-family: sans-serif;
 color: #000088;
}

#textmittel {
 font-family: sans-serif;
 color: #000088;
 font-size: 10.5pt;
}

#textkl {
 font-family: sans-serif;
 color: #000088;
 font-size: 8pt;
}

td {
 font-family: sans-serif;
 color: #000088;
}


a.navi:link {
color:#ffffff;
text-decoration:none;
font-weight: bold;
}

a.navi:visited {
color:#ffffff;
text-decoration:none;
font-weight: bold;
}

a.navi:hover {
color:#00ff00;
text-decoration:none;
font-weight: bold;
}

a.navi:active {
color:#00ff00;
text-decoration:none;
font-weight: bold;
}
