html {
  height: 100%;
}

body {
  font-size: 11px;
  font-family: verdana, arial;
  text-align: center;
  height: 100%;

  background-image:url('../bilder/bg.jpg');
  background-repeat: repeat-x;
  margin: 0px;
  margin-bottom: 25px;
}

td {
  vertical-align: top;
}

div {
  text-align: left;
  line-height: 16px;
}

a {
  text-decoration: none;
  color: #BF0000;
}

a:hover {
  color: #000000;
  text-decoration: underline
}

a.text {
  text-decoration: none;
  color: #000;
}

a.text:hover {
  color: #BF0000;
}


div.content {
  width: 790px;
  overflow: hidden;
}

div.logo {
  width: 407px;
  height: 96px;
  float: left;
  background-image:url('../bilder/logo.jpg');
  background-repeat: no-repeat;
  overflow; hidden;
  cursor: pointer;
}

a.logo:hover {
  text-decoration: none;
}


div.warenkorb {
  width: 350px;
  height: 45px;
  float: right;
  text-align: right;
  margin-right: 25px;
  padding-top: 8px;
}

div.suchbox {
  width: 260px;
  height: 20px;
  float: right;
  margin-right: 20px;
  margin-top: 71px;
}

div.pfad {
  width: 544px;
  height: 50px;
  float: left;
  margin-left: 45px;
  overflow: hidden;
  color: #AFAFAF;
  font-size: 10px;
}

div.menu {
  width: 790px;
  height: 40px;
  overflow: hidden;
  float: left;
  margin-top: 30px;
  background-image:url('../bilder/bg_menu.jpg');
  background-repeat: no-repeat;
  background-color: #2C2E2F;
  margin-bottom: 5px;
}

div.hovermenu {
  position: absolute;
  background-color: #000000;
  width: 790px;
  overflow: hidden;
  display: none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

div.hovermenu_cont {
  margin: 30px;
  position: relative;
}

div.inhalt {
  width: 790px;
  float: left;
  margin-bottom: 40px;
}

div.inhalt_cont {
  width: 504px;
  padding-right: 26px;
  float: left;
  padding-top: 30px;
}

div.inhalt_add {
  width: 260px;
  float: right;
}

div.bottommenu {
  width: 790px;
  float: left;
  background-color: #6A6A6A;
  background-image:url('../bilder/oben_bottom.jpg');
  background-repeat: no-repeat;
  margin-top: 70px;
}

div.bottommenu_2 {
  width: 750px;
  padding: 20px;
  background-image:url('../bilder/unten_bottom.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
}
