div#header_logo {
 float: right;
 width: 50%;
 margin: 1em 0 0.5em;
 text-align: center;  /* Zentrierung im Internet Explorer */
}
div#header_logo img {
 margin-bottom: 30px;
}
div#header {
 text-align: center;  /* Zentrierung im Internet Explorer */
 height: 240px;
}
div#header h3{
 margin: 2em 0 0.5em;
 text-align: center;  /* Zentrierung im Internet Explorer */
}
div#header img{
 margin-left: 90px;   /* Kunstgriff, damit Bilder mittig erscheinen */
}

.news-latest-item p {
 margin:0;
}
.news-latest-date {
 font-size:0.8em;
 text-align:left;
 color:#CA6B17;
}


ul#navigation {
 clear: both;
 font-size: 1em;
 margin: 2em 0;  /* Ausgleich für die neg. Margin der li-Elemente */
 padding: 0;
 list-style-image: none;
}
ul#navigation li {
 list-style: none;
 margin: -1.5em 0;
 font-weight: bold;
 text-decoration: none;
 color: #CA6B17;
 font-size: 1.1em;
}
ul#navigation a {
 padding-left: 0em;
 padding-right: 1em;
 font-weight: bold;
 text-decoration: none;
 color: #CA6B17;
 font-family: 'Comic Sans MS', 'Arial';
 font-size: 1.1em;
}
ul#navigation li.nav_right {
 list-style: none;
 text-align: left;
}
ul#navigation li.nav_left a img {
 margin-left: 40px; 
 padding-right: 0em;
 vertical-align: middle;
}

ul#navigation li.nav_right {
 list-style: none;
 text-align: right;
}
ul#navigation li.nav_right a img {
 padding-left: 0em;
 padding-right: 1.5em;
 vertical-align: middle;
}

/*
 Im Hauptmenü auf der Startseite wird das Image der Seite vor und hinter den
 Link-Text angezeigt; hier wird bei Elementen auf der linken Seite das rechte Bild
 ausgeblendet und bei Elementen auf der rechtsn Seite das linke Bild.
*/
ul#navigation li.nav_right a img.beforeimg {
 display: none;
}

ul#navigation li.nav_left a img.afterimg {
 display: none;
}

div#content {
 clear: right;
 margin-left: 0em;
 padding: 1em 1em 0 1em;
}
div#content h1 {
 font-size: 1.5em;
 margin: 0 0 1em;
}
div#content h2 {
 font-size: 1.2em;
 margin: 2em 0 1em;
}
div#content p {
 font-size:1em;
 margin: 1em 0;
}

table#News {
 width: 760px;
 border: 0;
 padding: 3px;
 text-align: center;
 background: #FFF0BC;
 border-collapse: collapse;
}

.tdNews0 {
 width: 11%;
 height: 25px;
 text-align: center;
 vertical-align: middle;
 border-right: none;
 border-left: none;
 border-bottom: none;
 border-top: none;
 background: #FFE99E;
}

.tdNews1 {
 width: 23%;
 height: 25px;
 vertical-align:top;
 padding: 0px 5px 1px 5px;
 border-right: none;
 border-left: 1px solid #002361;
 border-bottom: none;
 border-top: none;
 background: #FFE99E;
}

.tdNews2 {
 width: 23%;
 height: 25px;
 vertical-align:top;
 padding: 0px 5px 1px 5px;
 border-right: none;
 border-left: 1px solid #002361;
 border-bottom: none;
 border-top: none;
 background: #FFE99E;
}

.tdNews3 {
 width: 23%;
 height: 25px;
 vertical-align:top;
 padding: 0px 5px 1px 5px;
 border-right: none;
 border-left: 1px solid #002361;
 border-bottom: none;
 border-top: none;
 background: #FFE99E;
}

.tdNewsArchiv {
 height: 20px;
 text-align: right;
}


