body {
  padding:50px 0 0 0;
  background:#930;
  text-align:center;
  font:bold 65%/130% verdana,helvetica,sans-serif;
}
ul,li {
  margin:0; padding:0;
  list-style-type:none;
}
a:link, a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
#window {
  width:654px; height:504px;
  margin:auto;
  text-align:left;
  background:url(index.gif) no-repeat #FFF;
  border:solid 1px #930;
}
#header {
  width:600px; height:330px;
  margin:27px 27px 0 27px;
  background:url(indextop.jpg) no-repeat #369;
}
#header h1 {
  position:absolute;
  width:222px; height:50px;
  margin:0;
  background:url(indexh1.gif) no-repeat top left;
  text-align:left;
  text-indent:-1000em;
}
#header h2 {
  position:absolute;
  width:222px; height:19px;
  margin:50px 0 0 0;
  background:url(indexh2.gif) no-repeat top left;
  text-indent:-1000em;
}
#belowheader {
  position:absolute;
  width:600px; height:120px;
  margin:0 27px 27px 27px; padding:0;
  background:url(indexbottom.jpg) no-repeat #369;
}
#navigationde {
  float:left;
  width:295px; height:120px;
  margin:0 5px 0 0; padding:0;
  display:inline;
  text-align:right;
}
#navigationde a {
  color:#9CF;
  margin-right:20px;
}
#navigationen {
  float:right;
  width:295px; height:120px;
  margin:0 0 0 5px; padding:0;
  display:inline;
  text-align:left;
}
#navigationen a {
  color:#FFF;
  margin-left:20px;
}