/* Schlueter Systems Stylesheet 
 * 2009
 * 
 * typography: px/12=em
 * 
*/
/* GLOBAL RESET ------------------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;    
}
html { 
    background: url("/p/layout/tile-bg.gif"); 
}
body { 
    margin: 0;
    line-height: 1.5; 
    background: #fff; 
    background: url("/p/layout/tile-header.gif") repeat-x; 
    padding: 0 12px; 
    font-size: 75%; 
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6,span.subheadline,p.subheadline { 
    font-size: 1em; 
    color: #666; 
    font-weight: bold; 
    margin-bottom: .5em; 
    padding: 0.6em 0 0.6em 0; 
    line-height: 1.25; 
}   
h1 {     
    font-size: 1.417em;     
    font-weight: 400; 
}  
p { 
    margin: 0 .83em 0 0; 
    padding-bottom: 1.5em; 
}
    p.lead { 
        margin-bottom: .83em; 
        padding: 0;  
    }
    p.label { 
        clear: none; 
        float: left; 
    }
    p br{ 
        clear: none; 
    }
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
    width: 100%; 
    margin: 0 0 .83em 0;
    table-layout: fixed;  
    background: #f5f5f5; 
}
    table th { 
        border: .083em solid #b6b7b8; 
        font-size: 1em; 
        font-weight: bold; 
        padding: .4em 1em .4em 1em; 
        overflow: hidden;
    }
    table td { 
        border: .083em solid #b6b7b8; 
        font-size: 1em; 
        padding: .4em 1em .4em 1em; 
        overflow: hidden;
    }                     
    table caption { 
        padding: 0 .83em; 
        color: #fff; 
        background: #6e6f71; 
        font-weight: bold; 
        line-height: 2.5em; 
    }
    table.calendar  { 
        width: 100%; 
        border: none; 
        background: #fff; 
    }
        table.calendar fieldset { 
            clear: both; 
        }
        table.calendar caption { 
            display: none; 
        }
        table.calendar th { 
            padding: .1em 1em; 
            background: #ebebeb; 
            border: none; 
        }
        table.calendar th a {  
            color: #333; 
            text-decoration: none; 
            background: url("/p/layout/sort.gif") no-repeat right center;
            display: block; 
        }
        table.calendar th.event { 
            width: 50%; 
            border-right: .1em solid #fff; 
        }
        table.calendar th.place { 
            width: 25%; 
            border-right: .1em solid #fff; 
        }
        table.calendar th.time { 
            width: 25%; 
        }
        table.calendar td {
            border: none; 
            border-bottom: .083em solid #b6b7b8; 
            vertical-align: top; 
        }    
        table.calendar td.form { 
            margin: 0; 
            padding-top: .83em; 
            background: #f5f5f5; 
        }
            table.calendar td h1 { 
                float: left; 
                width: 24.4em; 
            }
            table.calendar td a.more { 
                float: left; 
            }        
        table.calendar tr#row01 { 
            border-bottom: .083em solid #b6b7b8; 
        }
fieldset { 
    border: 0; 
    padding: 1em 0; 
}
    fieldset p { 
        clear: both; 
        margin-top: .25em; 
        padding: 0 0 .83em 0; 
    }
textarea { 
    float: left; 
    width: 14.6em; 
    height: 7em; 
    margin-bottom: 1em; 
    padding: .2em; 
    overflow: auto; 
    font-size: 1em; 
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
legend { 
    margin: 0; 
    padding: 0; 
    font-weight: bold; 
    color: #666; 
}
label { 
    clear: both; 
    float: left; 
    margin-top: .25em; 
    margin-right: 1em; 
/*    width: 14.6em; */
    width: 12em;
}
    label.radio {
        float: none; 
        text-align: left; 
        width: auto; 
        margin-top: .25em;
        margin-left: 0.416667em; 
    }
    label.checkbox { 
        clear: none; 
        float: none; 
        text-align: left; 
        width: auto; margin-top: 0; 
        line-height: 2em; 
        padding: .1em 0 .5em 1.7em;
        margin: 0; color: #ff9519; 
        background-repeat: no-repeat; 
    }
    label.excel { 
        background-image: url("/p/layout/download_exel.gif"); 
    }
    label.word { 
        background-image: url("/p/layout/download_word.gif"); 
    }
    label.pdf { 
        background-image: url("/p/layout/download_pdf.gif"); 
    }
    label.file { 
        background-image: url("/p/layout/download_default.gif"); 
    }    
    label.jpg { 
        background-image: url("/p/layout/download_jpg.gif"); 
    }
    label.text{ 
        background-image: url("/p/layout/download_text.gif"); 
    }
    label.tif{ 
        background-image: url("/p/layout/download_tif.gif");
    }
    label.zip{ 
        background-image: url("/p/layout/download_zip.gif"); 
    }
    label.hidden{ 
        visibility: hidden; 
    }
    label.img{ 
        clear: none; 
        float: left; 
        width: 20em; 
    }    
    label br{ 
        clear: none; 
    }
