body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: white;
}
img {
  border:none;
}
a {
  outline: none;
}
#frame {
  padding:5px 20px 0 20px;
}

#header {
  display:block;
}
#navi {
  width: 478px;
  border-style: solid;
  border-width: 1px;
}
#navi-list {
  display:block;
  width:478px;
  padding:0; margin:0;
  list-style-type: none;
  display:block;
}
.navi-list-item, .navi-list-item-sel {
  display:block;
  float:left;
}
.navi-list-item a, .navi-list-item-sel a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height:16px;
  padding: 6px 14px;
  border-right-width: 1px;
  border-right-style:solid;
  text-decoration: none;
}

.content {
  width: 469px;
  margin-top:60px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}

/* Produkte */

#menu {
  width: 460px;
  border-width: 1px;
  border-style: solid;
  padding: 5px 9px 9px 9px;
  position:relative;
  top: -1px;
}

#menu, #menu a {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

.headline {
  font-size: 18px;
  font-weight: normal;
margin:-40px 0 0 -5px;
}

.prod-overview-box {
  float:left;
  width: 111px;
  height:150px;
  margin: 10px 3px;
  overflow:hidden;
  text-align:center;
}

.prod-overview-box a {
  font-size: 10px;
  line-height: 14px;
  text-decoration:none;
  max-height:50px;
  overflow:hidden;
}

.prod-overview-spacer {
}

.prod-overview-img {
  width:109px;
  height:109px;
  border:1px solid #eee;
  margin-bottom:10px;
}
.prod-overview-img:hover{border:1px solid #ccc;}

/* Prod-detail */

  .prod-detail {
    clear:both;
    width:460px;
    padding-top:7px;
  }
    
  .prod-detail-weitere {
    float:left;
    width:460px;
    padding-top:20px;
  }

  /* FIX */
  .prod-detail .magenta, .prod-detail-weitere .magenta {
    font-weight: bold;
    color:#4D4D4D;
  }

  .prod-detail .proddet_high, .prod-detail-weitere .proddet_high {
    font-weight: bold;
    color:#4D4D4D;
  }
  /* FIX ENDE*/

  .prod-detail-img {
    width:225px;
    height:330px;
    border:none;
    float:right;
    margin-left: 20px;
    border-width:1px;
    border-style: solid;
  }
  
  .prod-detail-button-box {
    margin-top:20px;
    float:left;
  }
  
  .prod-detail-button-link {
    display:block;
    font-weight: bold;
    text-decoration:none;
    font-size:10px;
    line-height:16px;
  }

  .prod-detail-button-link:hover {
  }


.newsitem-box,.prod-detail{margin:30px 10px 20px 10px !important}

.prod-detail-button-box,.prod-detail-weitere{margin-left:10px;}
.prod-detail-weitere{margin-bottom:20px;}

