body {
    background-color: #000000;
    background-image: url(../images/back.gif);
}

/****** Text-Definitionen ******/

p,div,span,li {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #FFFF00;
    text-decoration: none;
}

p.rot,div.rot,span.rot {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #FF0000;
    text-decoration: none;
}

p.klein,div.klein,span.klein, {
    font-family: Times New Roman;
    font-size: 8pt;
    color: #FFFF00;
    text-decoration: none;
}

p.story {
    font-family: Times New Roman;
    font-size: 18pt;
    font-weight: bold;
    color: #0080FF;
}

/****** Link-Definitionen ******/

a:link {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #00A0FF;
    text-decoration: underline;
}

a:visited {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #0000FF;
    text-decoration: underline;
}

a:hover {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #FF0000;
    text-decoration: none;
}

a:active {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #FF0000;
    text-decoration: none;
}

a.klein:link {
    font-family: Times New Roman;
    font-size: 8pt;
    color: #00A0FF;
    text-decoration: underline;
}

a.klein:visited {
    font-family: Times New Roman;
    font-size: 8pt;
    color: #0000FF;
    text-decoration: underline;
}

a.klein:active {
    font-family: Times New Roman;
    font-size: 8pt;
    color: #FF0000;
    text-decoration: none;
}

a.klein:hover {
    font-family: Times New Roman;
    font-size: 8pt;
    color: #FF0000;
    text-decoration: none;
}

a.fett:link {
    font-family: arial,helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}

a.fett:visited {
    font-family: arial,helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #800080;
    text-decoration: underline;
}

a.fett:active {
    font-family: arial,helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}

a.fett:hover {
    font-family: arial,helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}