/*
   Base Style Sheet for eadi.de start-page
*/

body {
  background-color:#ffffff;
  color:           white;
  font-weight:     normal;
  font-family:     "Tahoma", sans-serif;
  font-style:      normal;
  font-size:       13px;
  text-decoration: none;
}

div.headline {
  position:        absolute;
  top:             50%;
  left:            -20px;
  margin-top:      -180px;
  width:           120%;
  height:          100px;

  background-color:#000000;
}
div.eadi1 {
  position:        absolute;
  top:             50%;
  left:            50%;
  margin-left:     -300px;
  margin-top:      -140px;
  width:           110px;
  height:          280px;
  cursor:          pointer;

  background-color:#ffffff;
  background-image:url(../../files/graphics/eadi_e.png);
  background-repeat:no-repeat
}
div.eadi2 {
  position:        absolute;
  top:             50%;
  left:            50%;
  margin-left:     -190px;
  margin-top:      -140px;
  width:           110px;
  height:          280px;
  cursor:          pointer;

  background-color:#ffffff;
  background-image:url(../../files/graphics/eadi_a.png);
  background-repeat:no-repeat
}
div.eadi3 {
  position:        absolute;
  top:             50%;
  left:            50%;
  margin-left:     -80px;
  margin-top:      -140px;
  width:           110px;
  height:          280px;
  cursor:          pointer;

  background-color:#ffffff;
  background-image:url(../../files/graphics/eadi_d.png);
  background-repeat:no-repeat
}
div.eadi4 {
  position:        absolute;
  top:             50%;
  left:            50%;
  margin-left:     30px;
  margin-top:      -140px;
  width:           60px;
  height:          280px;
  cursor:          pointer;

  background-color:#ffffff;
  background-image:url(../../files/graphics/eadi_i.png);
  background-repeat:no-repeat
}
div.eadi5 {
  position:        absolute;
  top:             50%;
  left:            50%;
  margin-left:     90px;
  margin-top:      -140px;
  width:           110px;
  height:          280px;
  cursor:          pointer;

  background-color:#ffffff;
  background-image:url(../../files/graphics/eadi_d.png);
  background-repeat:no-repeat
}
div.eadi6 {
  position:        absolute;
  top:             50%;
  left:            50%;
  margin-left:     200px;
  margin-top:      -140px;
  width:           100px;
  height:          280px;
  cursor:          pointer;

  background-color:#ffffff;
  background-image:url(../../files/graphics/eadi_e2.png);
  background-repeat:no-repeat
}
