body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
    background-color: #fefdf9;
    margin: 10px;
    padding: 0;
}

table {
    border: none;
}

td, th {
    vertical-align: top;
    text-align: left;
}

img {
    border: none;
}
/* Schrott aus GoLive */
.headgrau, .headrot, .headschwarz, 
.headgruen, .headblau, .headline {
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}

.headgrau {
    color: #878277
}

.headrot {
    color: red;
}

.headgruen {
    color: #06718A;
}

.headblau {
    color: #2D3A6C;
}

.headgelb, .subhead,
.text_gruen, .text_grau,
.gruen {
    font-size: 10pt;
    font-weight: bold;
}

.headgelb {
    color: #B49300
}

.headsubgrau, .headsubschwarz,
.headsubblau, .headsubgruen,
.headsubrot {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none
}

.headsubgrau {
    color: #878277;
}

.headsubblau {
    color: #2D3A6C;
}

.headsubgruen {
    color: #06718A;
}

.headsubrot {
    color: red;
}

.headaktuell {
    font-weight: bold;
    color: #FFB700
}

.text {
}

.text_klein {
}

.text_kursiv {
    font-style: italic;
}

.text_fett {
    font-size: 7pt;
    font-weight: bold;
}

.text_rot {
    font-weight: bold;
    color: #990033
}

.text_gruen {
    color: #06718a;
}

.text_grau {
    color: #333;
}

a:link {
    color: #026470;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #026470;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #0A8796;
    font-weight: bold;
    text-decoration: underline;
}

a:active {
    color: #0A8796;
    font-weight: bold;
    text-decoration: none;
}

ul {
    list-style-type: circle;
}

.zitat {
    font-size: 10pt;
    font-style: italic;
    color: #733C00;
}

.gruen {
    color: #733C00;
}

.subhead {
    text-decoration: underline;
}

.headline {
    font-style: italic;
    color: #7d000f
}

.inhalt {
    font-size: 9pt;
}

/* Banner */
.banner {
    z-index: 1;
}

#banner_head_links {
    position: absolute;
    top: 5px;
    right: 0;
    left: 50px;
}

#banner_head_rechts {
    position: absolute;
    top: 5px;
    right: 50px;
}

#banner_rahmen_rechts {
    position: absolute;
    top: 10px;
    right: 0;
    left: 10px;
}

.vorschau {
    color: black;
    font-size: 9pt;
    font-family: "Courier New", Courier, Monaco, monospace;
    text-decoration: none;
}

.vorschau:link, .vorschau:visited {
    color: #000000;
}

.vorschau:active, .vorschau:hover {
    color: red;
}

