body {
    quotes:"\201E" "\201C" "\201A" "\2018";
    background-color: #f2f2f2;
    background-image: url(bg.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-size: 12px;
    line-height: 18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border-style: none;
}

#content {
    background-image: url(contentBg.png);
    background-repeat: no-repeat;
    background-position: 0 130px;
    background-color: #fff;
    border: 1px solid #000;
    width: 700px;
    min-height: 400px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#content #header {
    background-color: #279c52;
    height: 130px;
    background-image: url(headerBg.png);
    background-repeat: repeat-x;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
#content #header img {
    position: absolute;
    right: -40px;
    top: -34px;
}
#content #header #menu {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
#content #header #menu a {
    color: #fff;
    text-decoration: none;
    padding: 0 2px;
}
#content #header #menu a:hover {
    text-decoration: underline;
}
#content #header #menu a.aktiv {
    background-color: #6abb88;
}
#content #header h1 {
    font-family: Georgia, "Times New Roman";
    font-weight: normal;
    position: absolute;
    top: 60px;
    left: 30px;
    font-size: 300%;
    line-height: 120%;
}

#fuss {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #888;
    font-size: 80%;
    text-align: right;
    padding-bottom: 30px;
}
#fuss a {
    color: #888;
    text-decoration: none;
}
#fuss a:hover {
    text-decoration: underline;
}

#content p, #content h2, #content h3, #content ul, #content ol {
    margin-left: 40px;
    margin-right: 40px;
}
#content ul li {
    margin-left: 15px;
}
#content ol li {
    margin-left: 20px;
}
#content ol li ul {
    margin-left: 0;
}
#content p, #content ul {
    margin-top: 10px;
    margin-bottom: 5px;
}
#content h2 {
    font-size: 200%;
    font-family: Georgia, "Times New Roman";
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
#content h3 {
    font-size: 100%;
    margin-top: 10px;
}
#content a {
    color: #279c52;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}

img.foto {
    width: 300px;
    float: right;
    margin: 30px;
}

span.guterName {
    display: block;
    clear: both;
}

div.sidebox {
    width: 240px;
    float: right;
    margin: 30px;
    background-color: #eee;
    border: 1px solid #aaa;
}
div.sidebox p {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

div.picboxen {
    clear: left;
    margin-left: 30px;
    margin-right: 10px;
}
div.picbox {
    background-color: #eee;
    width: 120px;
    height: 120px;
    text-align: center;
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
div.picbox:hover {
    background-color: #ddd;
}

* html #content {
    background-image: none;
    margin-left: 50px;
}

