.codered {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #CC0000;
 font-weight: bold;
 text-decoration: none;
}

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        background-color: #FFFFFF;
        margin: 0px;
        background-image: url(../images/navigation/menu_bg.gif);
        background-repeat: repeat-y;
        background-position: left;

}

td {
        font-size: 12px;
        color: #000000;
}

a {
        color: #E1161C;
        text-decoration: none;
}

a:hover {
        color: #E1161C;
        text-decoration: underline;
}
li {
        list-style-image: url(../images/navigation/bulletdbl_red.gif);
        list-style-position: outside;
}

.header_sidelinks {
        padding: 5px;
}
.header_sidelinks a {
        color: #666666;
        text-decoration: none;
}
.header_sidelinks a:hover {
        color: #E1161C;
        text-decoration: none;
}
.search_td {
        padding: 5px;
}
.search_border {
        border: 1px solid #54549C;
        background-color: #FFFFFF;
        vertical-align: center;
}
.search_input {
        border: 1px solid #54549C;
        background-color: #FFFFFF;
        vertical-align: center;
        font-size: 12px;
        color: #54549C;
        padding: 2px;
        height: 20px;
}

.form_input {
        text-align: left;
        width:100%;
        border: 1px solid #54549C;
        /*background-color: #FFFFFF;*/
        vertical-align: center;
        font-size: 12px;
        color: #54549C;
        padding: 2px;
        height: 20px;
}

/*--- MENU ---*/

.menumain_bullet {
        text-align: right;
        padding-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
}
/* Mainlink */
.menumain_link {
        padding-left: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
}
.menumain_link a {
        color: #666666;
        text-decoration: none;
}
.menumain_link a:hover {
        color: #E1161C;
        text-decoration: none;
}
/* Mainlink ACTIVE*/
.menumain_link_active {
        padding-left: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
}
.menumain_link_active a {
        color: #666666;
        font-weight: bold;
        text-decoration: none;
}
.menumain_link_active a:hover {
        color: #E1161C;
        font-weight: bold;
        text-decoration: none;
}
/* Sublink */
.menusub_bullet {
        text-align: right;
        padding-right: 2px;
        padding-top: 3px;
        padding-bottom: 5px;
}

.menusub_link {
        padding-left: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
}
.menusub_link a {
        color: #54549C;
        text-decoration: none;
}
.menusub_link a:hover {
        color: #E1161C;
        text-decoration: none;
}
/* Sublink ACTIVE*/
.menusub_link_active {
        padding-left: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
}
.menusub_link_active a {
        color: #54549C;
        font-weight: bold;
        text-decoration: none;
}
.menusub_link_active a:hover {
        color: #E1161C;
        font-weight: bold;
        text-decoration: none;
}


/*--- CONTENT ---*/


.td_content {
        background-image: url(../images/navigation/logo_4_1.gif);
        background-repeat: no-repeat;
        background-position: left top;
        vertical-align: top;
        text-align: center;
}
.td_content_wdb {
        background-image: url(../images/navigation/logo_4_1.gif);
        background-repeat: no-repeat;
        background-position: left top;
        vertical-align: top;
        text-align: right;
}
.rubrik, input {
        text-align: right;
        font-size: 21px;
        color: #54549C;
        font-weight: bold;
}
.blocktitel_border {
        background-color: #F3F3F3;
        border-top: 1px dashed #C9C9C9;
        border-bottom: 1px dashed #C9C9C9;
}
.blocktitel_border_datum {
        background-image: url(../images/navigation/blocktitel_bg.gif);
        background-repeat: repeat-y;
        border-top: 1px dashed #C9C9C9;
        border-bottom: 1px dashed #C9C9C9;
}
.blocktitel_titel {
        padding: 3px;
        padding-left: 5px;
}
.blocktitel_titel a {
        color: #54549C;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
}
.blocktitel_datum {
        text-align: right;
        color: #666666;
        padding-right: 5px;
}

.fliesstext {
        padding: 20px;
        padding-bottom: 30px;
}

.liste {
        padding: 3px;
}
.liste p {
        margin-bottom: 3px;
}
.liste ul {
        margin: 0px;
        margin-left: 17px;
}


/*--- SIDEINFO ---*/


.sideinfo {
        padding-top: 24px;
        vertical-align: top;
}

.si_1 {                /* Titel, Bild, Text */
        margin-bottom: 20px;
}
.si_1_titel {
        border: 1px solid #CCCCCC;
        background-color: #F3F3F3;
        padding: 5px;
        color: #54549C;
        font-weight: bold;
}
.si_1_bild {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
}
.si_1_text {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
}

.si_2 {                /* Bild */
        margin-bottom: 20px;
}
.si_2_bild {
        border: 1px solid #CCCCCC;
}