html, body
  {
  font-family: Thaoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  background: url(images/picture.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: 900px;
  height: 25px;
  margin: 10px 0px 5px 0px;
  text-align: center;
  }
#fuss
  {
  clear: both;
  margin: 10px 0px 10px 0px;
  width: 860px;
  height: 20px;
  color: #DDF3F6;
  text-align: center;
  padding: 15px;
  background-color: #a9a9a9;
  }
.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:25px;
  width:120px;
  padding:5px 3px 5px 3px;
  margin-left:2px;
  float: left;
  background: #a9a9a9;
  }
.bb
  {
  float: left;
  height: 20px;
  padding:2px;
  margin-top: 2px;
  margin-left: 2px;
  font-size: 16px;
  text-align: left;
  background-color: #A5D6F7;
  }
.b20
  {
  width: 20px;
  padding:0px;
  text-align: left;
  }
.b30
  {
  width: 30px;
  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: 80px;
  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;
  }