body {
 font-family: Arial,sans-serif;
 color: #FFFFFF;
 background: #000000;
}
a.black:link {
 font-family: Arial;
 color: #000000;
 text-decoration:none;
}
a.white:link {
 font-family: Arial;
 color: #FFFFFF;
 text-decoration:underline;
}
a.logo:link {
 font-family: Arial;
 color: #FFFFFF;
 text-decoration:none;
}
a.text:link {
 font-family: Arial;
 color: #000000;
 text-decoration:underline;
}
a.black:visited {
 font-family: Arial;
 color: #000000;
 text-decoration:none;
}
a.white:visited {
 font-family: Arial;
 color: #FFFFFF;
 text-decoration:underline;
}
a.logo:visited {
 font-family: Arial;
 color: #FFFFFF;
 text-decoration:none;
}
a.text:visited {
 font-family: Arial;
 color: #000000;
 text-decoration:underline;
}
a.black:hover {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.white:hover {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.logo:hover {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.text:hover {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.black:active  {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.white:active  {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.logo:active  {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
a.text:active  {
 font-family: Arial;
 color: #00DF00;
 text-decoration:none;
}
h1 {
 font-family: Arial;
 color: #FFFFFF;
 background: #000000;
 font-size: xx-large;
}
.weisshinterlegt  {
 font-family: Arial;
 color: #000000;
 background: #FFFFFF;
 text-align:center;
}
.weiss {
 color: #FFFFFF;
 background: #000000;
}
.klein   {
 font-family: Arial;
 font-size: smaller;
}
#kopf { position:absolute; width:100%;
 font-family: Arial;
 color: #000000;
 background: #FFFFFF;
 text-align:center;
 font-weight: bold;
}

#menue { position:absolute; left:30px; width:200px; top:40px;
 padding: 10px;
 z-index:2;
 background: #EFEFEF;
 color: #000000; }

#inhalt { position:absolute; left:250px; top:40px; bottom:60px; height:85%; width:auto;
 background: #DFDFDF;
 padding:10px;
 color: #000000;
 z-index:2;
 overflow:auto;
}

#kobra { position:absolute; left:10px; width:80px; height:150px; z-index:1; top:40px;
 font-family: Arial;
 color: #FFFFFF;
 background: #000000;
 text-decoration:none;
}

#unten { position:absolute; bottom:10px; width:100%;
 font-family: Arial;
 color: #000000;
 background: #FFFFFF;
 text-align:center;
 font-weight: bold;
}

#rahmen{
        position:relative;
        left:0px;
        right:0px;
        height:100%;
        width:100%;
        background: #000000;
}
td {
 font-family: Arial;
 background: #000000;
 padding:4px;
 font-size: medium;
}
table {
 border:0px;
}

.logo {
 font-family: Arial;
 text-decoration:none;
 font-weight: bold;
 font-size:400%;
 padding-top:0px;
}
  address {
 font-family: Arial;
 font-style: normal;
 color: #000000;
 padding:5px;
}
dt {
 font-family: Arial;
 font-weight: bold;
 padding:2px;
}