body {
    font:9pt Verdana,Tahoma;
    padding:0;
    margin:0;
}

.wrapper {
    border-left:1px solid #888888;
    border-right:1px dotted #888888;
    width:60em;
    margin:auto;
    background: url('gfx/wasserzeichen.png') bottom right no-repeat;
    background-position:bottom;
}

.header {
    font-size:2em;
    color:#FFFFFF;
    text-align:right;
    line-height:2em;
    height:50px;
    background: url('gfx/header.png') #562526 no-repeat;
    padding-right:1em;
    margin: 0 -1px; /* overwrite the border of .wrapper */
}

.navigation {
    position:relative;
    border-right:1px solid #DDDDDD;
    display:inline-block;
    width:20em;
    float:left;
}

.navigation ul {
    list-style-image: url('gfx/klecks.png');
    font-size:11pt;
    font-weight:bold;
    clear:both;
}

.navigation img {
    width:150px;
    float:right;
    margin:1em 1em 3em 0;
}

.navigation a {
    color: #000000;
    text-decoration:none;
}

.navigation a:visited {
    color:#555555;
}

.content {
    padding:2em 3em;
    line-height:1.5em;
    margin-left:20em;
}

.contact {
    color:#FFFFFF;
    font-size:0.9em;
    line-height:1.3em;
    background: url('gfx/kontakt.png') #562526;
    padding:1em 2em;
    margin:3em -1px 0; /*  overwrite the border of .wrapper */
}
.contact a {
    color: #FFFFFF;
}
.footer {
    font-size:8pt;
    text-align:center;
    padding:2em 0 1em;
    color:#AAAAAA;
    clear:both;
}
.footer a {
    color:#AAAAAA;
    text-decoration:none;
}

a {
    color: #96040a;
}

h1,h2,h3 {
    color:#562526;
    text-indent:-0.75em;
}

h1 {
    font-weight:normal;
    font-size:2em;
}

h2 {
    font-weight:normal;
    font-size:1.4em;
}

ul li {
    margin:0.5em 0;
}

textarea {
    width:100%;
    height:30em;
}

hr {
    margin:2em 0;
}