a.blau:link {
 font-family: Arial;
 font-size: 12px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
a.blau:visited {
 font-family: Arial;
 font-size: 12px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
a.blau:hover {
 font-family: Arial;
 font-size: 12px;
 color: #00FF00;
 font-weight: bold;
 text-decoration: none;
}
a.blau:active {
 font-family: Arial;
 font-size: 12px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}


a.weiss:link {
 font-family: Arial;
 font-size: 12px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}
a.weiss:visited {
 font-family: Arial;
 font-size: 12px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}
a.weiss:hover {
 font-family: Arial;
 font-size: 12px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: underline;
}
a.weiss:active {
 font-family: Arial;
 font-size: 12px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}


a.blau-small:link {
 font-family: Arial;
 font-size: 10px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
a.blau-small:visited {
 font-family: Arial;
 font-size: 10px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
a.blau-small:hover {
 font-family: Arial;
 font-size: 10px;
 color: #00FF00;
 font-weight: bold;
 text-decoration: none;
}
a.blau-small:active {
 font-family: Arial;
 font-size: 10px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}

a.weiss-small:link {
 font-family: Arial;
 font-size: 10px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}
a.weiss-small:visited {
 font-family: Arial;
 font-size: 10px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}
a.weiss-small:hover {
 font-family: Arial;
 font-size: 10px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: underline;
}
a.weiss-small:active {
 font-family: Arial;
 font-size: 10px;
 color: #0000FF;
 font-weight: bold;
 text-decoration: none;
}


body {
 font-family: Arial;
 font-size: 12px;
 color: #000000;
 background: #FFFFFF;
}

h1.blau {
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 color: #00FF00;
}
h1.weiss {
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 color: #000000;
}

table.blau {
 font-family: Arial;
 font-size: 12px;
 color: #00FF00;
}
table.weiss {
 font-family: Arial;
 font-size: 12px;
 color: #000000;
}

td.blau {
 font-family: Arial;
 font-size: 12px;
 color: #00FF00;
 background: #364087;
}
td.blau-small {
 font-family: Arial;
 font-size: 10px;
 color: #00FF00;
 background: #364087;
}


td.weiss {
 font-family: Arial;
 font-size: 12px;
}
td.weiss-small {
 font-family: Arial;
 font-size: 10px;
}
td.html-area
{

}