body{
  font-family: verdana;
  font-size: 11px;
  margin-top: 50px;
  background-image: url('../images/bg.gif');
  background-position: center;
}
table, tr, td{
 margin: 0px;
 border: none;
 padding: 0px;
 font-size: 11px;
  line-height: 16px;
}
a{
  text-decoration: none;
  color: #EC3C12;
}
h1{
  font-size: 15px;
  padding-left: 30px;
  background-image: url('../images/icon.gif');
  background-repeat: no-repeat;
}
h2{
  font-size: 11px;
  padding-left: 15px;
  background-image: url('../images/icon_klein.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
  padding-left: 15px;
  background-image: url('../images/li.gif');
  background-repeat: no-repeat;
  background-position: 3px 7px;
}
.menulink{
  display: block;
  margin: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #ffffff;
  border: 1px solid;
  height: 14px;
  width: 98%;
  font-size: 10px;
  font-weight: bolder;
  color: #00398E;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
*html .menulink{
  width: 100%;
  padding-top: 2px;
  padding-bottom: 0px;
  height: 18px;
  margin: 0px;
}
.menulink:hover{
  color: red;
  font-size: 10px;
  background-color: white;
}
.menulinkright{
  color: white;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-weight: bolder;
  font-size: 10px;
  line-height: 25px;
  background-color: #8DA7E0;
  border: 1px solid;
  text-decoration: none;
}
*html .menulinkright{
  padding: 5px 5px 5px 5px;
  line-height: 23px;
}
.menulinkright:hover{
  font-size: 10px;
  background-color: #7F99D3;
  }
.content{
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.hauptrahmen{
  border: 1px solid white;
}
.menulink2{
  color: red;
  font-size: 9px;
  padding-top: 5px;
  text-decoration: none;

}
.preisliste{
}
.preisliste td{
  vertical-align: top;
  padding-bottom: 5px;
  border-top: 1px solid #7F99D3;
}
.fussnote{
  color: #EC3C12;
  font-size: 9px;
  padding-top: 5px;
}
