html {
text-align: center;
}

body {
background: #bcf4a7 url(../images/bg.gif) repeat-x;
}

a,p,h1,h2,h3,span,li,label,input,textarea,dl,dd,dt,th,tr,select,span {
font-family: verdana,arial,sans-serif;
outline: 0;
}

.clear {
visibility: hidden;
clear: both;
height: 0;
line-height: 0;
}

/* Formular Allgemein */

form {
display: block;
width: auto;
}

legend {
display: none;
}

#content label {
display: block;
float: left;
color: #656363;
font-size: 12px;
width: 350px;
padding-top: 5px;
}

#content input,#content select {
padding: 2px 5px 2px 5px;
float: left;
font-size: 10px;
width: 248px;
margin: 0 0 5px 0;
border: #CCA975 1px solid;
background: #fff url(../images/input_bg.gif) repeat-y;
}

#content textarea {
padding: 2px 0 2px 5px;
float: left;
width: 250px;
height: 80px;
font-size: 10px;
margin-bottom: 5px;
border: #CCA975 1px solid;
}

select.error ,
textarea.error ,
input.error {
color: #fe5858;
border: #fe5858 1px solid;
}

label.error {
color: #fe5858;
}

/* ### Wrapper ### */

#wrapper {
margin: 0 auto;
text-align: left;
width: 843px;
height: 100%;
padding-right: 18px;
background: url(../images/content_bg.gif) repeat-y;
}

#bg {
background: url(../images/content_top.gif) 0 0 no-repeat;
}

/* ### Header Bereich ### */

#header {
position: relative;
height: 100px;
margin-left: 13px;
width: 822px;
background: url(../images/logo.gif) no-repeat;
}

#meta {
color: #fff;
position: absolute;
top: 0;
left: 10px;
width: 814px;
height: 28px;
padding: 15px 15px 0 0;
text-align: right;
background: url(../images/wood_border.gif) 1px 0 no-repeat;
}

#meta  a {
font-size: 12px;
color: #fff;
}

#main {
position: relative;
}

/* ### Seitennavigation ### */

#sitenavi {
float: left;
width: 220px;
padding: 40px 0 150px 10px;
}

#sitenavi h2 {
color: #fff;
width: 159px;
height: 24px;
text-align: left;
padding-top: 6px;
background: url(../images/sitenavi_head.gif) repeat-y;
}

#sitenavi ul {
margin: 0 0 20px 0;
}

#sitenavi ul ul {
background: url(../images/navi_bg.jpg) 0 24px no-repeat;
}

#sitenavi li a {
display: block;
height: 21px;
width: 205px;
color: #465b46;
padding-top: 5px;
font-weight: bold;
padding-left: 5px;
margin: 0 0 0 16px;
background: url(../images/navipunkt_bg.jpg) 0 0 no-repeat;
}

#sitenavi li a:hover {
color: #3475b1;
text-decoration: none;
background: url(../images/navipunkt_bg.jpg) 0 -55px no-repeat;
}

#sitenavi li .current_page_item a {
color: #3475b1 !important;
}

#sitenavi li .page-item-801 a {
width: 221px;
padding-top: 7px;
text-align: center;
margin-left: 1px;
background: url(../images/navipunkt_first_bg.jpg) 0 0 no-repeat;
}

#sitenavi li.last {
height: 24px;
width: 159px;
padding-top: 3px;
text-align: center;
background: url(../images/sitenavi_bottom.gif) no-repeat;
}

#sitenavi li a {
color: #656363;
font-size: 12px;
}

.valid-sign {
margin: 0 0 2px 40px;
}

/* ### Content ### */

#content {
float: left;
width: 520px;
height: auto;
padding: 70px 0 20px 0;
margin-left: 40px;
}

#content h1 {
color: #5994c2;
font-size: 20px;
font-weight: bold;
margin-bottom: 25px;
}

#content h2 {
color: #454444;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}

#content h2 a {
color: #5994c2;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}

#context h2 {
color: #656363;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

#content h2 span {
font-size: 12px;
font-weight: normal;
padding-left: 5px;
}

#content h3 {
color: #656363;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}

#content p {
font-family: verdana,sans-serif;
color: #454444;
font-size: 13px;
line-height: 14px;
margin-bottom: 10px;
}

#content p img{
border: 2px solid #656363;
}

#content a {
color: #534130;
font-size: 12px;
font-weight: bold;
}

#content a:hover {
text-decoration: underline;
}

#content .bildlinks {
display: block;
margin-bottom: 20px;
}

#content .bildlinks img {
float: left;
margin:  0 15px 10px 0; 
}
#content ol {
margin: 20px 0 20px 0;
}