input[type=text]{ 
    float: left; 
    width: 14.6em; 
    margin-top: .25em; 
    padding: .2em; 
    font-size: 1em; 
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
input[type=radio]{ 
    width: 1em; 
    height: 1em; 
    margin-top: .25em; 
}
input[type=checkbox]{ 
    clear: both; 
    float: left; 
    width: 1em; 
    /* margin: .25em .83em 0 0; */
}
input[type=submit]{ 
    width: 10em; 
    margin-top: .25em; 
}
input[type=image]{  
    margin-top: .25em; 
    margin-bottom: .333em;
} 
select{ 
    float: left; 
    width: auto;
    margin-top: .25em; 
    font-size: 1em;  
    color: #333; 
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
br{ 
    clear: both; 
}
caption, th, td{ 
    text-align: left; 
    font-weight: 400; 
}
abbr, acronym{ 
    border-bottom: .083em dotted #666; 
}
address{ 
    margin-top: .5em; 
    font-style: normal; 
}
strong{ 
    font-weight: bold; 
}
em{ 
    font-style: italic; 
}
sup, sub{ 
    font-size: 0.9em; 
    vertical-align: 0.1em;
}
h2 sup, p sup
{
    vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after
{ 
    content: ""; 
}
blockquote, q{ 
    quotes: "" ""; 
}
a, a:link, a:visited, a:hover, a:focus{ 
    text-decoration: none; 
    color: #ff9519;
}
a:focus{ 
    outline: 0 
}
a:focus, a:hover{ 
    text-decoration: underline; 
}
    a img{ 
        border: none; 
    }
    a.more, a:visited.more, a:focus.more, a:hover.more{ 
        line-height: 1.5em; /* 2.5em */
        padding: .1em 1.8em .5em 1.8em; 
        color: #ff9519; 
        background: url("/p/layout/more.gif") no-repeat 0 .1em; 
        display: block;
    }
    a:focus.more, a:hover.more{ 
        text-decoration: underline; 
        background: url("/p/layout/more-over.gif") no-repeat 0 .1em; 
    }
    a.more-low, a:visited.more-low, a:focus.more-low, a:hover.more-low{ 
        line-height: 1.5em; 
        display: block; 
        width: 15em;    
    }    
    a.foto-zoom, a:visited.foto-zoom, a:focus.foto-zoom, a:hover.foto-zoom{ 
        line-height: 1.5em; 
        padding: .1em 1.8em .5em 1.8em; 
        color: #ff9519; 
        background: url("/p/layout/foto-zoom.gif") no-repeat; 
    }
    a:focus.foto-zoom, a:hover.foto-zoom{ 
        text-decoration: underline; 
    }
    a.info, a:visited.info, a:focus.info, a:hover.info{ 
        line-height: 1.5em; 
        padding: .1em 1.8em .5em 1.8em;
        color: #ff9519; 
        background: url("/p/layout/info.gif") no-repeat; 
    }
    a:focus.info, a:hover.info{ 
        text-decoration: underline; 
        background: url("/p/layout/info-over.gif") no-repeat; 
    }
    a.book, a:visited.book, a:focus.book, a:hover.book{ 
        line-height: 1.5em; 
        padding: .1em 1.8em .5em 1.8em; 
        color: #ff9519; 
        background: url("/p/layout/book.gif") no-repeat; 
    }
    a:focus.book, a:hover.book{ 
        text-decoration: underline; 
        background: url("/p/layout/book-over.gif") no-repeat; 
    }
    a.close, a:visited.close, a:focus.close, a:hover.close{ 
        line-height: 1.5em;
        padding: .1em 1.8em .5em 1.8em; 
        color: #ff9519;
        background: url("/p/layout/close.gif") no-repeat; 
    }
    a:focus.close, a:hover.close{ 
        text-decoration: underline; 
        background: url("/p/layout/close-over.gif") no-repeat; 
    }
    a.delete, a:visited.delete, a:focus.delete, a:hover.delete{ 
        line-height: 1.5em; 
        padding: .1em 1.8em .5em 1.8em; 
        color: #ff9519; 
        background: url("/p/layout/delete.gif") no-repeat; 
    }
    a:focus.delete, a:hover.delete{ 
        text-decoration: underline; 
        background: url("/p/layout/delete-over.gif") no-repeat; 
    }
    a.zoom-icon{ 
        float:none; 
        clear:both; 
        display:block; 
        width: 1.416em; 
        height: 1.416em; 
        padding:0;
        margin:0;
        margin-left: 14em;  
        margin-bottom: 1em; 
    }
        
    a.zoom-icon-link{ 
        clear: both; 
        float: right;
        height: 1.416em; 
        padding-right: 1.5em;
        padding-bottom: 0.5em;
        margin: 0 1.35em 1em 0;
        background: url("/p/layout/zoom-mag.gif") right 0.125em no-repeat;
        text-align:right;
    }
    a.zoom-icon-link:hover{ 
        text-decoration: none; 
    }
ul li{ 
    list-style-type: none; 
    height: 1%; 
}
ol li{ 
    list-style-type: decimal; 
    margin-left: 1.5em; 
}
img{ 
    float: left; 
    margin-right: .83em; 
    border: .083em solid #cfcfcf; 
}
    img.noborder { 
        border: 0;
    }
    img.centerImage{
        display:block; 
        padding:0; 
        margin:auto; 
        border:0; 
        float:none;
    }
.hidden{ 
    display: none; 
}
.mir /*text replacement*/{ 
    letter-spacing: -1000em; 
    font-size: 1px; 
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing: normal; text-indent: -999em; overflow: hidden;}
/* End of hack */
div.vertical_container{ 
    background-color: #f5f5f5; 
}
.accordion_toggle{ 
    display: block; 
    height: 2.5em;
    margin: 0;
    padding: 0 .83em;
    color: #666; 
    font-size: 1em; 
    line-height: 2.5em; 
    background: url("/p/layout/accordion_toggle.jpg") no-repeat top right #fff; 
    text-decoration: none; 
    outline: none; 
    cursor: pointer;
    width: 21em; 
}
.accordion_toggle_active{ 
    padding: 0 .83em; 
    color: #666; 
    background: url("/p/layout/accordion_toggle_active.jpg") no-repeat top right #f5f5f5; 
}
.accordion_content{ 
    padding: 0 .83em; 
    background-color: #f5f5f5; 
    color: #666; 
    overflow: hidden; 
}
    .accordion_content div.download h2, 
    .accordion_content div.download p{ 
        margin: 0; 
        padding: 0; 
    }
    .accordion_content div.download{ 
        width: 20.5em; 
        margin: 0; 
    } 
    .accordion_content h2{ 
        color: #666; 
    }
/* PRINT HEADER------------------------------------------------------------------------------------------------ */
#printHeadImage    { 
    width: 100%; 
    text-align:center; 
    display:none; 
}
    #printHeadImage img{ 
        border: none; 
    }
/* CONTAINER------------------------------------------------------------------------------------------------ */
div#container{ 
    width: 81em; 
    margin: 0 auto; 
}
/* WRAPPER------------------------------------------------------------------------------------------------ */
div#outer-wrapper{ 
    width: 80.66em; 
    border-right: .167em solid #ecedef; 
    border-left: .167em solid #ecedef;  
    background: url("/p/layout/tile-wrapper.gif") repeat-x #fff; 
    clear: left; 
}
div#wrapper{ 
    float: left; 
    /*display: block;*/
}
/* HEADER------------------------------------------------------------------------------------------------ */
#header h1{  
    width: 957px; 
    height: 79px; 
    margin: 0; 
    background-image: url("/p/layout/schluter-systems-uk.png"); 
    background-repeat: no-repeat; 
}
    #header h1 a{ 
        display: block; 
        width: 478px; 
        height: 79px; 
    }
    #header h2
    {
        padding: 0;
    }
    #header select{ 
        float: right; 
        margin: 0 1em 0 0; 
        font-size: 1em; 
    }
    #header input#searchfield{ 
        width: 10.4em; 
        height: 1.2em;
        border: 0;
        display: block;
        margin: 0.166em .5em 0 0;
        float: left;
        padding: 0.166em; 
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: .9em;
        color: #333;
    }
    #header input#search
    { 
        float: left;
    }
    #header input[type=image]{ 
        margin: .1em 0 0 0; 
    }
    #header label{ 
        width: auto; 
        margin: .1em .5em 0 0; 
    }
    #header div#help-navigation{ 
        float: left;
        width: 80.66em; 
        padding-top: .2em; 
        border-right: .167em solid #fff; 
        border-left: .167em solid #fff; 
        line-height: 1.6em; 
        color: #fff; 
        background: #6e6f71; 
        /*display: block; */
    }
        #header div#help-navigation h2{ 
            float: left; 
            margin: 0 0 0 1em;
            color: #fff; 
            font-weight: 400;
            line-height: 1.8em; 
        }
    #header div#sitesearch{ 
        float: right;
        width: 20.9em;
    }
    
/*----- module: product-navigation*/        
    #header ul#product-navigation{ 
        padding-left: .083em; 
        width: 972px; 
    }
        #header ul#product-navigation li{ 
            float: left; 
            height: 37px; 
        }
            #header ul#product-navigation li a{ 
                display: block; 
                width: 139px; 
                height: 37px; 
                background: no-repeat 0 0; 
            }
                #header ul#product-navigation li#tab1 a{ 
                    background-image: url("/p/layout/Navi_produkte_uk.png"); 
                }
                #header ul#product-navigation li#tab2 a{ 
                    background-image: url("/p/layout/Navi_anwendung_uk.png"); 
                }
                #header ul#product-navigation li#tab3 a{ 
                    background-image: url("/p/layout/Navi_vorteile_uk.png"); 
                }
                #header ul#product-navigation li#tab4 a{ 
                    background-image: url("/p/layout/Navi_verpackung_uk.png"); 
                }
                #header ul#product-navigation li#tab5 a{ 
                    background-image: url("/p/layout/Navi_tab5_be_fr.png"); 
                }
                #header ul#product-navigation li#tab6{ 
                    width: 275px; 
                    background-image: url("/p/layout/KERDI-BOARD/Navi_tab6_de.png"); 
                }
                #header ul#product-navigation li#tab-blank{ 
                    width: 139px;
                    /* width: 140px;*/
                    margin-left: -1px; 
                    background-image: url("/p/layout/KERDI-BOARD/Navi_tab_blank.png"); 
                }
                #header ul#product-navigation li a:hover,
                #header ul#product-navigation li a:focus,
                #header ul#product-navigation li.current a{ 
                    background-position: 0 -37px; 
                    text-decoration: none;  
                }            
        #header ul#product-navigation select{ 
            width: 236px; 
            margin: 9px 17px 0 17px; 
            font-size: 12px; 
            line-height: 30px; 
        }
/*----- module: breadcrumb*/                
    #header ul.breadcrumb{ 
        float: left; 
        width:49.5em;
    }    
        #header ul.breadcrumb li{ 
            float: left; 
        }            
            #header ul.breadcrumb li a{ 
                padding-left: 1em; 
                line-height: 1.8em; 
                color: #fff; 
                background: url("/p/layout/breadcrumb.gif") no-repeat .3em .4em; 
                white-space: nowrap; 
            }
            #header ul.breadcrumb li#home a{ 
                padding-left: .5em; 
                background: none; 
                white-space: nowrap;
            }    
            #header ul.breadcrumb li.current a{ 
                font-weight: bold; 
                white-space: nowrap;
            }
/* NAVIGATION------------------------------------------------------------------------------------------------ */    
#navigation{
    float: left;
    width: 11.5em; 
    margin-left: -80.60em; 
    padding: 1.75em 0 3em 0; 
    overflow: hidden; 
}
    #navigation ul#main-navigation{ 
        font-size: .917em; 
        line-height: 1.4em; 
        font-weight: bold; 
        border-top: .083em solid #ebecef;
    }    
        #navigation ul#main-navigation li a, 
        #navigation ul#main-navigation li a:link{ 
            display: block; 
            width: 10.5em; 
            padding: .3em 2em .2em 1em; 
            color: #666; 
            border-bottom: .09em solid #ebecef; 
        }
        #navigation ul#main-navigation li a:hover, 
        #navigation ul#main-navigation li a:focus, 
        #navigation ul#main-navigation li.current a{
            color: #fff; 
            background-color: #ff9519; 
            text-decoration: none; 
        }
            #navigation ul#main-navigation li ul{ 
                display: none; 
            }
            #navigation ul#main-navigation li.current ul{ 
                display: block; 
            }
                #navigation ul#main-navigation li.current ul li a { 
                    color: #666; 
                    background-color: #e8e8e8; 
                    border-bottom: .083em solid #fff; 
                }
                #navigation ul#main-navigation li.current ul li.current a,
                #navigation ul#main-navigation li.current ul li a:hover,
                #navigation ul#main-navigation li.current ul li a:focus{ 
                    color: #ff9519; 
                    background-color: #e8e8e8; 
                    white-space: wrap; 
                    text-decoration: none;  
                }
    #navigation ul.meta-navigation{
        font-family: Arial, sans-serif; 
        margin-top: 1.75em; 
        font-size: .917em; 
        line-height: 1.4em;
        border-top: .083em solid #ebecef; 
    }
        #navigation ul.meta-navigation li a{ 
            display: block; 
            width: 10.6em; 
            padding: .3em 1em .2em 1em; 
            color: #666; 
            border-bottom: .083em solid #ebecef; 
        }
        #navigation ul.meta-navigation li a:hover,
        #navigation ul#main-navigation li a:focus,
        #navigation ul#main-navigation li.current a{ 
            color: #fff; 
            background-color: #ff9519; 
            text-decoration: none;  
        }
    
