html, body {
  font-family: verdana, arial, helvetica, sans serif;
  font-size: 12px;
  margin: auto;
  padding: 0px;
  width: 995px;
  height: 100%;
  background-color: #fff;
  background-image: url(grafiken/hintergrund-linien.gif);
  background-repeat: repeat;
}

 a:link{color:#666; text-decoration: underline;}
 a:visited{color:#666; text-decoration: underline;}
 a:hover{color:#666; text-decoration: none;}
 a:active{color:#666; text-decoration: none;}
 a:focus {color:#666; text-decoration: none;}

img {
   border: 0px;
}

.bilder-content {
float: right;
width: 350px;
padding: 0 28px 0 10px;
}

.bilder-content img { border: solid 1px #999; }

h1 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0;
}

 ul, ol, li {
  list-style-position:outside;
  list-style: square;
  padding:0px;
  padding-bottom: 5px;
  margin: 0px;
  margin-left: 8px;
}

h3 ul, h3 li {
  list-style-type: none;
  list-style-position:outside;
}

h3 {
  font-size: 12px;
}

p {
   color: #666;
   width: 460px;
}


.head {
  background-color: #fff;
  text-align: right;
  height: 155px;

  border-left:1px solid #666;
  border-right:1px solid #666;
}

.head-logo {
  text-align: right;
  float: right;
}

.head-slogan {
  float: left;
  text-align: right;
  color: #c2c2c2;
  font-size: 12px;
  line-height: 24px;
  font-style:italic;
  font-weight: bold;
  padding-top: 35px;
  width: 57%;
}

.head-partner {
  float: left;
  padding-right: 20px;
  padding-left: 17px;
  padding-top: 10px;
}

.menu { background-image: url(grafiken/menu-hintergrund.gif); background-repeat: repeat-x; height: 17px; padding-top: 3px; padding-right: 30px; color: #fff; font-weight: bold; text-align: right; padding-left: 13px; border-left:1px solid #666; border-right:1px solid #666; }


.menu a:link{color:#fff; text-decoration: none;}
.menu a:visited{color:#fff; text-decoration: none;}

.menu a:hover{color:#333; text-decoration: none;}
.menu a:active{color:#333; text-decoration: none;}

.verlauf {
  background-image: url(grafiken/verlauf-top.jpg);
  background-repeat: repeat-x;
  height: 50px;

  border-left:1px solid #666;
  border-right:1px solid #666;
}

.content {
  background-color: #d7d8d8;
  height: auto%;

  color: #666;

  padding-left: 23px;
  padding-bottom: 20px;

  border-left:1px solid #666;
  border-right:1px solid #666;
}

.content-slogan {
  color: #cc3333;
  font-size: 19px;
  font-weight: bold;
  font-style:italic;
  line-height: 28px;
}

.content-kasten {
  background-image: url(grafiken/kasten-verlauf.jpg);
  background-repeat: no-repeat;
  height: 175px;
  width: 272px;
  color: #666;
  font-size: 11px;

  float: left;
  padding: 15px;
  margin: 10px;
}


.content-kasten1 {
  background-image: url(grafiken/kasten-verlauf-links.jpg);
  background-repeat: no-repeat;
  height: 175px;
  width: 272px;

  color: #666;
  font-size: 11px;

  float: left;
  padding: 15px;
  margin: 10px 10px 10px 0
}


.content-kasten2 {
  background-image: url(grafiken/kasten-verlauf-mitte.jpg);
  background-repeat: no-repeat;
  height: 175px;
  width: 272px;
  color: #666;
  font-size: 11px;
  float: left;
  padding: 15px;
  margin: 10px;
}

.content-kasten h1 {
  font-size: 12px;
  font-weight: bold;
}

.content-kasten1 h1 {
  font-size: 12px;
  font-weight: bold;
}

.content-kasten2 h1 {
  font-size: 12px;
  font-weight: bold;
}

.content-produkt {
  text-align: left;
}

.footer {
  background-color: #d7d8d8;
  color: #666;

  border-left:1px solid #666;
  border-right:1px solid #666;
  border-bottom:1px solid #666;

  font-size: 11px;
  text-align: center;

  padding-top: 15px;
  padding-bottom: 10px;
}