body {
background-color : #000000;
color : #ffffff;
} 
a:link {
background-color : #000000;
color : #FF0202; 
} 
a:visited {
background-color : #000000;
color : #00FF00;
} 
a:active {
background-color : #000000;
color : #0303D3;
} 

div.rand {
margin-top : 10px; 
margin-left : 50px; 
margin-right : 50px; 
} 
P, H1 {
font-family : Arial, Helvetica, sans-serif; 
} 
P {
font-family : Arial, Helvetica, sans-serif; 
}

p#begruessung {
font-size : 2.5em;
margin-bottom : 15px;
}

p#bottom {
font-size : 0.75em;
margin-top: 50px;
}

p#bottom-middle {
font-size : 0.75em;
margin-bottom: 15px;
text-align: center;
}

p#bottom-right {
font-size : 0.75em;
margin-top: 10px;
text-align: right;
}

p#fliess {
font-size : 1em; 
margin-bottom : 25px; 
}

p#fliess-middle {
font-size : 1em;
margin-bottom: 25px;
text-align: center;
}

p#fliess-right {
font-size : 1em;
margin-bottom: 25px;
margin-top: -25px;
text-align: right;
}

p#fakten {
font-size : 0.75em;
margin-top: 10px;
}

p#ueberschrift {
font-size : 2.5em;
margin-bottom : 20px;
}

p#ueberschrift-middle {
font-size : 1.5em;
margin-bottom : 20px;
text-align: center;
}

p#zwischen-ueberschrift {
font-size : 2em;
margin-bottom : 10px;
}

ul#navlist
{
margin-left: 0;
margin-bottom: 50px;
padding-left: 0;
white-space: nowrap;
font-family: arial, helvetica, sans-serif;
font-size: 1em;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 1px 7.5px; }

#navlist a:link
{
color: #ffffff;
background-color: #FF0202;
text-decoration: none;
}

#navlist a:visited
{
color: #ffffff;
background-color: #666666;
text-decoration: none;
}

#navlist a:hover
{
color: #ffffff;
background-color: #0303D3;
text-decoration: none;
}