/* FOOTER------------------------------------------------------------------------------------------------ */
#footer{ 
    clear: left;
    width: 80.66em; 
    height: 7em;
}#footer a
    {
        color: black;
    }    
    #footer #footer-center
    {
        border-right: .167em solid #ecedef; 
        border-left: .167em solid #ecedef;
        width: 46.25em;    
        height:7em;    
        margin-left: 11.5em;
        float:left;
    }    
        #footer #footer-center div
        {
            border-top: .167em solid #ecedef; 
            border-bottom: .167em solid #ecedef;
            padding: 0.5em 0 0.5em 1em;
            height:1.5em;    
        }        
    #footer #footer-toolbox
    {
        border-top: .167em solid #ecedef; 
        border-bottom: .167em solid #ecedef;
        padding: 0.5em 0 0.5em 1em;
        float: right;
        width: 21.55em;    
        height:1.5em;    
    }    
    #footer div#printaddress{ 
        display: none; 
    }
    
/* CONTENT------------------------------------------------------------------------------------------------ */
#content{ 
    width: 46.25em; 
    margin: 0 22.5em 0 11.5em;    
    border-right: .167em solid #ecedef; 
    border-left: .167em solid #ecedef; 
    padding: 1.75em 0 3em 0;     
    overflow: hidden; 
    min-height:50em;
}
    /*#content h2
    {
        padding: 0 0.83em 0 0;
    }*/
    
/*----- module: content modul */    
    #content div.content-modul{
        float: left;
        clear: both;  
        width: 46.667em; 
        margin-bottom: .83em; 
        overflow: hidden;        
    }    
        #content div.content-modul div{  
            float: left; 
            padding: .83em .83em 0 .83em; 
        } 
            #content div.content-modul div div{  
                padding: 0; 
            }         
        /*#content div.content-modul ul li{ 
            padding-bottom: 0.8em;
        }*/        
        #content div.content-modul div.content-modul-fixwidth
        { 
            position:relative;  
            width: 44.6em; 
        }
        #content div.content-modul-fixwidth a.zoom
        { 
            position:absolute; 
            left: 8em; top: 8em; 
        }
        #container #content a.zoom img
        { 
            width: auto; 
            height: auto; 
        }
/* module: content modul unspecific */
    #content div.teaser-pressrelease,
    #content div.form,
    #content div.download,
    #content div.job-contact,
    #content div.contact-db{ 
        float: left; 
        background: #f5f5f5; 
        width: 45em; 
    }   
    #content div.content-modul div.detail-gallery,
    #content div.content-modul div.product-category-header,
    #content div.content-modul div.reference-header{ 
/*        width: 100%;*/
        width: 46.25em;
        padding: 0 0 .83em 0;  
        background: #f5f5f5;     
    }
    #content div.content-modul div.product-category-item,
    #content div.content-modul div.reference-item,
    #content div.contact.db{ 
        float: left; 
        /*        width: 100%;*/
        width: 46.25em;
        padding-bottom: .83em;
        background: #f5f5f5; 
    }

        #content div.content-modul div.product-category-item h2,
        #content div.content-modul div.reference-item h2
        {
            width: 44em;
        }

            #content div.content-modul div.product-category-item div.text-box h2
            {
                width: auto;
            }

    #content div.content-modul div.product-category-header img,
    #content div.content-modul div.reference-header img{ 
        width: 14.167em;  
    }    
    #content div.content-modul div.product-category-item img,
    #content div.content-modul div.teaser-pressrelease img,
    #content div.content-modul div.reference-item img{    
        margin:0.3em 1.5em 0 4em;
        width: 9.167em; 
        height: 9.167em;  
    }    
    #content div.content-modul div.product-category-header h1,
    #content div.content-modul div.reference-header h1{ 
        margin-top: .83em; 
        padding-left: .63em;
    } 
    #content div.content-modul div.product-category-header h2
    { 
        padding-left: .83em;
    } 
    #content div.content-modul div.product-category-header p,
    #content div.content-modul div.product-category-item p,
    #content div.content-modul div.reference-header p,
    #content div.content-modul div.reference-item p{ 
        padding-right: .83em; 
    }    
   /* #content div.content-modul div.product-category-item p.image-active,*/
    #content div.content-modul div.teaser-pressrelease p.image-active,
    #content div.content-modul div.reference-item p.image-active{ 
        width: 29em; 
        padding:0; 
        float:left; 
    } 
    #content div.content-modul div.product-category-item.image-active p
    {
        width: 29em; 
        padding:0; 
        float:left; 
    }
#content div.content-modul div.reference-header img{
    float:left;
margin-right:10px;
margin-bottom: 2px;    
}
#content div.content-modul div.reference-header p{
    margin-top: 0;
padding-top: .83em;
padding-left: .83em;
padding-right: .83em;
}


     #content div.content-modul div.reference-importer-images{
         margin-top:0.1em;
         background: #f5f5f5;
         width: 45.55em;
         padding-bottom: .5em;
        margin-left:0em;
        
    }
    

   #content div.content-modul div.reference-importer-images div.reference-importer-image {
        margin:.25em .25em .5em .25em; 
        display:table;
        height: 100px;
        width: 100px;
        vertical-align: middle; 
        text-align: center;
       /* border: 1px solid #CCCCCC;*/
        padding:0px;
    }
  

    #content div.content-modul div.reference-importer-images div.reference-importer-image div.reference-importer-wrapper {
        width:100%;
        display:table-cell;
        vertical-align:middle;
        position:relative;
        float:none;
    
    }
   #content div.content-modul div.reference-importer-images div.reference-importer-image div.reference-importer-wrapper img{
        float:none;
        margin-right:0px;
   }





/*----- module: product-category-item */
    #content div.product-category-item div.text-box{
        width: 30em;
        float: left;
    }    

    #content div.product-category-item div.image-box a.zoom img{
        clear:both;
        margin-left: 11.83em;
    } 
    
/*----- module: search-results */    
    #content div#search-results{
        width: 44em;
        margin-left: 1em;
    }    

/*----- module: new standard-content */
    #content div.standard-content
    {                
        clear: both;  
        width: 46.1em; 
        margin-bottom: .83em; 
        overflow: hidden; 
        position: relative;
    }    
        #content div.standard-content div.image-box
        {     
            width: 14.35em; 
            float:left;
        }
            #content div.standard-content div.image-box a.zoom-icon-link
            {
                margin:0;
            }                   
            #content div.standard-content div.image-box img.large-image
            {
                width:14.167em; 
                height:14.167em;
            }            
            #content div.standard-content div.image-box img.small-image
            {
                width:9.167em;
                height:9.167em;
                float: right;
                margin-right: 0;
            }            
            #content div.standard-content div.image-box div.image-box-caption
            {
                /*background-color: #E8E8E8;*/
                clear: both;
                padding-bottom: 0.5em;
            }            
                #content div.standard-content div.image-box div.image-box-caption p
                {
                    padding:0;
                    margin-left: 1.5em;
                    padding-top: 0.5em;
                    clear:right;
                    font-size: 0.9em;
                    line-height: 1.3em;
                }
        #content div.standard-content div.warning img
        {
            border-color: #FF9519;
        } 
        #content div.standard-content div.warning div.warning-icon
        {
            height:16px;
            width: 16px;
            left:13em;
            background:transparent url(/p/layout/danger.gif) no-repeat scroll 0 0;
            position:absolute;
            z-index:10;
        }                           
        #content div.standard-content div.text-box
        {
            float:left;
            margin-left: 1.5em;
            margin-right: 1.5em;
            overflow: hidden;    
                    
        }                        
            #content div.standard-content div.text-box.image-active
            {
                width: 28.3em;
            }
            #content div.teaser
            {
                margin-left: 1.5em;
                margin-right: 1.5em;
            }     
            #content div.standard-content div.text-box h2, #content div.teaser h2
            {
                padding-top:0;                
                font-size:1.417em;
                font-weight:400;
            }            
            #content div.standard-content div.text-box h3
            {
                padding-top:0;                    
            }            
            #content div.standard-content div.text-box h4
            {
                padding:0;        
                color: #666666;
                font-weight: normal;    
            }  
            #content div.standard-content div.text-box b, 
            #content div.standard-content div.text-box strong
            {
                color: #666666;
                font-weight: bold;  
            }          
            #content div.standard-content div.text-box ul li
            {
                background-image:url("/p/layout/point.jpg");
                background-repeat:no-repeat;
                padding-left:  1.67em; 
                margin-bottom: 1em;
            }
                #content div.standard-content div.text-box ul.links li
                {
                    background: none;
                    padding-left: 0;
                }

