body 
{
 background-color: #000000;
}

*
{
margin: 0;
padding: 0;
}

p
{
margin: 15px 0;
}

#aussenbox
{
 width: 1000px;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
 position: relative;
}






#schatten1
{
 width: 1012px;
 height: 100%;
 background: #FFFFFF;
 position: absolute;
 top: 0px;
 left: -6px;
}

#schatten2
{
 width: 1008px;
 height: 100%;
 background:#C0C0C0;
 position: absolute;
 top: 0px;
 left: -4px;
}

#schatten3
{
 width: 1004px;
 height: 100%;
 background: #808080;
 position: absolute;
 top: 0px;
 left: -2px;
}



#schatten11
{
 width: 1012px;
 height: 600px;
 background: #FFFFFF;
 position: absolute;
 top: 0px;
 left: -6px;
}

#schatten22
{
 width: 1008px;
 height: 600px;
 background:#C0C0C0;
 position: absolute;
 top: 0px;
 left: -4px;
}

#schatten33
{
 width: 1004px;
 height: 600px;
 background: #808080;
 position: absolute;
 top: 0px;
 left: -2px;
}



#balkenli
{
 width: 160px;
 height: 100%;
 background: #999999;
 position: absolute;
 top: 0px;
 left: 0px;
}


#balkenre
{
 width: 840px;
 height: 100%;
 background:  #cccccc;
 position: absolute;
 top: 0px;
 left: 160px;
}


#headerli
{
 width: 160px;
 height: 40px;
 background: #999999;
 position: absolute;
 top: 0px;
 left:0px;
}

#headerre
{
 width: 840px;
 height: 40px;
 background: #999999;
 font-family: verdana;
 font-size: 12px;
 position: absolute;
 top: 0px;
 left:160px;
 }
 
 
         #headerre ul
         {
          margin-top: 10px;
          list-style-type: none;
          text-align: left;
          color: #000000;
         }
 
         #headerre a
         {
         margin-left: 11px;
         display: block;
         padding-left: 10px;
         padding-right: 0px;
         padding-top: 2px;
         padding-bottom: 2px;
         width:130px;
         color: #000000;
         background: #cccccc;
         border-bottom: 1px solid #000000;
         text-decoration: none;
         }
 
         #headerre a:link, #headerre a:visited
         {
          color: #000000;
         }
 
         #headerre a:hover
         {
          color: #000000;
          background: transparent;
          border-color: #aaab9c #fff #fff #ccc;
         }
 
         #headerre #aktuell a
         {
          background: #ffffff;
          color: #000000;
         }
 
         #headerre li
         {
          float: left;
         }
 

#bildlinks
{
 width: 160px;
 height: 145px;
 background: #999999;
 position: absolute;
 top: 40px;
 left:0px;
}


#bildrechts
{
 width: 840px;
 height: 145px;
 background: #cccccc;
 position: absolute;
 top: 40px;
 left: 160px;
}


#navi
{
 width: 160px;
 height: 415px;
 background:  #999999;
 font-family: verdana;
 font-size: 12px;
 position: absolute;
 top: 185px;
 left:0px;
}


           #navi ul
           {
            margin-top: 30px;
            list-style-type: none;
            text-align: left;
           }

          #navi a
          {
           margin-left: 11px;
           display: block;
           padding-left: 10px;
           padding-right: 0px;
           padding-top: 6px;
           padding-bottom: 6px;
           width:130px;
           color: #000000;
           background: #cccccc;
           border-bottom: 1px solid #000000;
           text-decoration: none;
          }

          #navi a:link, #navi a:visited
          {
           color: #000000;
          }

          #navi a:hover
          {
           color: #000000;
           background: transparent;
           border-color: #aaab9c #fff #fff #ccc;
          }

          #navi #aktuell a
          {
           background: #ffffff;
           color: #000000;
          }


#hauptfeld
{
 width: 840px;
 height: 415px;
 background: #cccccc;
 position: absolute;
 top: 185px;
 left:160px;
}



