
body {
  background: #fff;
  font: normal 12px/16px tahoma, arial, sans-serif;
  color: #000;
}
#site {
  width: 900px;
}

#head {
  height: 12px;
  width: 900px;
  background: url(../images/header.jpg) no-repeat top left;
}

#left{
  float: left;
  height: 570px;
  width: 200px;
  background: url(../images/bg_lef.jpg);
}

#inhalt {
  float: left;
  height: 570px;
  width: 500px;
}

#right{
  float: left;
  height: 570px;
  width: 200px;
  background: url(../images/bg_righ.jpg);
}

#footer {
  clear:both;
    height: 7px;
  width: 900px;
  background: url(../images/footer2.jpg) no-repeat top left;
}





/* Hauptmenü oben */

a, a:link, a:visited {
  font: bold 14px tahoma, arial, sans-serif;
  color: #743c2d;
  text-decoration: none;
}

a:hover {
  font: bold 14px tahoma, arial, sans-serif;
  color: #000;
  text-decoration: none;
}


.klein {
  font: normal 10px tahoma, arial, sans-serif;
  color: #aaa;
  text-decoration: none;
}

.klein a,.klein a:link,.klein a:visited {
  font: normal 10px tahoma, arial, sans-serif;
  color: #743c2d;
  text-decoration: none;
}

.klein a:hover {
  font: normal 10px tahoma, arial, sans-serif;
  color: #000;
  text-decoration: none;
}