a {
        font-weight:bold;
        font-size:1,9em;
        text-decoration: none;
        color: #000066;
}
a:active, a:hover, a:focus
{
text-decoration:underline;
color:#FF0000;
}

a.schwarz {
        font-weight:bold;
        font-size:1,9em;
        text-decoration: none;
        color: #000000;
}

body         {
        font-family: Trebuchet MS;
        color: #000066;
        font-size: 1em;
        background-color: #FFF666;
}

.klein  {
        font-family: Trebuchet MS;
        color: #000066;
        font-size: smaller;

}

h1           { font-size:2,5em; font-weight: bold; }
h2           { font-size:3,5em; font-weight: bold; }
h3           { font-size:4,5em; font-weight: bold; }


div#wrap
{margin: 0 auto;
width: 60em;
height:34em;
/*border: thin solid;  */
padding: 2em;
}

div#unten
{height:2em;
/*width: 62%; */
margin-left: 0%;
margin-right: 2%;
text-align:right;
 font-size: smaller;
/*border: thin solid; */
}