body {
 position:absolute;
 left: 50%;
 top: 50%;
 width: 900px;
 height: 570px;
 margin-top: -285px;
 margin-left: -450px;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 line-height: 17px;
 color: #000066;
}

.oben {
 width: 900px;
 height:139px;
}
.balken {
 width: 900px;
 height: 30px;
 background-image: url(pics/menubg.gif);
}
.unten {
 width: 900px;
 height: 30px;
 background-image: url(pics/unten.gif);
}

.menu {
 height: 22px;
 padding-left: 14px;
 padding-right: 14px;
 padding-top: 7px;
 float: left;
 border-left: 1px solid white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-align: left;
 text-decoration: none;
 color: #FFFFFF;
}

a.menu:hover {
 text-decoration: underline;
}

a:link,
a:visited {
 text-decoration: none;
}

a:hover,
a:active,
a:focus, {
 text-decoration: underline;
}


.aussen {
 width: 900px;
 background-image: url(pics/bg.gif);
 background-repeat: repeat-y;
}


.bildspalte {
 width: 200px;
 height: 370px;
 text-align: left;
 background-image: url(pics/picbg.gif);
 float: left;
}

.textspalte {
 width: 660px;
 height:330px;
 overflow:auto;
 padding: 20px;
 text-align: left;
 background-image: url(pics/picbg.gif);
}

.clear {
 clear: both;
}


h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 21px;
 color: #000066;
}


p {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 line-height: 17px;
 color: #000066;
}

a.stdlink:link {
  color: #666666;
  text-decoration: none;
}

a.stdlink:visited {
  color: #666666;
  text-decoration: none;
}

a.stdlink:hover {
  color: #666666;
  font-weight: bold;
}

