html, body { 
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {
  background:url(../img/hintergrund.png) repeat-x #3c69ad;/*#7d9bfd;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}

A {
  text-decoration: none;
  color: #555;
  font-size: 7pt;
}
A:hover {
  text-decoration: underline;
}

#startseite_box {
  position:absolute;
  left:50%;
  top:0;
  width:985px;
  height:600px;
  margin-left:-493px;
  margin-top:15px;
  cursor: pointer;
}
#header {
  width:985px;
  height:252px;
  overflow:hidden;
}
#header_pic_space0 {
  width:73px;
  height:252px;
  background:url(../img/header_pic_space0.png);
  float:left;
}
#header_pic_1 {
  width:140px;
  height:252px;
  background:url(../img/header_pic_1.png);
  float:left;
}
#header_pic_space1 {
  width:28px;
  height:252px;
  background:url(../img/header_pic_space1.png);
  float:left;
}
#header_pic_2 {
  width:141px;
  height:252px;
  background:url(../img/header_pic_2.png);
  float:left;
}
#header_pic_space2 {
  width:29px;
  height:252px;
  background:url(../img/header_pic_space2.png);
  float:left;
}
#header_pic_3 {
  width:140px;
  height:252px;
  background:url(../img/header_pic_3.png);
  float:left;
}
#header_signet {
  width:434px;
  height:252px;
  background:url(../img/header_signet.png);
  float:left;
}
#mitte {
  width:985px;
  height:163px;
  background:url(../img/mitte_ansicht.png);
  overflow:hidden;
}
#mitte_gebaeude {
  width:494px;
  height:135px;
  background:url(../img/mitte_gebaeude.png);
  float:left;
}
#termine {
  width:985px;
  height:135px;
  overflow:hidden;
}
#termine_ansicht {
  width:491px;
  height:135px;
  background:url(../img/termine_ansicht.png);
  overflow:hidden;
  float:left;
}
#termine_ansicht div {
  margin: 41px 0 0 70px;
  width: 347px;
  height: 85px;
  overflow: hidden;
  cursor: default;
}
#termine_ansicht div div {
  height: 50px;
  margin-left: 10px;
  margin-top: 5px;
  overflow: hidden;
}
#termine_ansicht div A {
  float:right;
}
#footer {
  width:985px;
  height:54px;
  background:url(../img/footer.png);
  overflow:hidden;
}
#footer DIV {
  margin-right: 18px;
  margin-top: 30px;
  float:right;
}

