
BODY {
    margin: 0;
    padding: 0;
    background: #FEDEBD;
    text-align: center;
    font: 14px/16px Arial, Verdana, Helvetica, sans-serif;
    color: #000;
}

A { color: #000; }
A IMG { border: 0; }

TABLE TD { vertical-align: top; }

#page {
    width: 1024px;
    margin: 10px auto;
    text-align: left;
}
#logo {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
#navi {
    width: 240px;
    float: left;
}
#content {
    float: left;
    margin-left: 10px;
    width: 760px;
    text-align: left;
}
#footer {
    clear: both;
    text-align: center;
    padding-top: 20px;
    font-size: 10px;
}
#content .contentimage {
    font-weight: bold;
    font-size: 0.75em;
    /*font-style: italic;*/
}
.right {
    float: right;
    margin: 10px 0 10px 10px;
}
.left {
    float: left;
    margin: 10px 10px 10px 0;
}

.buch {
    clear: both;
    border-top: 1px solid #d9d87c;
}
.buch H3 {
    font-size: 16px;
    line-height: 18px;
    color: #222d49;
    margin: 10px 0 5px 0;
}

.buch P {
    padding: 10px;
}

.aktuelles {
    background: #a0585f;
    padding: 10px;
    width: 360px;
    margin-top: 20px;
    color: #fff;
}
.aktuelles A {
    text-decoration: none;
    color: #fff;
}
.chronjahr {
    font-size: 1.25em;
    padding-right: 1em;
}

.jahresprogramm {
}
.jahresprogramm strong {
    line-height: 21px;
}

.jahresprogramm p {
    margin-bottom: 10px;
}

.news2 {
	margin: 20px 0 20px 0;
}
