html
{
  font: 0.9em "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
  color: #800000;
}
div
{
  margin: 2px;
}
a
{
  /* font: 1.0em Georgia,Times,"Times New Roman",serif; */
  text-decoration: none;
  color: #800000;
}
a:hover
{
  text-decoration: underline;
}
#container
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -240px;
  margin-left: -400px;
  width: 800px;
  height: 480px;
  
  background-image: url('../images/RebstockStartseiteV1_r2_c2.jpg');
}
#top
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 220px;
  margin-left: -400px;
  width: 800px;
  height: 40px;
  
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
#top ul
{
  margin: 10px;
  padding: 0px;
  list-style-type: none;
}
#top ul li
{
  display: inline;
  margin: 0px 10px;
}
#right
{
  background-image: url('../images/mitteilung.jpg');
  background-repeat: no-repeat;
  position: absolute;
  
  left: 50%;
  top: 50%;
  
  margin-top: -19px;
  margin-left: -118px;
  /**/
  width: 348px;
  height: 203px;
  
}
#right h2
{
  text-align: center;
}
#right p
{
  margin: 10px 40px 0px 35px;
  font-size: 0.8em;
}
#bottom
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 260px;
  margin-left: -300px;
  width: 600px;
  height: 40px;
  
  text-align: center;
  font-size: 0.8em;
}
#left
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -400px;
  width: 200px;
  height: 200px;
}
#main
{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -290px;
  margin-left: -160px;
  width: 600px;
  height: 200px;
}