/*----- module: section drawing (shared) */
#content div.section-drawing
{
    clear: both;  
    margin-bottom: .83em; 
    overflow: hidden; 
} 
    #content div.section-drawing img
    {
        width: 24.167em;
        margin:0;
        float: left;
    }
    #content div.section-drawing h2
    {
        margin-top: 0.83em;
        color: #666666;
        margin-right: 0.83em;    
        margin-left: 1.5em;
        float:left;
        width: 19.4em;
    }    
    #content div.section-drawing li
    {
        list-style-type: none;
        margin: 0;
    }    
    #content div.section-drawing li.number1
    {
        background-image:  url("/p/layout/list-number01.png");            
    }    
    #content div.section-drawing li.number2
    {
        background-image:  url("/p/layout/list-number02.png");    
    }
    #content div.section-drawing li.number3
    {
        background-image:  url("/p/layout/list-number03.png"); 
    }
    #content div.section-drawing li.number4
    {
        background-image:  url("/p/layout/list-number04.png"); 
    }
    #content div.section-drawing li.number5
    {
        background-image:  url("/p/layout/list-number05.png"); 
    }
    #content div.section-drawing li.number6
    {
        background-image:  url("/p/layout/list-number06.png"); 
    }
    #content div.section-drawing li.number7
    {
        background-image:  url("/p/layout/list-number07.png"); 
    }
    #content div.section-drawing li.number8
    {
        background-image:  url("/p/layout/list-number08.png"); 
    }
    #content div.section-drawing li.number9
    {
        background-image:  url("/p/layout/list-number09.png"); 
    }
    #content div.section-drawing li.number10
    {
        background-image:  url("/p/layout/list-number10.png"); 
    }
    #content div.section-drawing li.number11
    {
        background-image:  url("/p/layout/list-number11.png"); 
    }
    #content div.section-drawing li.number12
    {
        background-image:  url("/p/layout/list-number12.png"); 
    }
    #content div.section-drawing li.number13
    {
        background-image:  url("/p/layout/list-number13.png"); 
    }
    #content div.section-drawing li.number14
    {
        background-image:  url("/p/layout/list-number14.png"); 
    }   
    #content div.section-drawing li.number15
    {
        background-image:  url("/p/layout/list-number15.png"); 
    }  
    #content div.section-drawing li.number16
    {
        background-image:  url("/p/layout/list-number16.png");            
    }    
    #content div.section-drawing li.number17
    {
        background-image:  url("/p/layout/list-number17.png");    
    }
    #content div.section-drawing li.number18
    {
        background-image:  url("/p/layout/list-number18.png"); 
    }
    #content div.section-drawing li.number19
    {
        background-image:  url("/p/layout/list-number19.png"); 
    }
    #content div.section-drawing li.number20
    {
        background-image:  url("/p/layout/list-number20.png"); 
    }
    #content div.section-drawing li.number21
    {
        background-image:  url("/p/layout/list-number21.png"); 
    }
    #content div.section-drawing li.number22
    {
        background-image:  url("/p/layout/list-number22.png"); 
    }
    #content div.section-drawing li.number23
    {
        background-image:  url("/p/layout/list-number23.png"); 
    }
    #content div.section-drawing li.number24
    {
        background-image:  url("/p/layout/list-number24.png"); 
    }
    #content div.section-drawing li.number25
    {
        background-image:  url("/p/layout/list-number25.png"); 
    }
    #content div.section-drawing li.number26
    {
        background-image:  url("/p/layout/list-number26.png"); 
    }
    #content div.section-drawing li.number27
    {
        background-image:  url("/p/layout/list-number27.png"); 
    }
    #content div.section-drawing li.number28
    {
        background-image:  url("/p/layout/list-number28.png"); 
    }
    #content div.section-drawing li.number29
    {
        background-image:  url("/p/layout/list-number29.png"); 
    }   
    #content div.section-drawing li.number30
    {
        background-image:  url("/p/layout/list-number30.png"); 
    }
        #content div.section-drawing ul li{
                background-image:url("/p/layout/point.jpg");
                background-repeat:no-repeat;
                padding-left:  1.67em; 
                margin-bottom: 1em;
            }

/*----- module: section drawing header */
#content div.section-drawing-header div
{
    clear: left;    
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding-top: 1.5em;
}
/*----- module: section drawing legend */
#content div.section-drawing-legend    
{
    background-color: #f5f5f5;
    padding-bottom: 1.5em;
/*    position: relative;*/
}        
    #content div.section-drawing-legend a.zoom-icon-link
    {
        /* position: absolute;
        top: 15em;
        padding-left: 1.83em;
        background: url("/p/layout/zoom-mag.gif") no-repeat; 
        left: 25em; */

        margin:0;
        float: left;
        text-align: none;
        background-position: left;
        padding: 0 0 0 1.83em;        
        position: relative;
        left: 25em;
        bottom: 1.83em;
    }    
    #content div.section-drawing-legend ol
    {
        clear:left;        
        width: 40em;
        margin-left: 1.5em;
        color: #FF9519;
        font-weight: bold;
        padding-top: 0.83em;                
    }    
        #content div.section-drawing-legend ol li
        {            
            padding-left: 1.7em;            
            background-repeat: no-repeat;
            background-position: 0 0.5em;
        }            
        #content div.section-drawing-legend ol h3
        {
            color: #333333;        
        }        
        #content div.section-drawing-legend ol div
        {
            font-weight: normal;
            color: #333333;
        }        
        #content div.section-drawing-legend ol ul li
        {
            padding:0;    
            margin: 0;    
            background-image: none;            
        }
        #content div.section-drawing-legend ol.column-a
        {
            float: left;
            width: 21em;
            display: block;
            padding:0;
            margin:0;
            
        }                
        #content div.section-drawing-legend ol.column-b
        {
            float: left;
            width: 21em;
            display: block;
            clear: none;
            padding:0;
            margin:0;
            
        }        
        #content div.section-drawing-legend div.columns
        {
            display: block;
            width: 43em;
            margin: 1.5em;
        }
          
/*----- module: copy - standatd text*/        
    #content div.copy{
        display:table;
        width: 45em;
    }
        #content div.copy ul{
            display: table;
            float: none;
            clear: both;
        }
        #content div.copy div.imgbox, 
        #content div.job div.imgbox{ 
            position: relative; 
            float: left;
            width: 16.667em; 
            margin: 0 1.4em 1em -.83em; 
            padding: 0; 
            background: #f5f5f5; 
        }        
            #content div.copy div.imgbox img, 
            #content div.job div.imgbox img{ 
                margin: 1em; 
                width:14.167em; 
                height:14.167em;
                float: none;
            }             
            #content div.copy div.imgbox h2, 
            #content div.job div.imgbox h2{ 
                width: 14.167em; 
                margin: 0 0 0 1em; 
                padding: 0; 
            }            
            #content div.copy div.imgbox p, 
            #content div.job div.imgbox p{ 
                width: 14.167em; 
                margin: 0 1em 1em 1em; 
                padding: 0; 
            }        
            /*#content div.copy div.StandardCTTextContent ul, 
            #content div.copy div.StandardCTTextContent ul li 
            { 
                list-style-position: outside; 
                list-style-type: disc; 
                margin-left:10px; 
                height:auto; 
            }*/
            #content div.copy ul li
            {
                background-image:url("/p/layout/point.jpg");
                background-repeat:no-repeat;
                padding-left:  1.67em;                
            }    
            #content div.copy ul.links li
            {
                background:none;                
                padding-left: 0;            
            }
            #content div.copy .floatfix 
            { 
                display:table; 
            }    
            #content div.copy div.imgbox a.zoom-icon img{ 
                width: 1.416em; 
                height: 1.416em; 
                margin: 0;
            }            
    
/*----- module: teaser topic */        
        #content div.content-modul div.teaser-topic{  
            float: left;
            width: 15.416em; 
            padding: 0; 
            border-right: .083em solid #fff; 
            overflow: hidden;
        }
        
/*----- module: form */  
    #container #content div.form{
        padding: 1.5em;
    }      
    #content div.form p{ 
        clear: both; 
    }
    #content div.form input.textfield, 
    #content div.form textarea.textfield{
        width: 20em;
        border: solid 1px #999999;    
    }
    #content div.form select.textfield{
        width: 20.5em;    
        border: solid 1px #999999;    
    }
    #content div.form input.required, 
    #content div.form select.required, 
    #content div.form textarea.required{
        background-color: #FFF2E5;    
    }
    #content div.form input.button{    
        /*margin-left: 14.5em;*/
        margin-left: 11em;
        margin-bottom: 2em;
        width: auto;
    }
    #content div.form hr{
        height: 1px;
        color:     #999999;    
        background-color: #999999;    
        border: 0;
        margin-bottom: 1em;        
    }
    #content div.form label.title-select{
        position: relative;
        top: -3px;
    }    
    #content div.form div.message{
        color: #ff9519; 
        font-weight: bold; 
        padding: 0 0 2em 0;
    }
    #content div.form fieldset div
    {
        width: 20em;
    }
    #content div.form div.fileupload
    {
        /* position: relative;
        left: -0.9em;
        top: -0.9em;
        width: 25em; */
    }
    
