body {
 color: black;
 background-color: #F4F2AE;
 text-align:left;
 margin: 0em 0em 0em 0em;
 padding: 1em 2em 0em 1em;
 }
a:link {color: #FF0000;
 text-decoration: underline;
 }
a:visited {color: #00FF00;
 text-decoration: underline;
 }
a:hover {color: #0000FF;
 }

h1 {
 width:100%;
 text-align:center;
}
h2, h3, h4, h5 {
 text-align:center;
 margin: 1em 0em 1em 0em;
 padding: 0em 0em 0em 0em;
}
div {
 margin: 0em 0em 0em 0em;
 padding: 0em 0em 0em 0em;
}
p {
 margin: 0em 0em 0em 0em;
 padding: 0em 0em 0em 0em;
 line-height: 1.3;
}
sup {
 font-size: x-small;
}
ul {
 list-style-type:none;
}
hr {
 margin: 2em 0em 0em 0em;
 }
strong{
 font-weight: bold;
 }
.abst1 {
 margin: 0em 0em 1em 0em;
}
#hauptmenu {
 width:100%;
 text-align:center;
 margin: 0em 1em 0em 0em;
 padding: 0em 0em 0em 0em;
 line-height:150%;
}
#hauptmenu li {
 display:inline;
 margin: 0em 0em 0em 0em;
 padding: 0em 0.5em 0em 0.5em;
}
#bildunterschrift{
 position: relative;
 float: left;
 width: 270px;
 top: 0px;
}
#hinweis{
 text-align:center;
 margin: 0em 1em 0em 1em;
}
#fussnote{
 font-size: x-small;
 }
#bild{
position: relative;
float: none;
}
#oben{
 position: absolute;
 top:0px;
 left:0px;
 width:95%;
 height:250px;
 max-width: 1000px;
 max-height:250px;
 }
#links{
 position: absolute;
 top:180px;
 left:0px;
 max-width:280px;
 }
#links_fixed{
 position: fixed;
 top:180px;
 left:0px;
 max-width:280px;
 }
#rechts{
 position: absolute;
 top:180px;
 left:300px;
 max-width: 600px;
 margin: 0em 1em 0em 1em;
 }
#unten{
 position: absolute;
 bottom:0px;
 right:0px;
 margin: 0em 0em -1em 1em;
 }