body {
}
a:link {
 color: #990000;
 text-decoration: none
}
a:visited {
 color: #990000;
 text-decoration: none
}
a:hover {
 color: #990000;
 text-decoration: underline
}
a:active {
 color: #990000;
 text-decoration: underline
}
td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 padding: 0px;
}
.gitter {
 border-spacing: 0px;
 background: #F4F4F4;
}
.zwischenpunkt {
 background: #E0E0FF;
 font-weight: bold;
 padding: 3px;
}
.unterpunkt {
 text-align: right;
 padding: 3px;
}
.erkl {
 font-size: 10px;
}
.warnung {
 font-size: 25px;
 font-weight: bold;
}
.setup {
 font-size: 12px;
}

* {padding:0; margin:0}
body {font:12px Verdana, Arial, Helvetica}
#wrapper {width:750px; padding:25px; margin:0 auto}
#leftcolumn {float:left; width:200px}
#rightcolumn {float:left; width:200px}
.dropdown {display:block; position:relative}
.dropdown dt {width:188px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:#fff; opacity:50}
.dropdown ul {width:200px; border:2px solid #9ac1c9; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:200px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
