html, body
{
   width:100%;
   height:100%;
   margin-left:0px;
   margin-top:0px;
   margin-right:0px;
   margin-bottom:0px;
   font-family:ARIAL,VERDANA,HELVETICA;
   background-color:#FFFFFF;
   
   /*scrollbar-base-color:#082ED4;
   scrollbar-track-color:#082ED4;
   scrollbar-face-color:#082ED4;
   scrollbar-highlight-color:#F8F5F2;
   scrollbar-3d-light-color:#F0E1D0;
   scrollbar-dark-shadow-color:#000000;
   scrollbar-shadow-color:#000000;
   scrollbar-arrow-color:#ffffff;   */


}
   
#navitable{
    background:url(../images/navi.jpg);
}
/*--- Formatierung des Haupt-Div_tags ---*/
#main  {
   position:absolute;
   width:850px;
   left:50%;
   height:100%;
   margin-top:0px;
   margin-left:-425px;
   z-index:1;
   background-color:#FFFFFF;
   z-index:1;
   }

#kopf {
     position:absolute;
     left:0px;
     top:0px;
     width:850px;
     height:150px;
     z-index:2;
}

#navi {
     position:absolute;
     left:0px;
     top:150px;
     width:850px;
     height:30px;
     z-index:2;
}

#cont_links {
     position:absolute;
     left:0px;
     top:180px;
     width:225px;
     height:470px;
     z-index:2;
}

#content {
     position:absolute;
     background-color:#0060AD;
     left:225px;
     top:180px;
     width:625px;
     height:470px;
     z-index:2;
}

#footer {
     position:absolute;
     left:0px;
     top:650px;
     width:850px;
     height:48px;
     z-index:2;
}

#div_portrait{
     background-color:#0067AC;
     left:220px;
     height:470px;
     width: 625px;
     overflow:auto;
     z-index:100;
}

#bilder {
     position:absolute;
     left:379px;
     top:24px;
     width:246px;
     height:446px;
     overflow:auto;
     z-index:2;
}