* {
 padding: 0;
 margin: 0;
}

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12pt;
}

#wrapper {
 width: 720px;
 margin: 1em auto 1em auto;
}

#kopf {
 height: 121px;
 padding: 1em 2em 0 2em;
}

#kopf h1 {
 text-align: center;
 font-size: 24pt;
 color: #F2DC26;
}
#navi {
 display:none;
}


#text {
 padding: 2em;
}

#fuss {
 padding: 1em 2em 1em 2em;
 border-top: 3px solid #0E5C72;
 margin-top: 2em;
 text-align: center;
}

address {
 font-size: 1.2em;
 font-style: normal;
 letter-spacing: 0.2em;
 line-height: 1.5em;
}

a {
 text-decoration: none;
}

a[href]:after {
 content:" [Adresse: "attr(href)"] "; /*Url sichtbar machen*/
}
.drucken {
 display: none;
}