  a:link { color:#DF0000; text-decoration:underline; font-weight:bold; }
 a:visited { color:#00A050; text-decoration:underline; font-weight:bold; }
 a:hover { color:#EE0000; text-decoration:underline; background-color:lightblue; font-weight:bold; }
 a:active { color:#0000EE; background-color:lightblue; font-weight:bold; }

body {
font-size: 10pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color:#FFFFCE;
}

/* Tabellengrunddefinition*/
td{
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: black;
}

p {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10pt;
}


h1 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:18pt;
font-weight:bold;text-decoration:underline;
color:gray;
}


h2 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:16pt;
font-weight:bold;
color:gray;
}


h3 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:14pt;
font-weight:bold;
color:gray;
}


h4 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;
color:gray;
}

h5 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight:bold;
color:gray;
}

.link { background-color:#CCCC99; }

.gross { font-size:11pt; font-weight:bold; }

.groesser { font-size:12pt; font-weight:bold; }

 /*Position Auswertung 1*/

.Auswertung1 {

position:absolute;

left: 10px;
top: 150px;
}

 .Auswertung2 {

position:absolute;

left: 580px;
top: 150px;
}

 .Auswertung3 {

position:absolute;

left: 580px;
top: 150px;
}

/*Aufzählung Liste*/
ul{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: black;
}

ol{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: black;
}