body{
  font-family: sans-serif;
  font-size: 12px;
}

h1{
  color: #6579b2;
  font-size: 18px;
}

h2{
  color: #6579b2;
  font-size: 14px;
  margin-bottom: 0px;
}

div#requirements ul{
  margin: 0px;
  list-style-image: url("../imgs//dot.gif");
}

hr{
  color: #6579b2;
  size: 2px;
}

div#page_wrapper{
  display: inline-block;
  position: relative;
  width: 802px;
  
  border: 1px solid black;
}

div#page_wrapper{
  text-align: center;
}

/* NAVIGATION ANFANG*/
div#navi_wrapper{
  position: relative;
  background-color: #6579b2;
  height: 20px;
}

ul#navi{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul#navi li{
  float: left;
  height: 20px;
  background-color: #6579b2;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

ul#navi li ul{
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0px;
  z-index: 1000;
  padding: 0px;
}

ul#navi li ul li{
  float: none;
  width: 200px;
  height: 18px;
  z-index: 1000;
}

ul#navi li ul li a{
  
  font-size: 14px;
}

ul#navi li:hover ul{
 display: block;
}

ul#navi li:hover img{
  width: 100;
  height: 100%;
}

ul#navi a{
  display: block;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  width: 200px;
  text-decoration: none;
}

ul#navi a:hover{
  background-color: #e3e3e3;
  color: #6579b2;
}
/* NAVIGGATION ENDE*/

/* BODY ANFANG */
div#body_wrapper{
  position: relative;
  padding: 10px;
  width: 780px;
  text-align: left;
}

/* BODY ENDE */

/* PRODUKTKÄSTEN ANFANG */
  table.overview{
    padding: 10px;
    border-collapse: collapse;
  }
  
  table.overview td{
    vertical-align: top;
    padding: 10px;
    border-left: 5px solid white;
    border-right: 5px solid white;
    width: 240px;
    height: 450px;
  }
  
  table.overview h2{
    display: inline;
    font-size: 14px;
    color: #6579b2
  }
  
  table.overview hr{
    color: #6579b2;
  }
  
  table.overview ul{
    list-style-image: url(../imgs/dot.gif);
    font-size: 12px;
  }
  
/* PRODUKTKÄSTEN ENDE */