#content li {
color: #656363;
font-size: 13px;
padding-left: 12px;
margin-bottom: 8px;
background: url(../images/arrow.gif) 0 5px no-repeat;
}

#content img {
margin: 5px 0 5px 0;
}

.termin {
display: none;
position: absolute;
top: 43px;
right: -145px;
}

.termin2 {
position: absolute;
top: 210px;
right: -145px;
}

/* ### Vorlagen ### */

/* Liste **/

dd, dt {
color: #454444;

line-height: 20px;
}

dt {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}

dd {
font-size: 13px;
margin-bottom: 30px;
margin-left: 10px;
}

/* Tabelle */

table {
width: 100%;
}

th {
color: #454444;
height: 20px;
font-size: 14px;
background: #cca975;
}

thead tr {
background: url(../images/tabellen_kopf.jpg) top left no-repeat;
}

thead tr th {
color: #fff;
height: 42px;
padding-left: 5px;
background: transparent;
}

table.kaderliste {
margin-bottom: 15px;
}

table.kaderliste td {
padding-left: 5px;
}

table.kaderliste td.nr {
font-weight: bold;
}

tr {
color: #454444;
height: 18px;
font-size: 13px;
}


/* Form */

.formular {
margin: 30px 0 20px 40px;
}

.formular input {
width: 250px;
margin: 0 0 10px 0;
}

.formular select {
width: 257px;
margin: 0 0 10px 0;
}

.formular p {
color: #656363;
font-size: 12px;
}

.formular .ort,
.formular .plz {
width: 115px;
}

.formular .ort {
margin-left: 13px;
}

.formular label {

}

.formular .send {
float: right;
width: 114px;
height: 23px;
margin-top: 15px;
margin-right: 124px;
border: none;
}

/* Formular */

label {
color: #57515d;
font-size: 1.3em;
float: left;
display: block;
width: 160px;
margin-bottom: 5px;
}

input {
color: #57515d;
font-size: 1.3em;
margin-right: 120px;
margin-bottom: 5px;
}

#content form .css_form_submit {
border: 1px solid #DEDEDE;
}

/* Gbook */

.eintrag {
background: #ececec;
padding-bottom: 5px;
margin-bottom: 15px;
margin-right: 4px;
}

#content .eintrag h3 {
font-size: 12px;
font-weight: bold;
padding: 5px 0 5px 0;
}

#content .eintrag img {
border: 0;
margin: 0;
padding: 0;
}

#content .eintrag  h3,
#content .eintrag  p {
margin-left: 10px !important;
}

#content .eintrag  h3 {

}

/* Inhaltsmeta */

.entry-meta {
border-bottom: #656363 1px solid;
padding-bottom: 25px;
margin-bottom: 25px;
}

.navigation {
margin: 20px 0 20px 0;
}

/* Kommentare */
.comments {
margin-top: 20px;
}

/* Viewer */

.viewer {
height: 650px;
margin-top: 30px;
}

#flashcontent {
display: block;
margin-top: -15px;
height: 500px;
margin-bottom: 10px;
background: #fff;
}

/* Teaser */

.teaser {
position: relative;
width: 154px;
margin-bottom: 25px;
border-left: #4396fa 1px solid;
border-right: #4396fa 1px solid;
}

.teaser p {
color: #656363;
font-size: 11px;
line-height: 15px;
padding: 10px 5px 0 10px;;
}

.teaser .top-round {
position: absolute;
top: 0;
left: -1px;
}

.teaser .bottom-round {
position: absolute;
bottom: -1px;
left: -1px;
}

.teaser .bottom {
margin-top: 10px;
height: 30px;
}

.teaser .bottom a {
float: right;
color: #656363;
font-size: 12px;
font-weight: bold;
height: 16px;
padding: 0 25px 0 0;
margin: 5px 5px 0 0;
background: url(../images/button_pfeil.gif) right no-repeat;
}


/* ### Footer ### */

#footer {
position: relative;
height: 80px;
width: 100%;
background: #bcf4a7  url(../images/content_bottom.gif) 0 0 no-repeat;
}

/* Meta */

.meta {
position: absolute;
top: 5px;
right: 20px;
}

.meta li {
float: left;
padding: 2px 10px 2px 10px;
border-right: 1px solid;
}

.meta li.last {
float: left;
padding: 2px 10px 2px 10px;
border: 0;
}

.meta li a,
.meta li {
color: #474747;
font-size: 12px;
}

.meta li a:hover {
color: #323232;
}

/* Copyright */

.copyright {
color: #474747;
font-size: 10px;
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
text-align: center;
}

.copyright a {
color: #474747;
font-weight: bold;
}

.copyright a:hover {
text-decoration: underline;
}