body{

  background-color : #6F616F;

  color : #fff;

  font-size : 80%;

  margin: auto;

}



#contact{

  width : 20em;

  height : 30em;

  vertical-align : top;

  text-align : center;

  font-size : 120%;

  font-weight : normal;

  background-color : #17507F;

}

/* hinzugefügt von Heiko Maus am 26.04.2010 */


#container
{
  height:600px;
  width:964px;
  margin: auto;
  text-align: center;
 }


#center
{
  float:left;
  width:492px;
  margin: 0;
  padding:0;
  text-align: center;
  font-size: 200%;
  line-height:120%;
 }

#links
{
  float:left;
  height:70px;
  width:190px;
  margin:150px 20px ;
  padding:2px;
  text-align: center;
  vertical-align:middle;
  font-size: 170%;
  line-height:100%;
  background-color:#5e525e;
  border:1px solid;
  border-color:#4a434a #4e464e #796d79 #4e464e
}

#rechts
{
  float:right;
  height:70px;
  width:190px;
  margin:150px 20px ;
  padding:2px;
  text-align: center;
  vertical-align:middle;
  font-size: 170%;
  line-height:100%;
  background-color:#5e525e;
  border:1px solid;
  border-color:#4a434a #4e464e #796d79 #4e464e
}


a
{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#fff;
}

a:hover
{
font-style:italic;
color:#eeeeee;
background-color:#4e464e 
}

a:visited
{
color:#eeeeee
}