/*----- module: google maps */
    #content div#map-container{
        background-color: #f5f5f5;
    }
    #content div#map{ 
        float: none; 
        width: 44em;
        height: 26em; 
        padding: 0; 
        margin-bottom: 2.5em; 
        margin-top: 0.8em;    
    }
        #content div#map  div{
            float: none;
            width: auto;
            padding: 0;    
        }
    #content a#map-provider{ 
        padding: .1em 0 .2em 1.8em; 
        color: #c73c59; 
        background: url("/p/layout/google.gif") no-repeat; 
    }
        
/*----- module: international flash map */        
    #content div#map-results{
        background-color: #f5f5f5;
        margin-top: 1em;
    }
/*----- module: product-overview */            
    #content div.product-overview{ 
        padding: 0;
        background: #f5f5f5; 
        width: 45em;
    }
        #content div.product-overview h1, 
        #content div.product-overview h2{
            padding-left: 0;
        }
        #content div.product-overview div.column-a{ 
            width: 25.5em; 
            padding: 0 2em 0 0; 
            float: left; 
        }
        #content div.product-overview div.column-b{ 
            width: 10em; 
            padding: 0; 
            float: left;             
        }            
            #content div.product-overview div.column-b li{ 
                margin: 0;
                padding:0;
            }
            
/*----- module: detail-product */
    #content div.detail-product{ 
        padding-top: 3em; 
    }
        #content div.detail-product strong{ 
            color: #666;
        }
        #content div.detail-product h1{ 
            padding: 0 0 0 5.5em;  
        } 
        #content div.detail-product div.indent{ 
            width: 45em; 
            /*padding-left: 7.8em;*/ 
        } 
            #content div.detail-product div.download label{
                width: 30em;
            }    
            #content div.detail-product.marker-orange h1{
                background: url("/p/layout/marker-orange.gif") no-repeat;
            }
            #content div.detail-product.marker-blue h1 {
                background: url("/p/layout/marker-blue.gif") no-repeat;
            }
            #content div.detail-product.marker-dark-green h1 {
                background: url("/p/layout/marker-dark-green.gif") no-repeat;
            }
            #content div.detail-product.marker-beige h1 {
                background: url("/p/layout/marker-beige.gif") no-repeat;
            }
            #content div.detail-product.marker-green h1 {
                background: url("/p/layout/marker-green.gif") no-repeat;
            }
            #content div.detail-product.marker-grey h1 {
                background: url("/p/layout/marker-grey.gif") no-repeat;
            }
            #content div.detail-product.marker-dark-blue h1 {
                background: url("/p/layout/marker-dark-blue.gif") no-repeat;
            }
            #content div.detail-product.marker-yellow h1 {
                background: url("/p/layout/marker-yellow.gif") no-repeat;
            }
            #content div.detail-product.marker-purple h1 {
                background: url("/p/layout/marker-purple.gif") no-repeat; 
            }

                 #content div.detail-product div.indent .indent-text{
                    width: 36em;
                    padding-left: 7.8em;
                 }

                 #content div.detail-product div.indent .image-table{
                    width: 45em;
                 }

                 #content div.detail-product div.indent .image-table h2,
                 #content div.detail-product div.indent .image-table-text{
                    width: 36em;
                    padding-left: 7.8em;
                    float: none;
                 }

                 #content div.detail-product div.indent .image-table img{
                    display: block;
                    float: none;
                    margin: 0 auto; 
                }


        #content div.detail-product div.download,
        #content div.detail-product div.select{
            background-color: white;
        }
        #content div.detail-product .download{ 
            background-color: #ffffff; 
            padding-left: 0; 
            margin-left: 0; 
        }
        #content div.detail-product .content-modul{ 
            padding-left: 0; 
            margin-left: 0; 
        }    
        #content div.detail-product span.product{ 
            text-transform: uppercase; 
        }
        #content div.detail-product ul li {
            background-image:url("/p/layout/point.jpg");
            background-repeat:no-repeat;
            margin-bottom:1em;
            padding-left:1.67em;
        }
            #content div.detail-product ul.links li {
                background:transparent none repeat scroll 0 0;
                padding-left:0;
            }
        
/*----- module: download */        
    #content div.download{
        background-color: #f5f5f5;
        padding-left: 0.5em;
    }
        #content div.download label{ 
            display: block; 
            line-height: 1.5em;
            margin-bottom: -0.6em;
            margin-left: 2em;
            /*width: 40em;*/
            width: auto;
        }
        #content div.download h2{
            padding: 0;     
        }
        #content div.download div.select{ 
            float: left; 
            width: 44em; 
            height: 3.25em; 
            padding: .83em 0 0 0;
            /*border-top: .083em solid #fff; 
            background: #f5f5f5; */
            clear: both; 
        } 
            #content div.download div.select a
            {
                float:left;
            }
        #content div.download ul{ 
            width: 38em; 
            margin-bottom: .83em; 
        }
            #content div.download ul li { 
                background-image:none;
                clear:both;
                padding-left:0; 
            }
        #content div.download img{ 
            width: 5.833em; 
            height: 5.833em; 
        }    
/*----- module: contact-db*/
   /* #content div.contact-db div{ 
        float: left; 
        width: 16em; 
        padding-bottom: 2em; 
    }*/
    #content div.contact-db h2{ 
        padding-bottom: .83em; 
    }
    #content div.contact-db img{ 
        /*margin-bottom: 3em; */
        width: 9.167em; 
        height: 9.167em; 
        margin: 0 .83em 1.667em 5em; 
    }
    /*#content div.contact-db div.vertical_container{ 
        float: left; 
        width: 100%; 
        padding: 0; 
    }*/
    #content div.contact-db div.accordion_toggle{ 
        height: 2.5em;
        margin: 0; 
        padding: 0 2em;
        color: #666; 
        font-size: 1em; 
        line-height: 2.5em; 
        background: url("/p/layout/accordion_toggle.gif") no-repeat 0 .5em; 
        text-decoration: none; 
        outline: none; 
        cursor: pointer;
        display: block; 
    }
    #content div.contact-db div.accordion_toggle_active{ 
        background: url("/p/layout/accordion_toggle_active.gif") no-repeat 0 .5em; 
        color: #666; 
        padding: 0 2em; 
    }
    #content div.contact-db div.accordion_content{ 
        padding: 0; 
        overflow:hidden;
    }   
        #content div.contact-db div.accordion_content label.hidden { 
            display: none; 
        }
    /* mode postalcondecontact*/
    /*#content div.contact-db div.address-panel{    
        width: 25em;     
    }  
        #content div.contact-db div.address-panel div.accordionCompany{
            width: 25em;
        }
        #content div.accordionCompany, 
        #content div.accordionCompany div{ 
            padding: 0; 
        }*/
        
/*----- module: flash*/
    #content div.flash{
        width:auto;
        text-align: center; 
        clear:both;
        margin-bottom: 0.83em;
    }
        #content div.flash img{
            border: 0;
            padding: 0;
            margin:0;
        }
        #content div.flash object{    
            width: 46.25em; 
        }
        #content div.flash div
        {
            padding:0;
        }
        #content div.flash div.flash-text
        {
            padding: 0.5em;
        }
        #content div.flash div.product-category-item
        {
            clear:both;
        }
    
/*----- module: reference-header*/
    #content div.content-modul div.reference-header{ 
        float:left 
    }
        #content div.content-modul div.reference-header div.reference-text{
            /* float:right; */
            width:29.5em;
            float: left;
            margin-left: 0.83em;
        }
            #content div.content-modul div.reference-header div.reference-text h1{
                padding:0;
            }
            #content div.content-modul div.reference-text h2{
                /*margin-left:-0.83em; */
                padding:0;
            }
        #content div.content-modul div.reference-header div.imgbox{ 
            position: relative; 
            float: left;
            width: 15em;     
            padding: 0; 
            background: #f5f5f5;    
        }
            #content div.content-modul div.reference-header div.imgbox img{    
                width:14.167em; 
                height:14.167em;
                float:right;
            }
            #content div.content-modul div.reference-header div.imgbox a.zoom-icon-link{
                height: 1.6em;
                display: block;
                left: 0.6em;
                position: relative;
                clear:both;
            }
