body {
  margin: 0;
  padding: 45px 0 0 85px;
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
}

a { 
  text-decoration: none; 
  color: #353022;
}

#content ul { margin: 12px 0 12px 0; padding: 0; }
#content li { margin: 0 0 12px 20px; padding: 0; }

#content a {text-decoration:underline;}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin: 0 0 17px 0;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #353022;
  margin: 0;
}

#main {
  width: 744px;
  padding: 0;
  margin: 0;
}

img#logo {
  width: 226px;
  height: 31px;
}

ul#navi {
  margin: 0;
  width: 567px;
  height: 28px;
  background-image: url("pix/nav_bar.gif");
  background-repeat: x-repeat;
  font-size: 11px;
  list-style: none;
  padding: 0 0 0 177px;
  color: #fff;
}

ul#navi li {
  margin: 5px 0 0 0;
  float: left;
  color: #fff;
}

ul#navi li#home       { width: 62px; }
ul#navi li#leistungen { width: 97px; }
ul#navi li#ueber_uns  { width: 84px; }
ul#navi li#kontakt    { width: 170px; }

ul#navi li a {  }

ul#navi li a:hover { font-weight: bold; }

ul#navi li a.active { 
  font-weight: bold;
  cursor: default;
}

.header {
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 109px;
  margin: 8px 0 8px 0;
  clear: both;
}  

#header_home        { background-image: url("pix/header_home.jpg"); }
#header_leistungen  { background-image: url("pix/header_leistungen.jpg"); }
#header_ueberuns    { background-image: url("pix/header_ueberuns.jpg"); }
#header_konimpress  { background-image: url("pix/header_konimpress.jpg"); }

ul#sub_navi {
  width: 160px;
  float: left;
  font-family: Arial;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#sub_navi li {
  padding: 8px 0 8px 7px;
  background-color: #fbd6c0;
  margin-bottom: 1px;
  position: relative;
 }

ul#sub_navi li a:hover { font-weight: normal; } 
 
ul#sub_navi li a.button {
  position: absolute;
  top: 9px;
  left: 130px;
  height: 14px;
  width: 14px;
  background-image: url(pix/pfeil_button.gif);
}
  
#content {
  float: left;
  width: 544px;
  padding: 30px 20px 53px 20px;
  margin-bottom: 30px;
  line-height: 15px;
  color: #666666;
  border-top: 1px solid #f8b188;
  min-height: 180px;
  background: url("pix/footer_streifen.gif");
  background-position: bottom;
  background-repeat: no-repeat;
}

*html #content { height: 314px; }

