body {
 color: #000000;
 background: #FFFFFF;
 font-family: Verdana,sans-serif;
 font-size: 13px;
 margin-left: 50%;
 position: relative;
 left: -375px;
}

/*Farbe:*/
.body, .menu {
 color: #FFFFFF;
 background-color: #000000;
}

.inhalt, .page-titel,  .inhalt input, .inhalt textarea, .inhalt a, .inhalt .hervorheben, strong, em {
 color: #000000;
 background-color: #CCCCCC;
}

/*Design*/
.titelbild, .logo {
 position: absolute;
 left: 0px;
 top: 0px;
 border-width: 0px;
 weight: 750px;
 height: 183px;
 padding: 0px;
}

/*.logo {
 top: 75px;
 height: 85px;
} */

.menu {
 position: absolute;
 top: 183px;
 left: 0px;
 width: 150px;
 height: 465px;
}

.border{
 position: absolute;
 top: 183px;
 left: 150px;
 width: 600px;
 height: 15px;
 color: #CCCCCC;
 background-color: #859CCF;
 font-size: 11px;
 font-weight: bold;
}

.border .submenu {
 position: absolute;
 left: 300px;
}

.border .page {
 position: absolute;
 left: 2px;
}

.border .page, .border .page a {
 color: #000000;
 background-color: #859CCF;
}

.border .submenu, .border .submenu a {
 color: #333333;
 background-color: #859CCF;
}

.door{
 position: absolute;
 top: 198px;
 left: 150px;
 width: 100px;
 height: 350px;
 background-color: #2C426B;
 background-image:url(bilder/doortop.gif);
 background-repeat: no-repeat;
 text-align: right;
}

.inhalt {
 position: absolute;
 top: 198px;
 left: 250px;
 width: 490px;
 height: 350px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 17px;
 overflow: scroll;
}

.bottom {
 position: absolute;
 top: 548px;
 left: 150px;
 width: 600px;
 height: 100px;
 background-color: #666666;
 background-image:url(bilder/doorbottom.gif);
 background-repeat: no-repeat;
 text-align: right;
}

/*Layout:*/
.menu img {
 position: absolute;
 left: 25px;
 top: 33px;
 margin: 0px;
 padding: 0px;
 border-color: #000;
}
.menu ul {
 position: absolute;
 left: 20px;
 top: 143px;
 width: 90px;
 margin: 0px;
 padding: 5px;
 padding-left: 20px;
 border: 1px solid #666666;
 color: #FFFFFF;
 background-color: #333333;
}
.menu li {
 border: 1px solid #000000;
 background-color: #FFFFFF;
 width: 90px;
 margin-top: 2px;
 margin-bottom: 2px;
}
.menu a {
 color: #000000;
 background-color: #FFFFFF;
 text-decoration: none;
}

.bottom a{
 margin: 1px;
 font-size:9px;
 font-weight: bold;
 color: #000000;
 background: #666666;
}

.inhalt a, .inhalt .u {
 text-decoration: underline;
}

.inhalt .hervorheben {
 font-weight: bold;
}

.inhalt img {
 border: #CCCCCC solid 0px;
 vertical-align: middle;
 padding: 1px;
}

.inhalt h1{
 font-weight: bold;
 font-style: normal;
 font-size: 25px;
}

.inhalt h2{
 font-weight: bold;
 font-style: italic;
 font-size: 20px;
}

.inhalt h3{
 font-weight: bold;
 font-style: normal;
 font-size: 15px;
}

.inhalt h4{
 font-weight: bold;
 font-style: normal;
 font-size: 13px;
}

.inhalt hr {
 color: #000000;
 background: #333333;
 height: 3px;
 border-style: none;
}

.inhalt input, .inhalt textarea {
 font-family: Verdana,sans-serif;
 font-size: 13px;
}

.inhalt p, .inhalt div {
 line-height: 1.4em;
}

.inhalt li {
 padding-bottom: 10px;
 margin-left: 10px;
 list-style-type: square;
}

.nonvisual, .print{
 display: none;
}