BODY {
  background-color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#logo_bohnacker {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  margin-top: 2px;
  width: 420px;
  height: 115px;
  z-index: 1;
}

#sprachschalter {
  position: absolute;
  left: 50%;
  margin-left: 143px;
  margin-top: 74px;
  width: 250px;
  height: 22px;
  z-index: 2;
}

#element-system {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  margin-top: 137px;
  width: 249px;
  height: 414px;
  z-index: 1;
}

#element-system_text {
  position: absolute;
  left: 50%;
  margin-left: -364px;
  margin-top: 478px;
  width: 210px;
  z-index: 2;
  color: navy;  
}

#trendsystem {
  position: absolute;
  left: 50%;
  margin-left: -123px;
  margin-top: 137px;
  width: 249px;
  height: 414px;
  z-index: 1;
}

#trendsystem_text {
  position: absolute;
  left: 50%;
  margin-left: -106px;
  margin-top: 478px;
  width: 220px;
  z-index: 2;
  color: navy;  
}

#shoptec {
  position: absolute;
  left: 50%;
  margin-left: 134px;
  margin-top: 137px;
  width: 249px;
  height: 414px;
  z-index: 1;
}

#shoptec_text {
  position: absolute;
  left: 50%;
  margin-left: 150px;
  margin-top: 478px;
  width: 220px;
  z-index: 2;
  color: navy;
}

td, div, a {
  font-size: 12px;
  color: navy;
  font-family: sans-serif, helvetica, arial, "Frutiger 45 Light";
  text-decoration: none;
}

.high_element img{
border: 1px solid #ccc;
}

.high_element img:hover {
border: 1px solid #333399;
background-color: #f3f3ff;
}

.high_trend img{
border: 1px solid #ccc;
}

.high_trend img:hover{
border: 1px solid #ee0000;
background-color: #fff3f3;
}

.high_shoptec img{
border: 1px solid #ccc;
}

.high_shoptec img:hover{
border: 1px solid #ffdd00;
background-color: #ffffe7;
}