﻿body {
 background: white url('hintergrund.jpg') no-repeat fixed center center;
 margin: 0px;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 11pt;
 color: black;
}

#inhaltsbereich {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -249px;
 margin-left: -389px;
 width: 776px;
 height: 498px;
}

#logo {
 position: absolute;
 margin-top: 30px;
 text-align: center; 
 width: 680px;
 height: 78px;
 font-weight: bold;
 font-size: 12pt;
 letter-spacing: -0.5px;
 word-spacing: 16px;
}

#logo a, #logo a:visited {
 text-decoration: none;
 color: black;
}

#logo a:hover {
 text-decoration: underline;
 color: black;
}

ul li {
 list-style: disc;
 margin-bottom: 0.5em;
}

ul li li {
 list-style: circle;
 margin-bottom: 0em;
}

ol li {
 list-style: decimal;
 margin-bottom: 0.5em;
}


#links {
 position: absolute;
 top: 160px;
 left: 50px;
 color: #c00;
}

#links li {
 list-style: none;
 margin-bottom: 0.4em;
}

#links li:hover, #links ul #current {
 list-style: disc;
}

#links a {
 text-decoration: none;
 color: #040;
}

#links a:hover {
 text-decoration: underline;
}

#inhalt {
 position: absolute;
 bottom: 0px;
 right: 0px;
 width: 524px;
 height: 408px;
 overflow: auto;
 padding-bottom: 10px;
}

h1 {
 font-size: 20pt;
 font-weight: normal;
 margin-bottom: 0px;
 margin-top: 18px;
}

h2 {
 font-size: 16pt;
 font-weight: normal;
 margin-bottom: 0px;
 margin-top: 18px;
}