body {
  background: #CECECE;
  color: #505050;
  font-size: 16px;
  font-weight: bold;
  font-family: verdana,arial,sans-serif;
}

h1 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 3px;
   color: #505050;
}

h1.header {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 3px;
   color: #505050;
}

h1.black {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 3px;
   color: #000000;
}

h1.red {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 3px;
   color: #FA1230;
}

h2.black {
   font-size: 16px;
   font-weight: bold;
   color: #000000;
}

h2.red {
   font-size: 16px;
   font-weight: bold;
   color: #FA1230;
   margin-bottom: -15px;
   padding-bottom: -15px; 
}

p,td {
  color: #505050;
  font-size: 15px;
}

a:link { 
  text-decoration:none; 
}

a:visited { 
  text-decoration:none; 
}

a:hover {
  text-decoration:underline; 
}

a:active {
  text-decoration:underline; 
}

a:focus {
  text-decoration:underline;
}

.redlink {
  text-decoration:none; 
  font-size: 15px;
  font-weight: bold;
  color: #FA1230;
}

.redbold {
  color: #FA1230;
  font-size: 16px;
  font-weight: bold;
}

.redring {
  color: #404040;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.redbullet {
  color: #fa1230;
}

.blacklight {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}

.nav-ebene {
}

.nav-seite {
  color: #707070;
  font-size: 15px;
  font-weight: bold;
}

.nav-aseite {
  color: #707070;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

.nav-ordner {
  color: #707070;
  font-size: 15px;
  font-weight: bold;
}

.nav-aordner {
  color: #707070;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #FA1230;
}

ul.navi {
  list-style-type:none;
  margin-left: 7px;
  padding-left: 7px; 
}

li.navi {
  list-style-type:none;
}

table.navigation {
  width: 100%;
  background: url(images/white_transp.gif);
}

table.header {
  width: 100%;
  height: 105px;
  background: url(images/white_transp.gif);
}

hr.redrule {
  color: #FA1230;
  height:1px;
}

hr.greyrule {
  color: #707070;
  height:1px;
}

hr.blackrule {
  color: #000000;
  height:1px;
}

p.cloak {
  color: #CECECE;
  font-size: 1px;
}

div.products img {
   border: 1px solid #FA1230;
   margin-top: 5px;
   margin-left: 15px;
   margin-bottom: 0px;   
}

div.noproducts img {
   border: 0px;
   margin-top: 5px;
   margin-left: 15px;
   margin-bottom: 0px;   
}

