/* Allgemeine CSS-Datei */
body {
    margin: 0; padding: 0;
    width: 100%;
    font-size: 10px; font-family: Verdana, Helvetica, sans-serif;
}

    #container_body {
        position: relative;
        width: 960px; height: auto;
        margin: 0 auto; padding: 0;
    }
    

img {
    border: none;
}

strong {
    font-weight: bold;
}

form {
    margin: 0px; padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,address,table,td, ul,ol,div,a {
    margin: 0; padding: 0;
    font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; font-style: normal;
}

a:link,
a:visited {
    color: #003B77;
    text-decoration: underline;
    font-weight: bold;
}

a:hover,
a:active,
a:focus {
    color: #003B77;
    text-decoration: none;
    font-weight: bold;
}



input,textarea {
    font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; font-style: normal;
}

div.cleaner {
    clear: both;
    height: 30px;
}

.blue,
#container_content .blue {
    color: #003B77 !important;
}

.grey,
#container_content .grey {
    color: #9C9D9D !important;
}

/****************************************/
/*Container*/
/****************************************/

#container_head {
    position: relative;
    height: 120px; width: 960px;
    background: url('/cms_images/dot.gif') repeat-x left 112px #ffffff;    
}

#container_image {
    position: relative;
    height: 100px; width: 960px;
    background: url('/cms_images/bg_image.jpg') no-repeat right top #003978; 
}

#container_navi {
    position: relative;
    height: 70px; width: 960px;
    background: url('/cms_images/dot.gif') repeat-x left 7px #ffffff;    
}

#container_content {
    position: relative;
    height: auto; width: 960px;
}

    #left {
        height: auto;
        width: 230px; height: auto; min-height: 100px;
        margin-right: 35px; padding-top: 25px;
        float: left;
    }
    
    #main {
        height: auto;
        width: 360px; height: auto; min-height: 100px;
        float: left;
    }
    
    #right {
        height: auto;
        width: 300px; height: auto; min-height: 100px;
        margin-left: 35px; padding-top: 25px;
        float: left;
    }
    
#container_foot {
    position: relative;
    height: 100px; width: 960px;
    background: url('/cms_images/bg_foot.gif') repeat-x left top #ffffff;    
}    


/****************************************/
/*Head*/
/****************************************/

#logo {
    position: absolute;
    left: 0; top: 15px;
}

#text-guntersblum {
    position: absolute;
    right: 0; top: 15px;
}

/****************************************/
/*Foot*/
/****************************************/
#container_foot p {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    padding-top: 13px;
}

    #container_foot p a:link,
    #container_foot p a:visited {
        color: #ffffff;
        text-decoration: none;
        font-size: 10px; font-weight: bold;
    }
    
    #container_foot p a:hover,
    #container_foot p a:active,
    #container_foot p a:focus {
        color: #ffffff;
        text-decoration: underline;
        font-size: 10px; font-weight: bold;
    }

/****************************************/
/*Navi*/
/****************************************/

#mainnavi {
    position: absolute;
    top: 15px; left: 0;
    list-style-type: none;
}

    #mainnavi li {
        float: left;
        padding: 12px 20px 2px 21px;
        background: url('/cms_images/dot.gif') repeat-y left top #ffffff;  
        position: relative;
    }
    
        #mainnavi li.li_first {
            padding-left: 0px;
            background-image: none;
        }
        
        #mainnavi li a:link,
        #mainnavi li a:visited {
            color: #000000;
            text-transform: uppercase; text-decoration: none;
            font-size: 11px; font-weight: normal;
        }
        
        #mainnavi li a:hover,
        #mainnavi li a:active,
        #mainnavi li a:focus {
            color: #003B77;
            text-transform: uppercase; text-decoration: none;
            font-size: 11px; font-weight: normal;
        }
        
        #mainnavi li.li_selected a {
            color: #003B77;
            text-transform: uppercase; text-decoration: none;
            font-size: 11px; font-weight: bold;
        }        
        
    #mainnavi li.li_selected ul {
        position: absolute;
        left: 20px; top: 35px;
        list-style-type: none;
        width: 400px;
    }
    
    #mainnavi li.li_first ul {
        position: absolute;
        left: 0px !important; top: 35px;
        list-style-type: none;
        width: 400px;
    }
    
        #mainnavi li.li_selected ul li {
            float: left;
            padding: 0 20px 0 0;
            background: #ffffff;   
        }
        
        #mainnavi li.li_selected ul li a:link,
        #mainnavi li.li_selected ul li a:visited {
            color: #000000;
            text-transform: uppercase; text-decoration: none;
            font-size: 10px; font-weight: normal;
        }
        
        #mainnavi li.li_selected ul li a:hover,
        #mainnavi li.li_selected ul li a:active,
        #mainnavi li.li_selected ul li a:focus {
            color: #003B77;
            text-transform: uppercase; text-decoration: none;
            font-size: 10px; font-weight: normal;
        }
        
        #mainnavi li.li_selected ul li.li_selected a {
            color: #003B77;
            text-transform: uppercase; text-decoration: none;
            font-size: 10px; font-weight: bold;
        }
        
       
