body, div, table
{  font-family: Verdana, Geneva, Arial, Helvetica;
   font-size: 9pt;
   color: #000;
   padding:0;
   margin:0;
}

body
{
  /*background-color: #f8e8b7;
  background-color: #d0c090;*/
  background-image:url(pics/pback.png);
  width:99%;
  height:99%;
  text-align:center;
}

a, a:visited
{  color: #905000;
   text-decoration: none;
}

a:hover
{  text-decoration: underline; }


#page
{  position:relative;
   width:984px;
   height:768px;
   top:0;
   left:0;
   margin-left:auto;
   margin-right:auto;
   /*top:50%;
   left:50%;
   margin-top:-384px;
   margin-left:-512px;*/
   overflow: hidden;
   background-image:url(pics/back.png);
   text-align:left;
}

#menu
{  position:absolute;
   width:195px;
   height:350px;
   top:120px;
   left:10;
   overflow: hidden;
   background-image:url(pics/mback.gif);
   border: 1px solid #555;
}

#content
{  position:absolute;
   width:720px;
   height:570px;
   top:160px;
   left:240;
   overflow-x: hidden;
   overflow-y: auto;
   padding:0px;
}

#subtext
{  position:absolute;
   width:950px;
   height:12px;
   top:750px;
   left:10;
   overflow: hidden;
   font-size:7pt;
   color:#000;
}

#counterbox
{  position:absolute;
   width:190px;
   height:100px;
   top:640px;
   left:10;
   overflow: hidden;
}

p
{  width: 100%;
   text-align:justify;
   line-height:15pt;
}

p.titel
{  font-family: Times New Roman;
   font-weight: bold;
   font-size: 14pt;
   width: 100%;
   border-bottom: 1px solid #000;
   padding-bottom:2;
   padding-left:0px;
   letter-spacing: 3pt;
   margin-top:5px;
}

p.titel:first-letter
{  font-size: 24pt;
   line-height:25pt;
}

p.rechts
{  width: 100%;
   text-align: right;
}

li a, p a
{
   font-weight: bold;
}

ul.rot li
{
   color: #905000;
   font-weight:bold;
}



#menu a
{  margin-top:5px;
   margin-bottom:5px;
   margin-left:10px;
   padding:5px;
   font-size: 13pt;
   color:#000;
   display:block;
   width:170px;
}

#menu a:hover
{
   background-color: #f8e8b7;
}


#content
{   scrollbar-3dlight-color:#fff;
    scrollbar-darkshadow-color:#e0e0e0;
    scrollbar-base-color:#fcf6e8;
    scrollbar-shadow-color:#fcf6e8;
    scrollbar-face-color:#f6eace;
    scrollbar-track-color:#fcf6e8;
    scrollbar-highlight-color:#fcf6e8;
    scrollbar-arrow-color:#333333; }