body {
background-color:#595959;
color:silver;
font-family:verdana;
font-size:80%;
text-align:left;
}
h1 {
text-align:center;}

table {
background-color:;
border-color:#595959;
font-weight:normal;
text-align:center;
}
.rahmen {
background-color:#FFFFFF;
font-weight:normal;
border-color:#FF0000;
border-style:solid;
border-width:3px;
}
#text {
width: 100%;
padding:5px;
overflow: auto;
}

#impressum
{
background-color:#FF0000;
color:#FFFF00;
font-weight:bold;
text-align:left;
overflow:auto;
padding:10px;
}
#impressum a:link{ color:#ffff00;}
#impressum a:visited{ color:#ffff00;}
#impressum a:hover{ color:#0000FF;}
#impressum table {
color:#FFFF00;
font-size:100%;
text-align:left;}

a:link { text-decoration:underlined; font-weight:bold; color:silver; }
a:visited { text-decoration:underlined; font-weight:bold; color:silver; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00 }
a:active { text-decoration:none; font-weight:bold; background-color:#e00000; }