body {
background-image: url(bg.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
overflow: auto;
font-size:12px;
margin-left : 0px;
margin-top : 0px;
margin-right : 0px;
margin-bottom: 0px;
scrollbar-base-color: #FFF5C0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFF5C0;
scrollbar-track-color: #E7E7E7;}

/*f6ac5f*/

@media screen, projection {

#logo { display: none; }

#page { position: absolute;
        width: 692px;
        height: 622px;
        left: 50%;
        margin-left: -343px;
        top: 5%;
      }

#box { position: absolute;
       width: 571px;
       height: 622px;
       top: 0px;
       right: 0px;
       background-image: url(bilder/box.gif);
       z-index:1; }

#box_inhalt { position: absolute;
              width: 542px;
              height: 473px;
              margin-left: 130px;
              margin-top: 103px;
              z-index:2;
              overflow: scroll;
              overflow-x: hidden;
              overflow-y: auto;
              border-left: 0 solid #000000; }
#inhalt    {  margin-left: 100px;
              margin-right: 36px;
              white-space:normal;
              color: #000A3F;
              font-family: verdana, arial, helvetica, sans-serif; }

#navi  { position: absolute;
         width: 190px;
         margin-left: -40px;
         margin-top: 125px;
         z-index:3;
         font-weight: bold;
         color: #000A3F; }
#navi ul { list-style:none; }
#navi li.dort{ background-image: url(bilder/button_1.gif);
               background-repeat: no-repeat;
               width: 190px;
               height: 35px;
               line-height: 35px;
               vertical-align: middle;
               display:block;
               margin-bottom:10px;
               padding-left:40px; }
#navi li.hier { background-image: url(bilder/button_2.gif);
                background-repeat: no-repeat;
                width: 190px;
                height: 35px;
                line-height: 35px;
                vertical-align: middle;
                margin-bottom:10px;
                padding-left:40px; }

#lowerlinks { position: absolute;
              width: 571px;
              height: 15px;
              right: 0px;
              margin-top: 587px;
              color: #003399;
              z-index:2; }
#lowerlinks a { color: #003399; }

}

a       { color: #003399;
          text-decoration: none }
a:hover { color: #000A3F;
          text-decoration: underline }

h1 { font-size: 16px;
     margin-top: 15px;
     margin-bottom: 0px;
     line-height: 30px;
     border-bottom: 1px solid #e7e7e7;
     color: #003399;
     text-align: center;
     font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-size: 14px;
     margin-top: 15px;
     margin-bottom: 12px;
     line-height: 20px;
     color: #003399;
     font-family: Georgia, "Times New Roman", Times, serif; }

b { color: #003399; }
p.block { text-align: justify; }
p.bold { font-weight: bold; }
p.center { text-align: center; }
p.title { display: none; }
th { font-weight: bold;
     color: #003399; }
td.blue { color: #003399; }
b.blue { font-weight: normal;
         color: #003399; }
img { border: 0px; }
li { margin-bottom:18px;
