html, body
  {
  font-family: Thaoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background: url(bi/bg1.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
  }
#gesamt
  {
  margin: auto;
  width: 900px;
  background: rgba(255,255,255,.8);
  color: #333;
  }
#navi
  {
  width: 863px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  padding: 2px 10px 2px 10px;
  border: solid 1px #ccc; -webkit-box-shadow: #000 0 0 25px; -moz-box-shadow: #000 0 0 25px; box-shadow: #000 0 0 25px;
  background-color: #fff;
  }
#fuss
  {
  clear: both;
  margin-left: 10px;
  width: 863px;
  height: 30px;
  text-align: center;
  padding: 10px 10px 2px 10px;
  border: solid 1px #ccc; -webkit-box-shadow: #000 0 0 25px; -moz-box-shadow: #000 0 0 25px; box-shadow: #000 0 0 25px;
  background-color: #fff;
  }
.box
  {
  width: 863px;
  height: auto;
  margin-left: 10px;
  padding:10px;
  text-align: left;
  border: solid 1px #ccc; -webkit-box-shadow: #000 0 0 25px; -moz-box-shadow: #000 0 0 25px; box-shadow: #000 0 0 25px;
  background-color: #fff;
  }
.navibox
  {
  height:30px;
  width:110px;
  padding:5px 3px 5px 3px;
  margin-left:2px;
  float: left;
  }
.bb
  {
  float: left;
  height: 20px;
  padding:2px;
  margin-top: 2px;
  margin-left: 2px;
  font-size: 16px;
  text-align: left;
  background-color: #e9e0d8;
  }
.b20
  {
  width: 20px;
  padding:0px;
  text-align: left;
  }
.b40
  {
  width: 40px;
  text-align: left;
  }
.b50
  {
  width: 50px;
  text-align: left;
  }
.b60
  {
  width: 60px;
  text-align: left;
  }
.b100
  {
  width: 100px;
  text-align: left;
  }
.b300
  {
  width: 300px;
  text-align: left;
  }
.banz
  {
  width: 85px;
  text-align: right;
  }
.blz
  {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  }
.fehlerbox
  {
  width: 600px;
  margin-bottom:15px;
  background-color: #FFCFCF;
  border: 2px solid #FF0000;
  padding:4px;
  text-align:left;
  }
a:link
  {
  font-family: Thaoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  }
a:visited
  {
  text-decoration:none;
  color: #000000;
  }
a:hover
  {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  }
a.links:visited
  {
  text-decoration:none;
  color: #000000;
  }
a.links:link
  {
  font-family: Thaoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #1B50B8;
  text-decoration: none;
  }
a.links:hover
  {
  font-size: 16px;
  color: #1B50B8;
  font-weight: bold;
  text-decoration: none;
  }