/* Allgemeine CSS-Datei */
body {
    margin: 0; padding: 0 0 20px;
    width: 100%;
    font-size: 10px; font-family: 'Trebuchet MS', Helvetica, sans-serif;
    background: #ffffff;
}


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: 'Trebuchet MS', Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal;
}

input,textarea {
    font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal;
}

div.cleaner {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/************************************
/* CONTAINER
/***********************************/

#container_outer_tophead {
    position: relative;
    width: 100%; height: 140px;
    background: url('../cms_images/bg_outer_tophead.jpg') left top repeat-x;
}

    #container_tophead {
        position: relative;
        width: 960px; height: 140px;
        margin: 0 auto;
        background: url('../cms_images/bg_tophead.jpg') left top no-repeat;
    }

        div.tophead_start {
            background: url('../cms_images/bg_tophead_start.jpg') left top no-repeat !important;
        }

#container_outer_head {
    position: relative;
    width: 100%; height: 272px;
    background: url('../cms_images/bg_head.jpg') left bottom repeat-x #ffffff;
}

    #container_head {
        position: relative;
        width: 960px; height: 272px;
        margin: 0 auto;
    }

        div.head_start {
            background: url('../cms_images/bg_head_start.jpg') left top no-repeat;
        }


#container_outer_content {
    position: relative;
    width: 100%; height: auto;
    background: url('../cms_images/bg_content.jpg') left top repeat-x #333333;
}

    #container_content {
        position: relative;
        width: 960px; min-height: 160px;
        margin: 0 auto; padding: 50px 0;
    }


#container_outer_foot {
    position: relative;
    width: 100%; height: 120px;
    background: url('../cms_images/bg_foot.jpg') left top repeat-x;
}

    #container_foot {
        position: relative;
        width: 960px; height: 90px;
        margin: 0 auto; padding: 30px 0 0 0;
    }


/************************************
/* TOP_HEAD
/***********************************/

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

#topnavi {
    position: absolute;
    top: 45px; right: 70px;
    list-style-type: none;

}

    #topnavi li {
        float: left;
        padding-left: 20px;
    }

        #topnavi li a:link,
        #topnavi li a:visited {
            display: block;
            padding: 0 3px 10px;
            border: none;
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
        }

        #topnavi li a:hover,
        #topnavi li a:active,
        #topnavi li a:focus,
        #topnavi li.li_selected a {
            display: block;
            padding: 0 3px 10px;
            border-bottom: 2px solid #FFC488;
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
        }

/************************************
/* HEAD
/***********************************/

/* template.start.php */
#head_content_start {
    position: absolute;
    top: 50px; left: 560px;
    width: 400px; height: 210px;
    overflow: hidden;
}

    #head_content_start h1 {
        font-size: 24px;
        color: #000000;
        text-transform: uppercase;
        margin: 40px 0 0 0;
    }

    #head_content_start h2 {
        font-size: 24px;
        color: #666666;
        margin: 0 0 0 50px;
    }

/* Templatebild template.standard.php */

#container_siteimage {
    position: absolute;
    top: 0px; left: 350px;
    width: 580px; height: 265px;
    /*background: green;*/
    overflow: hidden;
}


/************************************
/* FOOT
/***********************************/

#foot1,
#foot3 {
    width: 259px; height: 60px;
    float: left;
    padding: 0 30px;
    color: #666666;
}

#foot2 {
    width: 259px; height: 60px;
    float: left;
    padding: 0 30px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #666666;
}

    #foot2 span {
        display: block;
        float: left;
        width: 100px;
    }

#container_foot a:link,
#container_foot a:visited {
    color: #666666;
    text-decoration: underline;
}

#container_foot a:hover,
#container_foot a:active,
#container_foot a:focus {
    color: #FFC488;
    text-decoration: underline;
}




/************************************
/* CONTENT
/***********************************/


