@charset "UTF-8";
/* CSS Document für einzelne Objekte in der linken Spalte */


body {
        margin: 0px;
        font-family: Arial, sans-serif;
        }


/* Container generell (left_ container_menu.html und left_ container_form.html) */

#left_container {
                width: 155px;
                }


.left_top {
        width: 155px;
        height: 32px;
        background-image: url(img/left/submenu_titel_back.jpg);
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
                text-align: center;
        }

.left_bottom {
        width: 155px;
        height: 7px;
        background-image: url(img/left/submenu_bottom_back.jpg);
        background-repeat: no-repeat;
        }



/* Inhaltsbereich eines Containers mit Menu (left_ container_menu.html) */

.left_content_menu 
{
        display:block;
        width: 141px; 
        /*height: 17px; */
        background-color: #FFFFFF;
        color: Black;
        font-size: 11px; 
        font-weight: bold; 
        padding:2px 7px 2px 7px;
        }

.left_content_menu:link {
        background-color: #FFFFFF;
        color: Black;
        }

.left_content_menu:visited {      
        background-color: #FFFFFF;
        color: Black;
        }

.left_content_menu:hover {
        background-color:#FF6600;
        color:#FFFFFF;
        }

.left_content_menu:active {
        }

/* wenn Menupunkt ausgewählt: */

.left_content_subtitle {
                width: 155px;
                height: 17px;
                background-color: #FF7300;
                font-size: 11px;
        font-weight: bold;
        padding-left: 7px;
                padding-right: 7px;
                }

.left_content_subtitle a:link {
        color: #FFFFFF;
        text-decoration: none;
        }

.left_content_subtitle a:visited {
        color: #FFFFFF;
        text-decoration: none;
        }

.left_content_subtitle a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        }

.left_content_subtitle a:active {
        color: #FFFFFF;
        text-decoration: underline;
        }


/* Untermenu */

.left_content_submenu {
                width: 155px;
                font-size: 10px;
        font-weight: bold;
        color: #5478A8;
                padding-left: 5px;
                background-image: url(img/left/submenu_content_back.jpg);
        background-repeat: repeat;
        }

.left_content_submenu ul {
                margin-top: 0px;
                margin-bottom: 0px;
                padding-left: 23px;
                padding-right: 7px;
                }

.left_content_submenu li {
                list-style-type: square;
                padding-top: 3px;
                }

.left_content_submenu a:link {
        color: #5478A8;
        text-decoration: none;
        }

.left_content_submenu a:visited {
        color: #5478A8;
        text-decoration: none;
        }

.left_content_submenu a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        }

.left_content_submenu a:active {
        color: #FFFFFF;
        text-decoration: underline;
        }



/* Inhaltsbereich eines Containers mit Suchformular (left_ container_form.html) */

#left_content_form {
                width: 155px;
                background-image: url(img/left/submenu_content_back.jpg);
        background-repeat: repeat;
                vertical-align: top;
        }

.left_content_form_pulldown {
                width: 154px;
                height: 22px;
                margin-top: 10px;
                font-size: 12px;
        color: #000000;
                }

.left_content_form_searchbutton {
        width: 68px;
        height: 18px;
        margin-top: 10px;
                margin-left: 86px;
                margin-bottom: 5px;
        background-color: #FFFFFF;
                border: 0px;
        background-image: url(img/buttons/button_suchen_2.png);
        background-repeat: no-repeat;
        }



/* Werbebanner links (left_banner.html) */

#left_banner {
                width: 120px;
                height: 538px;
                margin-left: 18px;
                text-align: center;
                }