/****************************************/
/*Content*/
/****************************************/

#container_content h1 {
    margin: 25px 0 15px 0;
    color: #003B77;
    line-height: 130%;
    font-size: 13px; font-weight: bold;
}

    #container_content #left h1 {
        margin-top: 0;
    }

#container_content h2 {
    margin: 15px 0 0;
    font-size: 11px; font-weight: bold;
    line-height: 130%;
    color: #003B77;
}

#container_content h3,
#container_content h4,
#container_content h5,
#container_content h6 {
    margin: 10px 0 0 0;
    text-transform: none;
    font-size: 10px; font-weight: bold;
    line-height: 130%;
    color: #003B77;
}



#container_content p,
#container_content address {
    margin:  0 0 15px 0;
    line-height: 130%;
    color: #000000;
    font-size: 10px;
}

#container_content ul,
#container_content ol {
    margin:  0 0 15px 20px;
    line-height: 130%;
    color: #000000;
    font-size: 10px;
}

    #container_content ul li,
    #container_content ol li {
        color: #000000;
        font-size: 10px;
    }

#container_content hr {
    margin: 0; padding: 0;
    height: 1px;
    border: none;
    background-color: #003B77; color: #003B77;
}

#right div.contentbox_3 div.contentbox_shared_content {
    background-color: #E7ECF2;
}


/* modul.event_teaser.php */

div.contentbox_eventteaser {
    background-color: #E7ECF2;
    margin: 0;
    padding: 0;
}

div.contentbox_eventteaser table tr td {
    padding: 5px 5px; 
    vertical-align: top;
}

div.contentbox_eventteaser table tr td.tbl_event_col1 {
    width: 77px;
}

    div.contentbox_eventteaser table tr td h3,
    div.contentbox_eventteaser table tr td p {
        margin: 0 !important;
        padding: 0 !important;
    }
    
        div.contentbox_eventteaser table tr td p a:link,
        div.contentbox_eventteaser table tr td p a:visited {
                color: #003B77;
                text-decoration: none !important;
                font-weight: normal !important;
        }
        
        div.contentbox_eventteaser table tr td p a:hover,
        div.contentbox_eventteaser table tr td p a:active,
        div.contentbox_eventteaser table tr td p a:focus {
                color: #003B77;
                text-decoration: underline !important;
                font-weight: normal !important;
        }
        
/* modul.event.php */

div.contentbox_event table tr td {
    padding: 5px 5px; 
    vertical-align: top;
}

div.contentbox_event table tr td.tbl_event_col1 {
    width: 120px;
}

    div.contentbox_event table tr td h3,
    div.contentbox_event table tr td p {
        margin: 0 !important;
        padding: 0 !important;
    }
    
        div.contentbox_event table tr td p a:link,
        div.contentbox_event table tr td p a:visited {
                color: #003B77;
                text-decoration: none !important;
                font-weight: normal !important;
        }
        
        div.contentbox_event table tr td p a:hover,
        div.contentbox_event table tr td p a:active,
        div.contentbox_event table tr td p a:focus {
                color: #003B77;
                text-decoration: underline !important;
                font-weight: normal !important;
        }        

/* modul.contact_form.php */
/************************************************/ 


div.contentbox_contactform div.div_input {
    margin-bottom: 10px;
}

div.contentbox_contactform label {
    color: #000000;
    font-size: 10px;
}

    div.contentbox_contactform label.label_input {
        display: block; float: left;
        width: 100px;
    }
    
    div.contentbox_contactform label.label_textarea {
        display: block; float: left;
        width: 100px;
        vertical-align: top;
    }
    
div.contentbox_contactform input {
    color: #000000; background-color: #ffffff;
    font-size: 10px;
    width: 250px;
    border: 1px solid #cccccc;
} 

    div.contentbox_contactform input.input_checkbox {
        width: auto;
        border: none;
        background: none;
        float: left;
        margin-right: 5px;
    }
    
    div.contentbox_contactform input.input_submit {
        border: 1px solid #cccccc;
        background: #ffffff; color: #003B77;
        margin-left: 100px;
        font-weight: bold;
    }

div.contentbox_contactform textarea {
    color: #000000; background-color: #ffffff;
    font-size: 10px;
    width: 250px;
    border: 1px solid #cccccc;
} 

div.contentbox_contactform div.div_input_error {
    border: 1px solid #ff0000;
    background: #fff0f0;
    width: 310px;
    padding: 0 20px;
    margin: 20px 0;
}

    div.contentbox_contactform div.div_input_error h3 {
        color: #ff0000 !important;
        margin-bottom: 0 !important;
    }
    
    div.contentbox_contactform div.div_input_error p {
        font-style: italic;
    }


div.contentbox_contactform label.label_error {
    color: #ff0000;
}

div.contentbox_contactform input.input_error, 
div.contentbox_contactform textarea.input_error {
    border: 1px solid #ff0000;
}      