.impressum {
}

.kontakt {
}

/* Formatierungen der DIV Strukturen */
div.ik_middle_left {
  position: absolute;
  width: 542px;
  height: 601px;
  padding: 0px;  
  background-image: url('../pics/impressum_kontakt/01_left.jpg');
  background-repeat: no-repeat;
}

div.ik_middle_right {
  position: absolute;
  margin-left: 542px;
  padding-left: 542px;
  width: 423px;
  height: 601px;
  padding: 0px;
  background-image: url('../pics/impressum_kontakt/01_right.jpg');
  background-repeat: no-repeat;
  text-align: center;
}

div.ik_footer {
  position: absolute;  
  top: 736px;
  width: 965px;
  height: 20px;
  text-align: right;
  background-image: url('../pics/impressum_kontakt/03_footer.jpg');
  background-repeat: no-repeat;  
}


