/* CSS Document */

/* - - - - - - - - - - - - Kopfzeile - - - - - - - - - - - - */

#kopf {
   top:0;
   margin:0px 0px 0px 0px; /*Verarbeitungsreihenfolge bei mehreren Angaben: oben, rechts, unten, links*/
   width:100%;
   height:100px;
   z-index:5;
}

#kopf .bildwechsler {
	display:none;
}

#kopf .logo {
   position:absolute;
   top:30px;
   left:10px;
   background-image:url(../../bilder/pictos/logo_neu_4c-430.png);
   background-position:top left;
   background-repeat:no-repeat;
   width:430px;
   height:60px;
   z-index:20;
}