/* CSS Document */

/* - - - - - - - - - - - - Kopfzeile - - - - - - - - - - - - */

#kopf {
   margin:0px; /*Verarbeitungsreihenfolge bei mehreren Angaben: oben, rechts, unten, links*/
   margin-left:auto;
   margin-right:auto;
   padding:0;
   width:792px;
   height:142px;
   background-image:  url("../../bilder/pictos/logo_fuerstliche.png");
   background-position:0 0;
   background-repeat:no-repeat;
   position:relative;
   z-index:110;
}

#kopf h1 {
display:none;
}

#kopf h2.head {
font-weight:normal;
font-size:0.9em;
text-align:right;
color:#FFF;
padding:75px 15px 0 0;
}

#startlink {
    position:absolute;
	top:0;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}