
/*
--------------------------------------------------------------
        ALLGEMEIN
--------------------------------------------------------------
*/


body {
        margin: 0px;
        padding: 0px;
        font-family: arial, verdana, sans-serif, helvetica;
        color: #333333;
        background-color: white;
        }
img {
        border: 0;
        margin: 0px;
        }

a:link {
        color: #c02d4d;
        text-decoration: none;
        }
a:visited {
        color: #c02d4d;
        text-decoration: none;
        }
a:active {
        color: #c02d4d;
        text-decoration: none;
        }
a:hover {
        color: #c02d4d;
        text-decoration: underline;
        }

/*
--------------------------------------------------------------
        STRUKTUR
--------------------------------------------------------------
*/

#main {
        width: 980px;
        margin: 10px auto;
        border: 1px solid black;
        }

#navigation {
        width: 350px;
        float: right;
        border: 0px solid blue;
        }

#structure {
        width: 550px;
        border: 0px solid green;
        }

/*
--------------------------------------------------------------
        CONTENT-BOX
--------------------------------------------------------------
*/

.content {
        padding: 10px;
        margin: 20px 0px 0px 10px;
        background: white;
        border: 1px dotted #c02d4d;
        width: 565px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 565px;
        text-align: justify;
        }
html>body .content {
        width: 565px; /* ie5win fudge ends */
        }
.content h1 {
        margin: 0px;
        color: #c02d4d;
        }
.content h2 {
        margin: 0px;
        color: #333333;
        }
.content h3 {
        margin: 20px 0px 5px 0px;
        color: #333333;
        }
.content hr {
        border: 0px; /* Für Firefox und Opera */
        border-top: 1px solid #c02d4d;
        border-bottom: 0px solid #c02d4d; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
        }
.content a:link {
        color: #c02d4d;
        text-decoration: none;
        }
.content a:visited {
        color: #c02d4d;
        text-decoration: none;
        }
.content a:active {
        color: #c02d4d;
        text-decoration: none;
        }
.content a:hover {
        color: #c02d4d;
        text-decoration: underline;
        }

.text_float_top_bild {
        float: left;
        margin: 5px 10px 10px 0;
        border: 0px solid black;
        }

/*
--------------------------------------------------------------
        INFO-BOX
--------------------------------------------------------------
*/

.info {
        float: right;
        padding: 10px;
        margin: 20px 10px 0px 20px;
        background: white;
        border: 1px dotted #c02d4d;
        width: 335px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 335px;
        }

html>body .info {
        width: 335px; /* ie5win fudge ends */
        }

.info h2 {
        margin: 0px;
        color: #c02d4d;
        }

.info h3 {
        margin: 5px;
        text-align: center;
        }

.sub_nav {
        list-style: none;
        }

.sub_nav li {
        margin: 5px;
        }

/*
--------------------------------------------------------------
        KALENDER
--------------------------------------------------------------
*/

.kalender_box {
        width: 100%;
        border: 1px solid #c02d4d;
        }

.kalender_top {
        background: #c02d4d;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        }

.kalender_event {
        background: #ffc0cb;
        color: #ffffff;
        text-align: center;
        }

.kalender_ohne_event {
        background: #ffffff;
        color: #333333;
        text-align: center;
        }

.kalender_heute {
        background: #c02d4d;
        color: #ffffff;
        text-align: center;
        }

.kalender_event_heute {
        background: red;
        color: #ffffff;
        text-align: center;
        }

a.kalender_event_heute:link {
        color: #ffffff;
        }

a.kalender_event_heute:visited {
        color: #ffffff;
        }

.kalender_event_kategorie {
        height: 20px;
        width: 20px;
        float: left;
        margin-right: 15px;
        }

/*
--------------------------------------------------------------
        NAVIGATION-TOP
--------------------------------------------------------------
*/

#menue {
        text-align: center;
        margin: 15px 7px 0px 7px;
        }
#menue span {
        margin: 15px;
        font-weight: bold;
        }

/*
--------------------------------------------------------------
        FOOTER
--------------------------------------------------------------
*/

#footer {
        width: 100%;
        padding-top: 15px;
        border: 0px solid purple;
        clear: both;
        }
#footer p {
        margin: 5px;
        }

/*
--------------------------------------------------------------
        NEWS
--------------------------------------------------------------
*/

.news_date {
        width: 50px;
        height: 60px;
        border: 1px solid #cccccc;
        text-align: center;
        margin: 0 15px 5px 0;
        float: left;
        }

.news_month {
        font-size: 10px;
        background: url('images/calendar_c02d4d.png') #c02d4d;
        background-repeat: repeat-x;
        background-position: 0 -5px;
        color: #ffffff;
        height: 20px;
        line-height: 20px;
        }

.news_day {
        font-size: 22px;
        height: 25px;
        line-height: 30px;
        font-weight: bold;
        }

.news_year {
        font-size: 10px;
        height: 15px;
        line-height: 15px;
        }

.news_header {
        margin: 5px 0 25px 0;
        }

.news_breaker {
        margin: 3px 0 3px 0;
        }

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

.news_box {
        margin: 0 0 30px 0;
        }

/*
--------------------------------------------------------------
         Seiten-Navigation
--------------------------------------------------------------
*/
.sitenav {
        background-color: black;
}
.sitenav td {
        background-color: white;
        padding: 5px;
        font-size: 12px;
        text-align: center;
}
.sitenav td a {
        color: black;
        text-decoration: none;
}
.sitenav td a:hover {
        color: black;
        text-decoration: none;
}


/*
--------------------------------------------------------------
        FORMULARE
--------------------------------------------------------------
*/

.input_formular {
        float: left;
        width: 180px;
        padding-left: 5px;
        }

.topic_formular {
        background: #c02d4d;
        line-height:22px;
        padding-left: 10px;
        color: white;
        }

.topic_formular_fehler {
        background: #F74C13;
        line-height: 22px;
        padding-left: 10px;
        color: white;
        }

.topic_formular_fehler2 {
        background: #FF9D02;
        line-height: 22px;
        padding-left: 10px;
        color: white;
        }

.reihenfolge {
        width: 18px;
        margin-right: 10px;
        }

.einstellung_liste {
        list-style: none;
        margin-left: 0;
        padding: 0;
        }

.einstellung_liste li {
        margin: 5px;
        }

.select_kategorie {
        letter-spacing: 3px;
        }

.select_sub_kategorie {
        margin-left: 15px;
        }

