  /* Zentrietes Layout   */

div#centerBox {
position: absolute;
left: 50%;
width: 800px;
margin-left: -400px; /* negative Hälfte von width:950px */
top: 55%;
height: 500px;
margin-top: -250px; /* negative Hälfte von height:560px; */

}



/* Layout-Bereiche   */


 body {
         font-size: 100%;
         font-family: Arial;
         background: #797979;

}

div#linksOben {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 250px;
        height: 221px;
        background-color: #FFFFFF;

}

div#rechtsOben {
        position: absolute;
        top: 0px;
        left: 250px;
        width: 550px;
        height: 221px;
        background-color: #CCCCCC;
/*        background-image: url(Bild1.jpg);*/
}

div#unten {
        position: absolute;
        top: 221px;
        left: 0px;
        width: 800px;
        height: 279px;
        background-color: #858585;
}


div#gif    {
position: absolute;
        top: 300px;
        left: 500px;
        width: 160px;
        height: 118px;

 }

  /* Navibereich Zeile  */

div#menue_zeile
 {
        position: absolute;
        top: 220px;
        left: 250px;
        width: 550px;
         line-height: 1.7;
         font-size: 80%;
         font-family: Arial;
}

#menue_zeile a:link {color: #F2F2F2;}
#menue_zeile a:visited {color: #F2F2F2;}
#menue_zeile a:focus {color: #F2F2F2;}
#menue_zeile a:hover{color: #99FF00;}
#menue_zeile a:active{color: #F2F2F2;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

 /* Navibereich unten  */

div#menue_spalte1 {
        position: absolute;
        top: 265px;
        left: 50px;
         line-height: 1.7;
         font-size: 80%;
         font-family: Arial;
}

#menue_spalte1 a:link {color: #F2F2F2;}
#menue_spalte1 a:visited {color: #F2F2F2;}
#menue_spalte1 a:focus {color: #F2F2F2;}
#menue_spalte1 a:hover{color: #99FF00;}
#menue_spalte1 a:active{color: #F2F2F2;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}



div#menue_spalte2 {
        position: absolute;
        top: 265px;
        left: 200px;
         line-height: 1.7;
         font-size: 80%;
         font-family: Arial;
}

#menue_spalte2 a:link {color: #F2F2F2;}
#menue_spalte2 a:visited {color: #F2F2F2;}
#menue_spalte2 a:focus {color: #F2F2F2;}
#menue_spalte2 a:hover{color: #99FF00;}
#menue_spalte2 a:active{color: #F2F2F2;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}



div#menue_spalte3 {
        position: absolute;
        top: 265px;
        left: 325px;
         line-height: 1.7;
         font-size: 80%;
         font-family: Arial;
}

#menue_spalte3 a:link {color: #F2F2F2;}
#menue_spalte3 a:visited {color: #F2F2F2;}
#menue_spalte3 a:focus {color: #F2F2F2;}
#menue_spalte3 a:hover{color: #99FF00;}
#menue_spalte3 a:active{color: #F2F2F2;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}


div#menue_spalte4 {
        position: absolute;
        top: 265px;
        left: 420px;
         line-height: 1.7;
         font-size: 80%;
         font-family: Arial;
}

#menue_spalte4 a:link {color: #F2F2F2;}
#menue_spalte4 a:visited {color: #F2F2F2;}
#menue_spalte4 a:focus {color: #F2F2F2;}
#menue_spalte4 a:hover{color: #99FF00;}
#menue_spalte4 a:active{color: #F2F2F2;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}






 /* Textbereich für das Zentrale Layout ??? */

div#linksObenText {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 235px;
        height: 211px;
         font-size: 70%;
         font-family: Arial;
         line-height: 1.5
}

/* LOGO */

  div#logo {
        position: absolute;
        top: 430px;
        left: 490px;
        width:
        height:
}

/* Überschrift h1 h2 */

div#ub  {

         position: absolute;
        top: 221px;
        left: 400px;
         background-color:#858585;
         font-size: 1%;
         font-family: Arial;


}
