/* CSS Document */

/* - - - - - - - - - - - - Kopfzeile - - - - - - - - - - - - */

#kopf {
   top:0;
   margin:0px 0px 0px 0px; /*Verarbeitungsreihenfolge bei mehreren Angaben: oben, rechts, unten, links*/
   width:450px;
   height:90px;
   z-index:5;
   float:left;
}

#kopf .logo {
   position:absolute;
   top:45px;
   margin-left:20px;
   background-image:url(../../bilder/pictos/logo430.png);
   background-position:top left;
   background-repeat:no-repeat;
   width:430px;
   height:50px;
   z-index:20;
}



