body { 
  width: 100%; height: 100%; 
  margin: 0px; padding: 0px; border: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  overflow: -moz-scrollbars-vertical;
  
}

/* ________________ Formatierungen ___________________ */

a:link { color: #eaa001; text-decoration: none }
a:visited { color: #eaa001; text-decoration: none }
a:hover { color: #eaa001; TEXT-DECORATION: underline; }

a:active { color: #eaa001; text-decoration: none }

hr {
    height: 1px;
    color: #a2a19f;
    background-color: #a2a19f;
    border: none;
}

.tablefooter { border-top: #ffffff 6px solid; }

/* ________________ Mitgliedbuttons ___________________ */

a.dgsp:link, a.dgsp:visited { display: block; height: 33px; width: 87px; background: url(../images/dgsp.jpg) top left; text-decoration:none; }
a.dgsp:hover, a.dgsp:active { display: block; height: 33px; width: 87px; background: url(../images/dgsp.jpg) bottom right; text-decoration: none; }

a.bvmw:link, a.bvmw:visited { display: block; height: 33px; width: 83px; background: url(../images/bvmw.jpg) top left; text-decoration:none; }
a.bvmw:hover, a.bvmw:active { display: block; height: 33px; width: 83px; background: url(../images/bvmw.jpg) bottom right; text-decoration: none; }

a.derpar:link, a.derpar:visited { display: block; height: 33px; width: 167px; background: url(../images/derpar.jpg) top left; text-decoration:none; }
a.derpar:hover, a.derpar:active { display: block; height: 33px; width: 167px; background: url(../images/derpar.jpg) bottom right; text-decoration: none; }

/* ________________ Design ___________________ */

#wrapper { 
  width: 985px; 
  margin: 0px auto;
  background-color: #fcf6e1; 
} 

#menu { 
  width: 165px;
  height: 100%;
  margin: 0;
  padding: 5px 5px 25px 5px;
  float: left;
  clear: none;
  background-color: #fcf6e1;
} 

#oben { 
  width: 800px; 
  height: 45px;
  margin: 0;
  padding: 5px 0 10px 0;
  float: right;
  background-color: #fcf6e1;
}


#inhalt {  
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0 0 25px 10px;
  float: right;
  background-color: #fcf6e1;
} 

#footer {
  width: 985px;
  height: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  background: #fcf6e1;
}