/*subnavi*/
#subnavi {
    margin: 50px 0 20px !important;
    list-style-type: none;
}

    #subnavi li {
        margin: 10px 0 !important;
    }

        #subnavi li a:link,
        #subnavi li a:visited {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
        }

        #subnavi li a:hover,
        #subnavi li a:active,
        #subnavi li a:focus,
        #subnavi li.li_selected a {
            color: #FFC488;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
        }

    #subnavi li.li_selected ul {
        margin: 10px 0 10px 20px !important;
        list-style-type: none;
    }

        #subnavi li.li_selected ul li {
            margin: 10px 0 !important;
        }

            #subnavi li.li_selected ul li a:link,
            #subnavi li.li_selected ul li a:visited {
                color: #ffffff;
                text-decoration: none;
                font-size: 14px;
                text-transform: uppercase;
            }

            #subnavi li.li_selected ul li a:hover,
            #subnavi li.li_selected ul li a:active,
            #subnavi li.li_selected ul li a:focus,
            #subnavi li.li_selected ul li.li_selected a {
                color: #FFC488;
                text-decoration: none;
                font-size: 14px;
                text-transform: uppercase;
            }




#start1,
#start3 {
    width: 259px; height: 250px;
    float: left;
    padding: 0 30px;
}

#start2 {
    width: 259px; height: 250px;
    float: left;
    padding: 0 30px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

#standard1 {
    width: 259px; height: auto;
    float: left;
    padding: 0 30px;
}

#standard2 {
    border-left: 1px solid #666666;
    width: 578px; height: auto;
    float: left;
    padding: 0 30px 30px;
}


#container_content h1 {
    margin: 40px 0 20px 0;
    font-size: 20px;
    color: #FFC488;
    line-height: 130%;
    text-transform: uppercase;
}

    #start1 h1 {
        margin: 20px 0 10px 0;
    }

    #start2 h1,
    #start3 h1 {
        margin: 20px 0 20px 0;
    }

#container_content h2 {
    margin: 30px 0 10px 0;
    font-size: 16px;
    color: #FFC488;
    line-height: 130%;
}

#container_content h3,
#container_content h4,
#container_content h5,
#container_content h6 {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 130%;
}

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

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

#container_content table tr td {
    vertical-align: top;
    font-size: 12px;
    color: #ffffff;
    line-height: 130%;
}

#container_content hr {
    border: none;
    height: 1px;
    color: #FFC488;
    background-color: #FFC488;
    clear:both;
    margin-bottom: 30px;
}

#container_content a:link,
#container_content a:visited {
    color: #FFC488;
    text-decoration: none;
    font-size: 14px;
}

#container_content a:hover,
#container_content a:active,
#container_content a:focus {
    color: #FFC488;
    text-decoration: underline;
    font-size: 14px;
}

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


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

div.contentbox_contactform label {
    color: #ffffff;
    font-size: 14px;
}

    div.contentbox_contactform label.label_input {
        display: block; float: left;
        width: 150px;
    }

    div.contentbox_contactform label.label_textarea {
        display: block; float: left;
        width: 150px;
        vertical-align: top;
    }

div.contentbox_contactform input {
    color: #000000; background-color: #ffffff;
    font-size: 14px;
    width: 300px;
    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: none;
        background: #FFC488; color: #ffffff;
        margin-left: 150px;
        font-weight: bold;
    }

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

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

div.contentbox_contactform div.div_input_success {
    border: 1px solid green;
    background: #fff0f0;
    width: 410px;
    padding: 0 20px;
    margin: 20px 0;
    color: #000000;
}

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

    div.contentbox_contactform div.div_input_error li {
        color: #000000;

    }

    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;
}

