body 
   { 
   scrollbar-face-color:#CCCCCC; 
   scrollbar-arrow-color:#000000; 
   scrollbar-shadow-color:#020202; 
   scrollbar-3dlight-color:#595959; 
   scrollbar-highlight-color:#000000; 
   scrollbar-track-color:#CCCCCC; 
   }

div#center
   {
   position:absolute;
   left:50%;
   top:40;
   height:700px;
   width:1006px;
   margin-top:0px;
   margin-left:-503px;
   background-color: #000000;
   z-index: 1;
   }

div#titel
   {
   position:absolute;
   left:50;
   top:0;
   height:68;
   width:370;
   background-image: url(grafiken/logo.jpg);
   z-index: 2;
   }

div#nav
   {
   position:absolute;
   left:60;
   top:80;
   z-index: 3;
   }

div#hg
   {
   position:absolute;
   left:0;
   top:95;
   height:512;
   width:1006;
   z-index: 2;
   }

div#inhalt
   {
   position:absolute;
   left:30;
   top:10;
   height:440;
   width:950;
   font-family: arial;
   font-size: 13px;
   font-color: #000000;
   z-index: 4;
   }

div#bild
   {
   border-style:solid;
   border-color:#000000;
   border-width:1px;
   text-align:center;
   z-index:5;
   }

div#bildhg
   {
   filter: alpha(opacity=50);
   opacity:0.5;
   -moz-opacity:0.50;
   background-color:#333333;
   z-index:4;
   }

img
   {
   border-width:0px;
   }

a:link
   {
   text-decoration:none;
   color:#710000;
   }

a:visited
   {
   text-decoration:none;
   color:#710000;
   }

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

a:active
   {
   text-decoration:underline;
   color:#AA2200;
   }

input
   {
   background-color: #BCBCBC;
   border-color: #393A35;
   font-family: Arial;
   font-size: 8pt;
   font-weight: 400;
   color: #000000;
   }

input.radio
   {
   background-color: #BCBCBC;
   border-color: #393A35;
   font-family: Arial;
   font-size: 8pt;
   font-weight: 400;
   color: #000000;
   }

input.small
   {
   background-color: #BCBCBC;
   border-width: 0px;
   font-family: Airal;
   font-size: 7pt;
   font-weight: 400;
   color: #000000;
   }

textarea
   {
   background-color: #BCBCBC;
   border-color: #393A35;
   font-family: arial;
   font-size: 8pt;
   font-weight: 400;
   color: #000000;
   }
