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-color: #fff;
    border: 1px solid #000;
    width: 699px;
    min-height: 400px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#content #header {
    background-color: #f4ecb3;
    height: 158px;
    background-image: url(headerBg.png);
    position: relative;
    margin-bottom: 30px;
}
#content #header #menu {
    position: absolute;
    bottom: 30px;
    right: 10px;
    color: #555;
    text-align: right;
}
#content #header #menu a {
    background-color: transparent;
    text-decoration: none;
    padding: 0 5px;
    color: #000;
}
#content #header #menu a:hover {
    text-decoration: underline;
}
#content #header #menu a.aktiv {
    background-color: #faf6d9;
}
#content #header h1 {
    font-family: Georgia, "Times New Roman";
    font-weight: normal;
    position: absolute;
    bottom: 20px;
    left: 40px;
    font-size: 300%;
    line-height: 100%;
    padding-bottom: 10px;
}

#fuss {
    width: 699px;
    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 {
    margin-top: 10px;
    margin-bottom: 5px;
}
#content ul {
    margin-top: 0;
    margin-bottom: 5px;
    list-style-type: square;
}
#content h2 {
    font-size: 200%;
    font-family: Georgia, "Times New Roman";
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: left;
}
#content h3 {
    font-size: 100%;
    margin-top: 10px;
}
#content a.thickbox, #content a:hover.thickbox {
    background-color: transparent;
}
#content a {
    color: #000;
    background-color: #faf6d9;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
#content a:hover {
    background-color: #f4ecb3;
}

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-top: 10px;
}
div.picbox {
    background-color: #eee;
    width: 210px;
    height: 210px;
    text-align: center;
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
div.picbox:hover {
    background-color: #e0e0e0;
}

table.verfuegbarkeit {
    font-size: 90%;
    border-collapse: collapse;
    margin-left: 20px;
}
table.verfuegbarkeit th.we {
    background-color: #eee;
}
table.verfuegbarkeit td, table.verfuegbarkeit th {
    border-bottom: 1px solid #888;
    padding: 2px;
    text-align: center;
}
table.verfuegbarkeit td.frei, span.frei {
    background-color: #b8f6bf;
}
table.verfuegbarkeit td.belegt, span.belegt {
    background-color: #f6b8b8;
}
table.verfuegbarkeit th {
font-weight: normal;
}
span.frei, span.belegt {
    padding-left: 5px;
    padding-right: 5px;
}

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