/*----- module: detail-gallery*/
    #content div.detail-gallery{ 
        position: relative; 
    }
        #content div.detail-gallery a{ 
            padding: .1em 1.8em .5em 1.8em;
            line-height: 2em;
            color: #ff9519; 
            background-repeat: no-repeat; 
        }        
        #content div.detail-gallery img{ 
            width: 24.167em; 
            height: 16.167em; 
        }
        #content div.detail-gallery ul{ 
            position: absolute; 
            bottom: .83em;
            left: 25em; 
        }
            #content div.detail-gallery ul  li#zoom a{ 
                background-image: url("/p/layout/zoom-mag.gif"); 
            }
                #content div.detail-gallery ul  li#zoom a:hover,
                #content div.detail-gallery ul  li#zoom a:focus{ 
                    background-image: url("/p/layout/zoom-mag-over.gif"); 
                }
            #content div.detail-gallery ul  li#cross-section a{ 
                background-image: url("/p/layout/cross-section.gif"); 
            }
                #content div.detail-gallery ul  li#cross-section a:hover,
                #content div.detail-gallery ul  li#cross-section a:focus{ 
                    background-image: url("/p/layout/cross-section-over.gif"); 
                }
            #content div.detail-gallery ul  li#sequence a{ 
                background-image: url("/p/layout/sequence.gif"); 
            }
                #content div.detail-gallery ul  li#sequence a:hover,
                #content div.detail-gallery ul  li#sequence a:focus{ 
                    background-image: url("/p/layout/sequence-over.gif");
                }
            #content div.detail-gallery ul  li#video a{ 
                background-image: url("/p/layout/video.gif"); 
            }
                #content div.detail-gallery ul  li#video a:hover,
                #content div.detail-gallery ul  li#video a:focus{ 
                    background-image: url("/p/layout/video-over.gif"); 
                }
            #content div.detail-gallery ul  li#image-sequence a{ 
                background-image: url("/p/layout/icon_tool_light.gif"); 
            }
                #content div.detail-gallery ul  li#image-sequence  a:hover,
                #content div.detail-gallery ul  li#image-sequence a:focus{ 
                    background-image: url("/p/layout/icon_tool_dark.gif"); 
                }
                
/*----- module: detail-navigation*/                    
    #content ul.detail-navigation{ 
        clear: both; 
        float: left; 
        width: 100%; 
        border-top: .083em solid #fff; margin-bottom: 1em; 
    }
        #content ul.detail-navigation li{ 
            float: left; 
            border-right: .083em solid #fff; 
            border-bottom: .083em solid #fff; 
            line-height: 2em; 
            padding: 0;
        }
            #content ul.detail-navigation li a, 
            #content ul.detail-navigation li a:visited{ 
                display: block; 
                width: 13.756em; 
                padding: 0 .83em;
                color: #fff; 
                background: #6e6f71; 
                font-weight: bold; 
            }
            #content ul.detail-navigation li a:hover, 
            #content ul.detail-navigation li a:focus, 
            #content ul.detail-navigation li.current a{ 
                color: #fff; 
                background-color: #ff9519; 
                text-decoration: none;  
            }                    
/*----- module: teaser-topic*/            
    #content div.teaser-topic h2{ 
        display: block; 
        margin: 0;
        padding: 0 .83em; 
        line-height: 2em; 
        color: #fff; 
        background: #6e6f71; 
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0.083333em solid white;
    }
        #content div.teaser-topic h2 a{
            color: #fff;
        }
    #content div.teaser-topic h3, 
    #content div.teaser-topic p{ 
        padding: 0 .83em; 
    }
    #content div.teaser-topic img{ 
        width: 15.25em; 
        height: 10.17em; 
        margin: 0 0 .83em 0; 
        border: 0.083em solid #CFCFCF;
    }
    
/*----- module: contact-search postalcode*/    
    #content div.content-modul div.contact-search{ 
        float: left; 
        width: 100%;
        padding: 1em .83em .83em .83em; 
        margin-bottom: .83em;  
        background: #f5f5f5; 
    }
        #content div.contact-search label{ 
            width: auto; 
            font-weight: bold; 
            color: #666; 
            margin: 0 .5em 0 0; 
        }
        #content div.contact-search input[type=text], 
        #content div.contact-search select{ 
            width: 6.667em; 
            margin: 0 .5em 0 0; 
            padding: 0; 
        }
        
            
/*----- module: sitemap*/
    #content div.site1{ 
        margin-left:15px; 
    }
    #content div.site2{ 
        margin-left:25px; 
    }
    
/* TOOLBOX------------------------------------------------------------------------------------------------ */
#toolbox{
    float: left;
    width: 22.5em; 
    margin-left: -22.5em; 
    padding: 0.83em 0 3em 0;
    overflow: hidden; 
}
/*----- module: download */
    #toolbox div.download ul{ 
        width: 20em;
        margin-bottom: .83em;         
    }
        #toolbox div.download ul li{ 
            clear: both;          
        }
    #toolbox div.download div.select{
        float: left; 
        width: 21em; 
        height: 3.25em; 
        padding: .83em 0 0 0;
        border-top: .083em solid #fff; 
        background: #f5f5f5; 
        clear: both;                
    }
    #toolbox div.download img{ 
        width: 5.833em; 
        height: 5.833em; 
    }
    #toolbox div.download label{ 
        margin-bottom: .83em; 
    }
/*----- module: searchbox glossary */    
    #toolbox div.searchbox{
        float:none;
        clear:both;
        overflow:auto;
        margin-top: 2em;
        height: 4em;
        background: none;
    }
        #toolbox div.searchbox input{
            width: 14em;
        }
        #toolbox div.searchbox a{
            margin: 1em 0 0 1em;
            line-height: 2.3em;
        }
        #toolbox div.searchbox button{
            border:0; 
            background-color:transparent; 
            color:#ff9519;
            padding-top: 0.3em;
            padding-left: 0.8em;
        }
        
/*----- module: teaser */        
    #toolbox div.teaser{ 
        float: left; 
        width: 20.84em; 
        padding: .83em; 
        border-bottom: .083em solid #ebecef; 
    }    
        #toolbox div.teaser h2{ 
            margin: 0; 
            padding: 0; 
        }
        #toolbox div.teaser img{
            border: 0.083em solid #CFCFCF;
            width: 5.833em; 
            height: 5.833em; 
        }
        #toolbox div.teaser .text-nofloat img, #content div.teaser .text-nofloat img {
            clear: left;
            margin-top: 5px;
            height: auto;
            width: auto;
        }
        #toolbox div.teaser p{ 
            margin: 0; 
            padding: 0; 
        }
        #toolbox div.teaser ul li{ 
            line-height: 2em; 
        }
        #toolbox div.teaser div.text-float{ 
            float:right; 
            width:14em; 
        }
        #toolbox div.teaser div.text-nofloat, #content div.teaser div.text-nofloat{ 
            width:auto;
        }
        #toolbox div.teaser div.info-icon{
            width: 2em;
            height: 2em;
            background: url("/p/layout/info_button.gif") no-repeat;
            margin-bottom: 0.83em;        
        }
        
/*----- module: teaser-accordion */            
    #toolbox div.teaser-accordion{ 
        float: left; 
        width: 22.5em; 
        padding: 0; 
        border-bottom: .083em solid #ebecef; 
        width: 24em;
    }
        #toolbox div.teaser-accordion p{ 
            padding: 0 .83em; 
        }
        #toolbox div.teaser-accordion fieldset{ 
            border: 0; 
            padding: .5em 0; 
        }
        #toolbox div.teaser-accordion label.hidden{ 
            display: none; 
        }

/*----- module: routeplaner */
    #toolbox div.routeplaner h2
    {
        margin-bottom: 1em;
    }
    #toolbox div.routeplaner select{
        width: 17em;
        clear: both;
    }
    
    #toolbox div.routeplaner input{
        width: 16em;
        clear: both;
    }
    #toolbox div.routeplaner a
    {
        margin-top: 1em;
        display: block;
    }

/* PRINT VIEW------------------------------------------------------------------------------------------------ */
@media print {
    html, body { 
        background-image: none; 
        }#header { 
        display: none; 
        }#navigation { 
        display: none; 
        }#toolbox { 
        display: none; 
        }div#outer-wrapper { 
        border: none; 
        background-image: none; 
        }div.flash { 
        display: none; 
        }#content { 
        padding-top: 0; 
        border: none; 
        }div#printlogo { 
        display: block; 
        }#printHeadImage     { width: 100%; text-align:center; display:block; margin-left: 12em;  }#printHeadImage img { border: none; }     
        #content { 
        overflow: visible; 
        } div.content-modul { 
         clear: both; 
         float: none; 
         } 
     #footer-center, #footer-toolbox{ 
         display:none; 
         } #footer div#printaddress { 
         display: block; margin-left: 12em; 
         }
}
/* LIGHTBOX------------------------------------------------------------------------------------------------ */
#lightbox{ 
    width: 100%; 
    left: 0; 
    text-align: center; 
    line-height: 0;
    position: absolute; 
    z-index: 100; 
    }#lightbox a img{ 
        border: none; 
        }
#outerImageContainer{ 
    width: 250px; 
    height: 250px; 
    margin: 0 auto; 
    background-color: #fff;
    position: relative;
    }
#imageContainer{
    clear: both; 
    padding: 10px; 
    }
#loading { 
    height: 25%; 
    width: 100%; 
    
    top: 40%; 
    left: 0%; 
    text-align: center; 
    line-height: 0;
    position: absolute;  
    background: url("/p/layout/loading.gif") no-repeat 50% 50%;
    }
    #loading a img{
        display: none;
        }
#hoverNav { 
    height: 100%; 
    width: 100%;  
    top: 0; 
    left: 0;
    z-index: 10; 
    }
#imageContainer>#hoverNav{ 
    left: 0;
    }#hoverNav a{ 
        outline: none;
        }
#prevLink, #nextLink{ 
    width: 49%; 
    height: 100%;
    background: transparent url("/p/layout/blank.gif") no-repeat; 
    display: block;
    }
#prevLink { 
    left: 0; 
    float: left;
    }    
