html { margin: 0; }

body {
  margin: 0;
  background-color: #e4ab78;
  background-image: url('../img/bg.jpg');
  background-repeat: repeat-x;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #000000;  
  }

table {
  font-size: 12px;
  }
  
a:link { text-decoration:none; color:#FFFFFF; font-weight: 700; }
a:visited { text-decoration:none; color:#FFFFFF; font-weight: 700; }
a:hover { text-decoration:underline; color:#2c2c2c; font-weight: 700; }
a:active { text-decoration:underline; color:#2c2c2c; font-weight: 700; }

a:link.lesbar { text-decoration:none; color:#FFFFFF; font-weight: 700; }
a:visited.lesbar { text-decoration:none; color:#FFFFFF; font-weight: 700; }
a:hover.lesbar { text-decoration:underline; color:#c5ad91; font-weight: 700; }
a:active.lesbar { text-decoration:underline; color:#c5ad91; font-weight: 700; }

a:link.navlink { text-decoration:none; color:#FFFFFF; font-weight: 300; }
a:visited.navlink { text-decoration:none; color:#FFFFFF; font-weight: 300; }
a:hover.navlink { text-decoration:none; color:#b12c1d; font-weight: 300; }
a:active.navlink { text-decoration:none; color:#b12c1d; font-weight: 300; }
  
div#head {
  background-image: url('../img/head.jpg');
  width: 700px;
  height: 244px;
  }
  
object#nav {
  margin-top: 51px;
  }

object#headani {
  margin-top: 0px;
  }
  
table.box {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  background-color: #f5a45c;
  }
  
tr.titel {
  background-image: url('../img/titel.jpg');
  font-weight: 700;
  color: #FFFFFF;
  font-size: 14px;
  height: 43px;
  width: 39px;
  }
  
td.titel-left {
  background-image: url('../img/titel_left.jpg');
  }
  
td.main-left {
  width: 39px;
  background-color: #ffb470;
  }
 