body {
 background:#999999;
}

a {
 color:#000000;
 text-decoration:underline;
}

a:hover {
 color:#0000FF;
 text-decoration:none;
 background-color:#FFFFFF;
}

#tabelle_allg {
 border-style:none;
 width:100%;
 height:100%;
}

#tabelle_inhalt {
 width:100%;
 height:100%;
 border-style:groove;
 border-width:5pt;
}

#zelle {
 padding: 10
}

#ueberschrift {
 height: 5%;
 font-size: 14pt;
 font-color: #000000;
 font-weight: bold;
 font-style:italic;
 text-align: center;
 vertical-align: middle
}

#impressum {
 height: 5%;
 font-size:10pt;
 font-color:#000000;
 text-align: center;
 background: #666666
}

#info {
 font-size:10pt;
 font-color:#000000;
 text-align: center;
}

#navigation {
 height: 90%;
 padding: 10;
 height:50pt;
 font-size:11pt;
 font-color: #000000;
 text-align: left;
 vertical-align: top;
}

#inhalt {
 padding: 10;
 font-size:12pt;
 color: #000000;
 background: #CCCCCC;
 vertical-align: top;
}

#inhalt_alt {
 padding: 10;
 font-size:10pt;
 color: #000000;
 background: #CCCCCC;
 vertical-align: top;
}

#rahmen {
  border-width:2px;
  border-style:solid;
  border-color:red;
  padding:1.0em;
  text-align:left;
}