#nextLink { 
    right: 0; 
    float: right;
    }
#prevLink, #prevLink:hover, #prevLink:visited:hover { 
    background: url("/p/layout/lightbox_left_en.png") left 15% no-repeat; 
    }
#nextLink, #nextLink:hover, #nextLink:visited:hover { 
    background: url("/p/layout/lightbox_right_en.png") right 15% no-repeat; 
    }
#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;    
    }
#imageData{    
    padding:0 10px; 
    color: #666; 
    }
#imageData #imageDetails{ 
    width: 100%; 
    float: left; 
    text-align: left; 
    background-color: #dddddd; 
    margin-top:0;
    margin-bottom: 1em;
    }
#imageData #imageDetails span{ 
    margin: 1em;
    display: block;
    }
#imageData #caption{ 
    font-weight: bold;    
    }
#imageData #numberDisplay{ 
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;    
    }            
#bottomNavClose{ 
    float: right; 
    }   
    a#bottomNavClose img
    {
        margin-right:0.3em;
    }     
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    }
#lightboxcontent img#lightboximage{ 
    border:0;
    }

/* ASP.NET------------------------------------------------------------------------------------------------ */
.ErrorMessage, 
.ErrorMessage li{ 
    color: #ff9519; 
}     
.alert { 
    float: left; 
    margin-left: .3em;
    color: #ff9519; 
    position: relative;
    top: .4em;
    width:13em;
}

/* POPUP WINDOW------------------------------------------------------------------------------------------------ */
#intro_popup_window table  td{
    border: 0;
    padding: 0;        
}
.top_draggable, .bottom_draggable {
  cursor:move;
}
.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
.wired_frame {
    display: block;
  position: absolute;
  border: 1px #000 dashed;
}
.dialog {
    display: block;
    position: absolute;
}
.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
    margin: 0px;
    padding:0px;
}
.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}
.dialog .title_window {
  -moz-user-select:none;
}                                                    
.overlay_alphacube {
    background-color: #85BBEF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.alphacube_nw {
  background: transparent url('/p/layout/popup-left-top.gif') no-repeat 0 0;
  width:10px;
  height:25px;
}
.alphacube_n {
  background: transparent url('/p/layout/popup-top-middle.gif') repeat-x 0 0;            
  height:25px;
}
.alphacube_ne {
  background: transparent url('/p/layout/popup-right-top.gif') no-repeat 0 0;    
  width:10px;      
  height:25px;
}
.alphacube_w {
  background: transparent url('/p/layout/popup-frame-left.gif') repeat-y top left;            
  width:7px;
}
.alphacube_e {
  background: transparent url('/p/layout/popup-frame-right.gif') repeat-y top right;            
  width:7px;      
}
.alphacube_sw {
  background: transparent url('/p/layout/popup-bottom-left-c.gif') no-repeat 0 0;            
  width:7px;
  height:7px;
}
.alphacube_s {
  background: transparent url('/p/layout/popup-bottom-middle.gif') repeat-x 0 0;            
  height:7px;
}
.alphacube_se, .alphacube_sizer  {
  background: transparent url('/p/layout/popup-bottom-right-c.gif') no-repeat 0 0;        
  width:7px;
  height:7px;
}
.alphacube_sizer {
    cursor:se-resize;    
}
.alphacube_close {
    width: 23px;
    height: 23px;
    background: transparent url('/p/layout/popup-button-close-focus.png') no-repeat 0 0;            
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}
.alphacube_title {
    float:left;
    height:14px;
    font-size:14px;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#123456;
}
.alphacube_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
    background:#FDFDFD;
}
.alphacube_message {
  font: 12px arial;
    text-align:center;
    width:100%;
    padding-bottom:10px;
}
.alphacube_buttons {
    text-align:center;
    width:100%;
}
.alphacube_buttons input {
    width:20%;
    margin:10px;
}
.alphacube_wired_frame {
    background: #FFF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;    
}

/* PostalCodeContactControl ------------------------------------------------------------------------------------------------ */
div.contact-db div.address-panel
{
    padding:0;
    margin:0;
    width: 28em;
}
div.contact-db div.address-panel div
{
    padding:0;
    margin:0;
}
div.contact-db div.address-panel div.vertical_container div
{       
    width: 33em;
}
div.contact-db div.address-panel div.vertical_container div div
{
    width: 27em;    
}
div.contact-db div.address-panel div.vertical_container div div div
{
    width: 25.5em;
    overflow: hidden;
}
div.contact-db input,
div.contact-db textarea
{
    width: 24em;
}
div.contact-db #contact-db-firstname,
div.contact-db #contact-db-lastname,
div.contact-db #contact-db-postcode,
div.contact-db #contact-db-city
{
    float: left;
    padding:0;
    margin:0;
}
div.contact-db #contact-db-firstname,
div.contact-db #contact-db-lastname
{
    width: 12em;
}
div.contact-db #contact-db-firstname
{
    margin-right: 1em;    
}
    div.contact-db #contact-db-firstname input,
    div.contact-db #contact-db-lastname input
    {
        width: 11em;    
    }
div.contact-db #contact-db-postcode
{
    width: 8em;
    margin-right: 1em;    
}
    div.contact-db #contact-db-postcode input
    {
        width: 7em;    
    }

div.contact-db #contact-db-city
{
    width: 16em;
}
    
    div.contact-db #contact-db-city input
    {
        width: 15em;    
    }
div.contact-db .contact-db-sendbutton
{
    width: auto;    
}
    



/* CUSTOM FORM ------------------------------------------------------------------------------------------------ */
/* base form */
.xe_form
{
    padding:0.83em 0.83em 0;
    width:44.7em;
    background-color: #F5F5F5;
    position: relative;    
    padding-bottom: 2em;
}
    /* general settings */
    .xe_form div.xe_form_input,
    .xe_form div.xe_form_textarea,
    .xe_form div.xe_form_select,
    .xe_form div.xe_form_radio,
    .xe_form div.xe_form_check,
    .xe_form div.xe_form_upload
    {        
        /*width: 44.5em;        
        clear: both;        
        padding: 0.5em 0;*/
        clear:both;
        overflow:auto;
        padding:2px 0;
        position:relative;
        width:44.5em;
    }
    
        .xe_form div.xe_form_input input,
        .xe_form div.xe_form_textarea textarea,
        .xe_form div.xe_form_select select
        {
            border:1px solid #999999;
        }
        
        .xe_form div.xe_form_required input,
        .xe_form div.xe_form_required textarea,
        .xe_form div.xe_form_required select
        {
            background-color: #FFF2E5;    
        }
        
        .xe_form div.xe_form_input input,
        .xe_form div.xe_form_textarea textarea
        {            
            width:20em;    
            margin-bottom: auto;
        }
                
                                    
    /* selection */
    .xe_form div.xe_form_select
    {}
    
        .xe_form div.xe_form_select select
        {            
            width:20.5em;    
        }
            
    /* radiobuttons */
    .xe_form div.xe_form_radio,
    .xe_form div.xe_form_check
    {    
        height: auto;
        padding: 0.5em 0;
        overflow: auto;
    }    
    
        .xe_form div.xe_form_radio span,
        .xe_form div.xe_form_check span
        {
            width: 10.2em;
            clear: both;
            display: block;
            float: left;
            margin-right: 1em;
            margin-top: 0.25em;                
        }
        
        .xe_form div.xe_form_required div.xe_form_item input
        {
            background-color: Transparent;    
        }
        
        /* radiobuttons - vertical */
        .xe_form div.xe_form_radio.xe_layout_vertical div.xe_form_item,
        .xe_form div.xe_form_check.xe_layout_vertical div.xe_form_item
        {
            float: right;    
            width: 33.3em;           
            clear: right;                   
        }
        
        .xe_form div.xe_form_radio.xe_layout_vertical div.xe_form_item input
        {
            position:relative;
            right: 0.3em;            
        }
                                
            .xe_form div.xe_form_radio.xe_layout_vertical div.xe_form_item label,
            .xe_form div.xe_form_check.xe_layout_vertical div.xe_form_item label
            {
                float: none;
                position: relative;
                top: -0.3em;         
            }
            
            .xe_form div.xe_form_radio div.xe_form_item input,
            .xe_form div.xe_form_check div.xe_form_item input
            {
                float: none;                
            }
        
        /* radiobuttons - horizontal */
        .xe_form div.xe_form_radio.xe_layout_horizontal div.xe_form_item,
        .xe_form div.xe_form_check.xe_layout_horizontal div.xe_form_item
        {        
            float: left;
            position: relative;
            margin-right: 0.5em;
            margin-left: 0.3em;
        }
                        
            .xe_form div.xe_form_radio.xe_layout_horizontal div.xe_form_item input,
            .xe_form div.xe_form_check.xe_layout_horizontal div.xe_form_item input
            {
                vertical-align: middle;
                margin: 0px;
            }

            .xe_form div.xe_form_radio.xe_layout_horizontal div.xe_form_item label,
            .xe_form div.xe_form_check.xe_layout_horizontal div.xe_form_item label
            {
                width: auto;
                float:none;
                margin:0 0.5em 0 0.5em;          
                vertical-align: middle;
                clear: none;                
            }
                            
        
            .xe_form div.xe_form_radio span.xe_form_error,
            .xe_form div.xe_form_check span.xe_form_error
            {
                clear: both;
                margin-left: 15.5em;
                margin-top: -0.4em;    
            }
        
        
        /* upload */    
        .xe_form div.xe_form_upload
        {
            padding-bottom: 1em;
        }
            
            .xe_form div.xe_form_upload input.xe_form_upload_button
            {
                width: auto;
                display:block;
                margin-left:9.1em;
                color: #ff9519;
                text-decoration: underline;
                border: 0;
                background: none;
                cursor: pointer;
            }

            .xe_form div.xe_form_upload .xe_form_upload_panel
            {
                display: block;
                margin-left: 11em;
                margin-top: 2em;
            }
            
            .xe_form div.xe_form_upload .xe_form_upload_remove
            {
                display: block;                            
            }

    .xe_form .xe_form_content
    {
        clear:both;
        padding: 1em 0 0.5em 0;
    }
        
    
    /* send button */
    .xe_form .xe_form_submit
    {
        border: 0;
        background-color: transparent;
        background-image: url('/p/layout/submit_en.gif');
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 9.7em;        
        text-indent: -1000em;
        display: block;
        width: 7em;
        height: 1.5em;
        margin-bottom: 2em;
        cursor: pointer;
        clear: both;
        position: relative;
        top: 1em;
        
        color: transparent; /*both needed to hide text in ie7*/
        text-transform: capitalize;
        
    }
    /* error message */
    .xe_form .xe_form_error
    {
        color:#FF9519;        
        position:relative;
        /*        top:0.3em;   */     
        clear:right;
        display: block;
        width: 12.2em;
        float: right;
        margin-top:0.3em;        
    }
    /* error summary */
    .xe_form .xe_form_error_sum
    {            
        overflow: auto;
        padding: 0em 0 1em 0;
    }
    
        .xe_form div.xe_form_error_sum span.xe_form_error
        {
            display: block;    
            float: none;
            clear: both;
            margin-left: 16em;
        } 

    .xe_form_success
    {    
        margin: 1em;
    }

    