/* class.front_user.php / #loginform / template.start.php */
/************************************************/

    #container_content #loginform p.loginform_info {
        color: #ffffff;
        font-size: 12px;
    }

    #container_content #loginform p.loginform_link_back {
        text-align: right;
        margin-top: 10px;
        width: 250px;

    }

    #container_content #loginform div.div_input {
        margin-bottom: 5px;
    }

        #container_content #loginform label.label_input {
            color: #ffffff;
            font-size: 12px;
            text-align: left;
            margin-right: 0px;
            display: block;
        }


        #container_content #loginform input {
            color: #ffffff; background-color: #333333;
            font-size: 12px;
            width: 250px;
            border: 1px solid #cccccc;
        }

            #container_content #loginform input.input_submit {
                border: none;
                background: none;
                color: #ffffff;
                font-size: 12px;
                text-align: right;
                width: auto;
            }


    #container_content #loginform div.div_input_error {
        font-size: 12px;
        border: 1px solid #ff0000;
        background: #fff0f0;
        padding: 2px 0; margin: 0;
        width: 250px; text-align: center;
    }

        #container_content #loginform div.div_input_error h3 {
            font-size: 12px;
            color: #ff0000 !important;
            margin: 5px 0 !important;
        }

#container_content #loginnavi {
    margin: 0; padding: 0;
    list-style-type: none;
}

/* class.front_user.php / #loginform / template.standard.php */
/************************************************/

#container_head #loginform {
    position: absolute;
    top: 0; left: 0;
    width: 259px; height: 250px;
    padding: 0 30px;
}

    #container_head #loginform h1 {
        margin: 20px 0 10px 0;
        font-size: 20px;
        color: #000000;
        line-height: 130%;
        text-transform: uppercase;
    }


    #container_head #loginform p.loginform_info {
        color: #666666;
        font-size: 12px;
    }

    #container_head #loginform p.loginform_link_back {
        text-align: right;
        margin-top: 10px;
        width: 250px;

    }

    #container_head #loginform div.div_input {
        margin-bottom: 5px;
    }

        #container_head #loginform label.label_input {
            color: #666666;
            font-size: 12px;
            text-align: left;
            margin-right: 0px;
            display: block;
        }


        #container_head #loginform input {
            color: #000000; background-color: #ffffff;
            font-size: 12px;
            width: 250px;
            border: 1px solid #666666;
        }

            #container_head #loginform input.input_submit {
                border: none;
                background: none;
                color: #000000;
                font-size: 12px;
                text-align: right;
                width: auto;
            }


    #container_head #loginform div.div_input_error {
        border: 1px solid #ff0000;
        background: #fff0f0;
        padding: 2px 0; margin: 0;
        width: 250px; text-align: center;
    }

        #container_head #loginform div.div_input_error h3 {
            color: #ff0000 !important;
            margin-bottom: 0 !important;
        }

#container_head #loginnavi {
    margin: 0; padding: 0;
    list-style-type: none;
}

#container_head a:link,
#container_head a:visited {
    color: #666666;
    text-decoration: none;
}

#container_head a:hover,
#container_head a:active,
#container_head a:focus {
    color: #000000;
    text-decoration: underline;
}

/* class.front_user.php / #userinfo / template.start.php*/
/************************************************/

#container_content #userinfo {
    color: #ffffff;
}

    #container_content #userinfo strong {
        font-weight: bold;
        color: #ffffff;
    }

/* class.front_user.php / #userinfo / template.standard.php*/
/************************************************/

#container_head #userinfo {
    position: absolute;
    top: 0; left: 0;
    width: 259px; height: 250px;
    padding: 0 30px;
    color: #666666;
}

    #container_head #userinfo h1 {
        margin: 20px 0 10px 0;
        font-size: 20px;
        color: #000000;
        line-height: 130%;
        text-transform: uppercase;
    }


    #container_head #userinfo strong {
        font-weight: bold;
        color: #000000;
    }


.bild_oben_links {
    margin: 0px 10px 10px 0px;
    float: left;
}

#hitlistentabelle {
    width: 100%;
}

#hitlistentabelle th {
    background: #FFD3A8;
    padding: 3px;
    color: #333;
    text-align:left;
}
#hitlistentabelle td {
    padding: 3px;
}
#hitlistentabelle th.right {
    text-align:right;
}