/* System Partner */
#toolbox div.toolbox-login {
    border-bottom: 0.083em solid #EBECEF;
    float: left;
    padding: 0.83em 0.83em 0;
    width: 20.84em;
}
#toolbox div.toolbox-login table, #content div.content-login table {
    border: none;
    background: none;
}
    
    #toolbox div.toolbox-login table td {
        padding: 0;
        border: none;
    }
    
    #toolbox div.toolbox-login div.text-input {
        float: left;
    }
    
        #toolbox div.toolbox-login div.text-input input{
            float: left;
            width: 150px;
        }
    
    #toolbox div.toolbox-login h2 {
        margin: 0;
        padding: 0;
    }
    
    #toolbox div.toolbox-login .login-right {
        float: left;
        width: 168px;
    }
    
input[type="password"] {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 1em;
    margin-top: 0.25em;
    padding: 0.2em;
    width: 14.6em;
}
#content div.content-login, #content div.content-input-form {
    background: #F5F5F5;
}
#content div.content-input-form  {
    padding: 0.83em 1.49em;
}
    #content div.content-login table td {
        border: none;
        padding: 15px 60px;
    }
    
    #content div.content-login div.text-input input {
        float: none;
        width: 255px;
    }
    
    #content div.content-input-form div.text-input select
    {
        float: none;
        width: auto;
        margin-bottom: 3px;
    }
    
    #content div.content-input-form div.text-input input
    {
        float: none;
        width: 200px;
        margin-bottom: 3px;
    }
    
    #content div.content-input-form div.text-input label {
        width: 230px;
    }
    .txb-label  {
        display: inline-block;
        width: 240px;
        margin-bottom: 8px;
    }
    
    #content .content-login a, .toolbox-login .login-right a, #content .login-button {
        margin: 5px 0 0 1px;
        background: url("/p/layout/more.gif") no-repeat left center;
        border: none;
        color: #FF9519;
        text-align: left;
        padding: .1em 0 0 2em;
        width: auto;
        display: inline-block;
    }
    #content .content-login a:hover, .toolbox-login .login-right a:hover, #content .login-button:hover {
        background: url("/p/layout/more-over.gif") no-repeat left center;
        text-decoration: underline;
        cursor: pointer;
    }
    
    #content .login-error, #toolbox .login-error {
        color: red;
        display: block;
        margin: 10px 0;
    }
    
    #overlay-mail {
        z-index: 10000;
        filter: alpha(opacity=70); /*older IE*/
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
        -moz-opacity: .70; /*older Mozilla*/
        -khtml-opacity: 0.7;   /*older Safari*/
        opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/
        background-color:#000000;
        position:fixed; top:0px; left:0px; width:100%; height:100%; color:#ffffff; text-align:center; vertical-align:middle;
    }
    
    div.mailbox {
        top: 0;
        left: 0;
        position: fixed;
        z-index: 11000;
        width: 100%;
    }
        div.mailbox div.mailbox-center {
            width: 500px;
            margin: 200px auto 0;
            background-color:#fff;
            padding: 5px;
        }
        
        div.mailbox div.mailbox-center p {
            color: #333333;
        }
        
        div.mailbox div.mailbox-center .register-button {
            background: url("/p/layout/more.gif") no-repeat left center;
            border: none;
            color: #FF9519;
            text-align: left;
            padding: .1em 0 0 1.6em;
            width: auto;
        }
        
        div.mailbox div.mailbox-center .register-button:hover {
            background: url("/p/layout/more-over.gif") no-repeat left center;
            text-decoration: underline;
            cursor: pointer;
        }
        
.m-bottom {
    margin-bottom: 17px;
}
    .m-bottom p {
        font-style: italic;
    }

p.error {
    color: #ff0000;
    margin-top: 5px;
    padding: 0px;
}
.new-pw {
    margin: 5px 0 0 1px;
    padding-bottom: 0px !important;
}
img.login-img {
    float: left;
}

.collections-infobox {
    background: url("/p/layout/bg_trapeze-xxl.gif") no-repeat;
    padding: 0.83em;
}
    .collections-infobox h2 {
        padding: 0 !important;
        margin: 0 0 1em;
    }
    .collections-infobox p {
        color: #FFF;
        line-height: 1;
        padding: 0;
        padding: 0 0 0.35em;
    }
        .collections-infobox span.infonumber {
            font-size: 4em;
            font-weight: bold;
        }
        .collections-infobox span.infoitem {
            font-size: 2.5em;
            font-weight: bold;
        }
        .collections-infobox p.date {
            margin-top: 2px !important;
        }

    
/* End System Partner */

/*----- neu Partnerprogramm -----*/
/*----- module: partner login */    
#content div.content-login table td {
    border: 0 none;
}
#content div.content-login .text-input {
    overflow: hidden;
    margin-bottom: 0.5em;
}
#content div.content-login .text-input input {
    width: 385px;
}
#content div.content-login input.login-button, #content div.content-login a{
    margin-left: 155px;
}
#content div.content-login input.login-button {
    background: transparent url("/p/layout/more.gif") no-repeat 0 0.1em;
    border: 0 none;
    color: #FF9519;
    cursor: pointer;
    text-align: left;
    padding: 0.1em 1.3em 0;
}
/*----- module: partnerprogamm*/
#content div.content-modul div.fullimage-box  img {
    margin: 0;
}
#content div.content-modul div.programm {
    background: #FFF;
}
#content div.content-modul div.programm ul li {
    list-style-type: disc !important;
    margin-left: 15px;
}
#content div.standard-content div.collections-item {
    background: #F5F5F5;
    overflow: hidden;
    padding: 8px 0;
}
    #content div.standard-content div.collections-item h3 {
        margin: 0;
        padding: 0.6em 0 0;
    }
    #content div.standard-content div.collections-item ul li  {
        list-style-type: disc !important;
        background: none !important;
        margin-left: 15px;
        margin-bottom: 0;
        padding-left: 0;
    }
#content div.standard-content div.collections-item .text-box {
    position: relative;
}
    #content div.standard-content div.collections-item .collections-box {
        position: absolute;
        top: 0;
        right: -20px;
        width: 200px;
    }
        div.collections-box  h3, div.collections-box ul li {
            float: left;
        }
        #content div.standard-content div.collections-item div.collections-box  h3 {
            background: url("/p/layout/bg_trapeze.gif"); 
            color: #FFF;
            font-size: 1.417em;
            font-weight: bold;
            text-align: center;
            height: 32px;
            width: 63px;
            padding: 10px 0 0;
        }
    #content div.standard-content div.collections-item div.collections-box ul li {
        list-style: none !important; 
    }
        .collections-box ul li {
            margin-left: 5px !important;
        }
        .collections-box ul li.productname {
            color: #666;
            font-size: 1.417em;
            font-weight: bold;
        }
#content div.standard-content div.text-box ol li {
    margin-bottom: 1em;
}
#content div.standard-content div.programm ul li {
    margin-bottom: 1em;
    padding-left: 0;
}
/*----- ende neu Partnerprogramm -----*/
