/*  ==========================================================================================================  */
/*      KONZ Steuertipps
/*      Version: 4.0
/*      Author: Ingo Blenke // blenke(at)id-on(dot)de
/*      Author URI: www.id-on.de // www.gorilla-concept.de
/*  ==========================================================================================================  */

/*  ==========  Contents  ==========    */
/*
        01. Resets           06. Links                      11. Slider
        02. Generic          07. Buttons                    12. Shop
        03. Structure        08. Tables                     13. Tipps-Overview
        04. Navigation       09. Boxes                      14. Tipps Single Category
        05. Forms            10. Teaser-Content (Stages)


/*  ==========================================================================================================  */
/*                                             1. Resets
/*  ==========================================================================================================  */

/*  meyer-reset with minor changes */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    font-weight:inherit;
    font-style:inherit;
    font-family:inherit;
}
textarea, input {
    font-weight:inherit; /* IE will ignore inherits here */
    font-style:inherit;
    font-family:inherit;
}
:focus {outline:0;} /* remember to define focus styles! */

body {line-height:100%;}

ol, ul {list-style:none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse:separate;
    border-spacing:0;
}
caption, th, td {
    text-align:left;
    font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* if graphic buttons are used */
button {
    margin:0;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
    overflow:visible; /* IE */
    white-space:nowrap; /* IE */
}

/*  ==========================================================================================================  */
/*                                             2. Generic
/*  ==========================================================================================================  */

body {
    color:#222;
    font-size:13px;
   /* background:#fff url(../graphx/img_konz/body_bg.png) repeat-x 0 0; */
    font-family:'helvetica', 'arial', sans-serif;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {clear:both;}

a {
    color:#ae0000;
    text-decoration:none;
}
a:hover, a:focus {text-decoration:underline;}

p {
    font-size:13px;
    line-height:130%;
    margin:0 0 8px;
}
code {
    font-family:monospace;
    font-size:125%;
}
abbr {
    border-bottom:1px dotted #ccc;
    cursor:help;
}
hr {
    height:0;
    border:0;
    border-top:1px dotted #ccc;
    margin:24px 0;
}
.noflash, .noscript {
    background:#eee url(../graphx/img_konz/error.png) no-repeat 8px center;
    padding:4px 8px 4px 40px;
    border:2px solid #ccc;
}
q, p em {font-style:italic;}

ul.standard {
    list-style:disc;
    padding:0 0 0 20px;
    margin:8px 0;
}
    .standard li {
        margin:0 0 4px;
        line-height:120%;
    }
ol.standard {
    list-style:decimal;
    margin:0 0 0 20px;
}

    /*  --- Headlines ----------------------------------------------------------------------------------------------  */

    h1, h2, h3, h4, h5, h6 {font:bold 100%/120% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;}

    h1, h2 {
        font-size:18px;
        margin:8px 0 16px;
    }

/*  ==========================================================================================================  */
/*                                             3. Structure
/*  ==========================================================================================================  */

#wrapper {
    width:1000px;
    margin:0 auto;
    background:#fff url(../graphx/img_konz/wrapper_bg.png) no-repeat 0 144px;
    min-height:500px;
}
    #header {
        height:112px;
        padding:0 20px;
        background:url(../graphx/img_konz/header_bg.jpg) no-repeat left top;
        position:relative;
    }
    #nav {
        height:32px;
        padding:0 20px;
        background:url(../graphx/img_konz/nav_bg.png) no-repeat left top;
    }
    #teaser-content {
        width:960px;
        padding:0 20px;
        background:url(../graphx/img_konz/teaser_content_bg.png) no-repeat left top;
    }
        #teaser-content .inner-wrap {
            border-bottom:1px solid #ccc;
            min-height:275px;
            background:url(../graphx/img_konz/stage_inner_bg.png) repeat-x left 18px;
        }
    #content-wrapper {
        width:960px;
        padding:18px 20px 0;
        min-height:400px;
    }
        #content {
            float:left;
            width:635px;
            padding-right:15px;
            min-height:200px;
        }
        #secondary-content {
            float:left;
            width:310px;
            min-height:200px;
        }
    #footer {
        margin-top:50px;
        height:100px;
        background:#eee url(../graphx/img_konz/footer_bg.png) repeat-x left top;
    }

/*  ==========================================================================================================  */
/*                                             4. Navigation
/*  ==========================================================================================================  */

    /*  --- Skip Nav ----------------------------------------------------------------------------------------------  */

    #skip-nav {
        float:left;
        margin-left:20px;
    }
        #skip-nav li {
            float:left;
            position:relative;
            width:120px;
            height:20px;
        }
        #skip-nav a {
            position:absolute;
            top:0;
            left:-9999px;
            color:#222;
            padding:4px 8px;
        }
        #skip-nav a:focus {
            left:0;
            background:#fff;
        }

    /*  --- NAV ----------------------------------------------------------------------------------------------  */

    /* LEVEL 1 */
    ul#nav {font:13px/32px 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;}

        #nav li {
            float:left;
            border-right:1px solid #222;
            position:relative;
            padding:1px 0;
        }
        #nav > li:first-child {border-left:1px solid #222;}

            #nav a {
                display:block;
                line-height:30px;
                padding:0 20px;
                color:#fff;
                background:url(../graphx/img_konz/nav_link_bg.png) repeat-x left top;
                text-decoration:none;
            }
            #nav a:hover, #nav a:focus, #nav > li:hover > a {background-position:left bottom;}

            /* LEVEL 2 */
            #nav ul {
                position:absolute;
                left:-10000px;
                top:32px;
                width:24em;
                padding:5px 10px;
                border:1px solid #ccc;
                border-width:0 1px 1px;
                background:#eee;
                z-index:100;
            }
            #nav ul li {
                float:none;
                border:0;
                padding:0;
                border-top:1px dotted #666;
            }
            #nav ul li:first-child {border:0;}

                #nav ul a {
                    color:#555;
                    line-height:120%;
                    padding:4px 10px;
                    background:transparent;
                }
                #nav ul a:hover, #nav ul a:focus {
                    background:#fff;
                    color:#000;
                }
        #nav li:hover ul, #nav li:focus ul,
        /* What about keyboard navigation? */
        #nav ul.keyboard-active {left:-1px;}

        li#steuerberater {
            float:right;
            border-left:1px solid #222;
        }
            #steuerberater a {
                background-position:left -30px;
                text-transform:uppercase;
            }

    /*  --- Meta Nav ----------------------------------------------------------------------------------------------  */

    #meta-nav {
        float:right;
        margin:5px 0 0;
        font-size:12px;
        padding:0 10px 5px 0;
        background:url(../graphx/img_konz/metanav_bg.png) repeat-x left bottom;
    }
        #meta-nav li {
            float:left;
            margin-left:10px;
        }
        #meta-nav li:first-child {margin:0;}

            #meta-nav a {
                color:#fff;
                padding-left:20px;
                background:url(../graphx/img_konz/icons_sprite.png) no-repeat left -53px;
            }
            #meta-nav .cart {
                padding-left:45px;
                background-position:left -93px;
            }

    /*  --- BreadCrumbPath ----------------------------------------------------------------------------------------------  */

    #bcp {
        padding:0 30px 0 40px;
        font-size:11px;
        height:30px;
        color:#999;
    }
    #bcp p, #bcp ol, #bcp li {float:left;}

        #bcp p {
            font-size:inherit;
            margin:0;
            line-height:30px;
        }
        #bcp ol {
            margin-left:10px;
            line-height:30px;
        }
            #bcp li {
                margin-right:5px;
                padding-left:23px;
                background:url(../graphx/img_konz/icons_sprite.png) no-repeat left -205px;
            }
            #bcp li:first-child {
                padding:0;
                background:transparent;
            }
            #bcp a {color:#999;}

/*  ==========================================================================================================  */
/*                                             5. Forms
/*  ==========================================================================================================  */

form {
    
}
    fieldset {
    
    }
        legend {
    
        }
        form ul {
            
        }
            form li {
                
            }
                label {
                    
                }
                input[type=text], textarea {
                    
                }
                input:focus, textarea:focus {
                    
                }
                select {
                    
                }

    /*  --- Errors ----------------------------------------------------------------------------------------------  */

    .error {
        border:1px solid #d00;
        background:#fcc;
    }
    .error-msg {
        border:2px solid #d00;
    /*    background:#fcc url(../graphx/img_konz/error_icon.png) no-repeat 10px center;*/
        padding:10px 10px 10px 40px;
        margin:10px 0;
    }


/*  ==========================================================================================================  */
/*                                             6. Links
/*  ==========================================================================================================  */

ul.more {
    margin:8px 0 0;
    clear:both;
}
    .more li {margin:5px 0 0 0;}
    .more li:first-child {margin:0;}

        .more a, a.more, a.back-link {
            padding-left:20px;
            background:url(../graphx/img_konz/icons_sprite.png) no-repeat left -13px;
        }
        a.back-link {background-position:left -413px;}

    .link-list li {border-top:1px dotted #ccc;}
    .link-list li:first-child {border:0;}

    .link-list a {
        color:#222;
        padding:3px 0;
        display:block;
        line-height:120%;
    }
    .link-list a:hover, .link-list a:focus {
        text-decoration:none;
        background:#f8f8f8;
        color:#ae0000;
    }

/*  ==========================================================================================================  */
/*                                             7. Buttons
/*  ==========================================================================================================  */

button strong, .button {
    display:inline-block;
    height:30px;
    padding-left:24px;
    font-size:13px;
    background:url(../graphx/img_konz/button_sprite.png) no-repeat left top;
}
    button span, .button span {
        display:block;
        height:100%;
        line-height:30px;
        color:#fff;
        padding-right:12px;
        background:url(../graphx/img_konz/button_sprite.png) no-repeat right -120px;
    }
    button:hover strong, button:focus strong,
    .button:hover, .button:focus {
        text-decoration:none;
        background-position:0 -60px;
    }
    button:hover span, button:focus span,
    .button:hover span, .button:focus span {
        background-position:right -150px;
    }
.cart strong, a.cart {
    background-position:0 -30px;
    padding-left:55px;
}
.cart:hover strong, .cart:focus strong, a.cart:hover, a.cart:focus {background-position:0 -90px;}

.teaser-button {
    background:url(../graphx/img_konz/teaser_btn_sprite.png) no-repeat right -55px;
    padding-right:55px;
    display:inline-block;
    height:55px;
}
    .teaser-button span {
        display:block;
        height:55px;
        background:url(../graphx/img_konz/teaser_btn_sprite.png) no-repeat left top;
        padding:0 5px 0 25px;
        color:#fff;
        font-weight:bold;
        line-height:50px;
    }
.teaser-button:hover, .teaser-button:focus {
    text-decoration:none;
    background-position:right bottom;
}
.teaser-button:hover span, .teaser-button:focus span {background-position:left -110px;}

/*  ==========================================================================================================  */
/*                                             8. Tables
/*  ==========================================================================================================  */

table {
    width:100%;
    margin:8px 0;
}
    th, td {
        padding:6px 10px;
        border:1px dotted #ccc;
        border-width:0 0 1px 1px;
        color:#666;
    }
    tr:hover td {
        color:#222;
        background:#f8f8f8;
    }
    th:first-child, td:first-child {border-left:0;}

    thead th {
        background:#eee;
        text-transform:uppercase;
        color:#222;
    }

/*  ==========================================================================================================  */
/*                                             9. Boxes
/*  ==========================================================================================================  */

/*  --- Generic ----------------------------------------------------------------------------------------------  */

.fullsize {
    float:left;
    width:960px;
    margin:0 0 20px;
}
.module {margin-bottom:20px;}

.twin-box .module {
    width:310px;
    float:left;
}
.twin-box .module + .module {margin-left:11px;}

    .twin-box .module-content {height:218px;}

    .twin-box .small-slider {width:306px;}

    .twin-box .module + .small-slider {margin-left:15px;}

    .primary {background:#eee;}

    .module h2, .konz-tv h2, .tip-cat-body .module h3 {
        margin:0;
        font-size:16px;
        padding:6px 10px;
        border-bottom:1px dotted #999;
        background:#eee;
    }
    body .icon, body .icon-small {
        position:relative;
        margin-top:40px;
        padding-left:75px;
    }
    body .icon-small {
        margin:0;
        padding-left:45px;
    }
        .icon span, .icon-small span {
            position:absolute;
            left:5px;
            bottom:0;
            width:59px;
            height:64px;
            background-image:url(../graphx/img_konz/product_icons_l_sprite.png);
            background-repeat:no-repeat;
        }
        .steuerprofi .icon span {background-position:0 0;}
        .konz48 .icon span      {background-position:0 -64px;}

        .icon-small span {
            width:32px;
            height:35px;
            background-image:url(../graphx/img_konz/product_icons_s_sprite.png);
            background-repeat:no-repeat;
        }
        .steuerprofi .icon-small span {background-position:0 0;}
        .konz48      .icon-small span {background-position:0 -35px;}
        .advantages  .icon-small span {background-position:0 -70px;}

    .module-content {
        padding:10px;
        border:1px solid #ccc;
        border-top:0;
    }
        .module-content h3, .tv-content h3 {
            font-size:14px;
            margin:8px 0;
        }
    .primary .module-content {border:0;}

    .imagebox {padding-top:120px;}

    .clean h2 {
        padding-left:0;
        background:transparent;
    }
    .clean .module-content {
        border:0;
        padding:10px 0;
    }

/*  --- Steurtipp-Teaser ----------------------------------------------------------------------------------------------  */

#tiplist li {float:left;}
#tiplist ul li {float:none;}

.steuertipp-teaser {
    float:left;
    width:308px;
    margin:0 0 0 15px;
    border:1px solid #ccc;
}
    li:first-child .steuertipp-teaser {margin-left:0;}

    .steuertipp-teaser strong {
        margin:8px 10px 0;
        text-transform:uppercase;
        display:block;
    }
    .steuertipp-teaser h2 {
        margin:0 10px 8px;
        font-size:16px;
    }
        .steuertipp-teaser h2 a {color:#222;}

    .steuertipp-teaser div {
        padding:120px 10px 10px;
        border-top:1px dotted #ccc;
    }
        .steuertipp-teaser h3 {
            color:#ae0000;
            font-size:14px;
            margin-bottom:8px;
        }
#tipp-cat-1 {background:url(../graphx/img_konz/tipp_cat_01.jpg) no-repeat left top;} /* Job & Arbeit */
#tipp-cat-2 {background:url(../graphx/img_konz/tipp_cat_02.jpg) no-repeat left top;} /* Selbständige */
#tipp-cat-3 {background:url(../graphx/img_konz/tipp_cat_03.jpg) no-repeat left top;} /* Freiberufler */
#tipp-cat-4 {background:url(../graphx/img_konz/tipp_cat_04.jpg) no-repeat left top;} /* Immobilien */
#tipp-cat-5 {background:url(../graphx/img_konz/tipp_cat_05.jpg) no-repeat left top;} /* Familie */
#tipp-cat-6 {background:url(../graphx/img_konz/tipp_cat_06.jpg) no-repeat left top;} /* Rentner */
#tipp-cat-7 {background:url(../graphx/img_konz/tipp_cat_07.jpg) no-repeat left top;} /* Auto */
#tipp-cat-8 {background:url(../graphx/img_konz/tipp_cat_08.jpg) no-repeat left top;} /* Finanzen */
#tipp-cat-9 {background:url(../graphx/img_konz/tipp_cat_09.jpg) no-repeat left top;} /* Aus- & Weiterbildung */
#tipp-cat-10{background:url(../graphx/img_konz/tipp_cat_10.jpg) no-repeat left top;} /* Gesundheit */
#tipp-cat-11{background:url(../graphx/img_konz/tipp_cat_11.jpg) no-repeat left top;} /* Haushaltshilfen */

/* @TODO: einsortieren */
#experten .module-content       {background:url(../graphx/img_konz/check_taxreturn.jpg) no-repeat left top;}
#about-company .module-content  {background:url(../graphx/img_konz/about_company.jpg) no-repeat left top;}

/*  --- ONSE-Teaser ----------------------------------------------------------------------------------------------  */

    #onse-teaser p {margin-right:50px;}

    #onse-preview {
        position:relative;
        margin:8px 0;
        padding-bottom:10px;
    }
        #onse-preview .tag {
            position:absolute;
            top:-67px;
            right:-26px;
            z-index:100;
            width:86px;
            height:78px;
            background:url(../graphx/img_konz/tag_onse_new.png) no-repeat left top;
            text-indent:-9999px;
        }
    #onse-preview .teaser-button {
        position:absolute;
        bottom:-10px;
        right:0;
        z-index:100;
    }

/*  --- NEWS ----------------------------------------------------------------------------------------------  */

#news {
    float:left;
    width:289px;
    padding:0 10px;
    height:272px;
    overflow:auto;
    margin-top:18px;
    border:1px solid #ccc;
    border-width:1px 0 0 1px;
    background:#fff;
}
    #secondary-content #news {
        margin:0 0 20px;
        width:308px;
        border-width:0 1px 1px;
    }
    #news.enhanced {
        overflow:hidden;
        width:309px;
        padding:0;
        border-top:0;
    }
    #news h3 a {
        font-size:14px;
        color:#222;
    }
    #news h4 {
        font-size:14px;
        margin:0 0 8px;
    }
    .newsbox {margin:8px 0 16px;}
    .enhanced .newsbox {padding:8px;}

    #news .hidden {
        position:absolute;
        left:-9999px;
    }
    ul#news-tabs {
        background:#eee;
        height:30px;
        border-bottom:1px dotted #ccc;
    }
        #news-tabs li {float:left;}

        #news-tabs li a {border-right:1px dotted #ccc;}

            #news-tabs a {
                float:left;
                padding:0 12px;
                line-height:30px;
                color:#000;
                font-weight:bold;
            }
            #news-tabs .active a {
                background:#fff;
                border:1px solid #ccc;
                border-bottom:0;
                margin-left:-1px;
            }
            #news-tabs .active:first-child a {border-left:0;}

/*  --- KONZ TV ----------------------------------------------------------------------------------------------  */

.tv-content {
    padding:10px;
    border:1px solid #ccc;
}
    h2 + .tv-content {border-top:0;}

    .movie, .konz-tv .slide-mask {
        float:left;
        height:225px;
    }
    .movie {width:400px;}

    .konz-tv .slide-mask {
        width: 154px;
        margin:0 15px;
        border:1px dotted #ccc;
        border-width:0 1px;
    }
    .konz-tv .slide-mask ul {
        width:146px;
        margin:0 auto;
    }
    .konz-tv .slide-mask {overflow:auto;}

    .konz-tv .enhanced .slide-mask {
        overflow:hidden;
        position:relative;
    }
    .konz-tv .slide-content li {
        margin-bottom:3px;
        float:none;
        height:73px;
        width:146px;
        text-align:center;
    }
    .konz-tv .slide-content a {
        display:block;
        height:73px;
        opacity:.75;
    }
    .konz-tv .slide-content {background:#f5f5f5;}

    .konz-tv .slide-content a:hover, .konz-tv .slide-content a:focus {
        background:#e7e7e7;
        opacity:1;
    }
    .konz-tv .slide-content a.active {
        opacity:1;
        background:#c7c7c7;
    }
    .konz-tv .slide-content a:hover img, .konz-tv .slide-content a:focus img {border-color:#e7e7e7;}
    .konz-tv .slide-content a.active img {border-color:#c7c7c7;}
    .konz-tv .slide-content img {border:1px solid #f5f5f5;}

    .slide-controls {
        float:right;
        width:25px;
        height:225px;
        background:url(../graphx/img_konz/slide_control_bg.png) no-repeat left top;
        position:relative;
    }
        .slide-controls a {
            position:absolute;
            width:25px;
            height:25px;
            left:0px;
            background-image:url(../graphx/img_konz/icons_sprite.png);
            background-repeat:no-repeat;
            text-indent:-9999px;
            visibility:hidden;
        }
        .konz-tv .enhanced .slide-controls a {visibility:visible;}

        .slide-controls .slide-up {
            top:0;
            background-position:center -128px;
        }
        .slide-controls .slide-down {
            bottom:0;
            background-position:center -168px;
        }
        .slide-controls a:hover, .slide-controls a:focus {background-color:#ddd;}

        .slide-controls .slide-down:hover, .slide-controls .slide-down:focus {background-color:#bababa;}

        .slide-controls a.inactive {opacity:0.25;}
        .slide-controls a.inactive:hover, .slide-controls a.inactive:focus {background-color:transparent;}

    .movie-info {
        margin-top:10px;
        padding-top:10px;
        border-top:1px dotted #ccc;
        float:left;
        width:100%;
    }

    /*  --- KONZ-48 Services ----------------------------------------------------------------------------------------------  */

    #konz48-services li {border-top:1px dotted #aaa;}

    #konz48-services li:first-child {border:0;}

        .service-head a {
            padding:8px 10px 4px;
            font-size:14px;
            background-color:;
        }
        .service-head a {
            display:block;
            font-weight:bold;
            color:#222;
            background:#eee;
        }
        .service-head.closed a {
            background:transparent;
            color:#222;
            font-weight:normal;
        }
        .service-head a:hover {text-decoration:none;}

        .service-head.closed a:hover, .service-head.closed a:focus {
            color:#ae0000;
            background:#eee;
        }
        .service-body div {
            padding:4px 10px;
            background:#eee;
        }
        .service-body p:last-child {margin-bottom:0;}

/*  ==========================================================================================================  */
/*                                             Teaser-Content (Stages)
/*  ==========================================================================================================  */

    /*  --- Generic ------------------------------------------------------------------------------------------  */

    #stage {padding:18px 20px 20px;}

        #stage h1 {
            margin:0 0 12px;
            padding:12px 0 4px;
            border-bottom:1px dotted #aaa;
            font-size:14px;
            font-weight:normal;
        }
            #stage h1 strong {
                font-size:18px;
                margin:0 0 4px;
                display:block;
                font-weight:bold;
            }
        #stage .icon span {
            background-image:url(../graphx/img_konz/product_icons_xl_sprite.png);
            background-repeat:no-repeat;
            width:75px;
            height:90px;
            position:absolute;
            left:-85px;
            bottom:-18px;
            z-index:10;
        }

    /*  --- "About" ------------------------------------------------------------------------------------------  */

    #stage.about-us {
        padding-right:325px;
        height:342px;
        background:url(../graphx/img_konz/stage_about_us.jpg) no-repeat right bottom;
    }
        .about-us .box, .service li {
            float:left;
            width:280px;
            margin-left:10px;
        }
        .about-us li:first-child .box, .service li:first-child, .tax-return li:first-child .box {margin:0;}

    /*  --- "Service" ------------------------------------------------------------------------------------------  */

    #stage.service {background:url(../graphx/img_konz/stage_service.jpg) no-repeat right 36px;}

        .service h1, .service p {width:615px;}

        .service p {height:87px;}

        .service li p {
            width:auto;
            height:auto;
        }
        .service li {width:300px;}

        .service .box {
            margin-bottom:10px;
            height:190px;
        }
        .service li:first-child .box {height:85px;}

    /*  --- "Steuererkl. Startseite " ------------------------------------------------------------------------------------------  */

    .tax-return .box {
        float:left;
        width:278px;
        height:190px;
        margin-left:10px;
    }
        .tax-return .box p {
            height:11em;
            padding-right:50%;
        }
        .tax-return .software-box p {padding:0 0 0 50%;}
        .software-box .more {float:right;}

    .onse-box       {background:url(../graphx/img_konz/onse_box_bg.jpg) no-repeat right bottom;}
    .konz48-box     {background:url(../graphx/img_konz/konz48_box_bg.jpg) no-repeat right bottom;}
    .software-box   {background:url(../graphx/img_konz/software_box_bg.png) no-repeat left bottom;}

    /*  --- "KONZ 48" ------------------------------------------------------------------------------------------  */

    #stage.konz48 {
        background:url(../graphx/img_konz/stage_konz48.jpg) no-repeat right top;
        min-height:290px;
    }
    #stage.konz48 .icon span {background-position:0 0;}

        #stage.konz48 h1 {
            margin-left:85px;
            position:relative;
            width:530px;
        }
        #stage.konz48 p {width:615px;}

    /*  --- "Steuersoftware" ------------------------------------------------------------------------------------------  */

    #stage.software {
        min-height:310px;
        background:url(../graphx/img_konz/stage_software.png) no-repeat 310px top;
    }
        #software-info {
            float:left;
            width:310px;
            margin:12px 0;
        }
            #software-info em {
                display:block;
                font:bold 16px/120% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;
                margin:4px 0 16px;
            }
            #software-info ul {margin:12px 0;}

                #software-info li {
                    float:left;
                    margin:0 8px 0 0;
                }
        #software-advantages {
            float:right;
            width:268px;
            padding:0 10px 10px;
            border:1px solid #ccc;
            margin:12px 0;
            background:#fff;
        }
            #software-advantages h2 {
                font-size:16px;
                margin:8px 0 12px;
            }

    /*  --- "ONSE" ------------------------------------------------------------------------------------------  */

    #stage.onse {
        background:url(../graphx/img_konz/stage_onse.jpg) no-repeat right 65px;
        min-height:330px;
        width:600px;
        padding-right:340px;
        position:relative;
    }
        #stage.onse > .teaser-button {
            position:absolute;
            right:150px;
            bottom:7px;
        }
        #stage.onse ul {
            float:left;
            margin:112px 0 0 0;
            padding-left:40px;
            font:bold 16px/120% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;
        }

/*  ==========================================================================================================  */
/*                                             11. Slider
/*  ==========================================================================================================  */

    /*  --- Generic ------------------------------------------------------------------------------------------  */

    .slide-left, .slide-right, .slide-mask {float:left;}

    .slide-left, .slide-right {
        width:39px;
        height:39px;
        text-indent:-9999px;
        background:url(../graphx/img_konz/slider_btn_sprite.png) no-repeat -39px top;
    }
    .slide-left {background-position:-39px bottom;}

    .slide-right:hover, .slide-right:focus {background-position:-78px top;}
    .slide-left:hover, .slide-left:focus {background-position:-78px bottom;}

    .inactive {background-position:left top;}
    .slide-left.inactive {background-position:left bottom;}

    .slide-mask {
        position:relative;
        overflow:hidden;
    }
    .slide-content li {float:left;}

    /*  --- Small Sliders ----------------------------------------------------------------------------------------------  */

    .small-slider {
        border:1px solid #ccc;
        border-top-style:dotted;
        padding:0 1px;
        text-align:center;
    }
        .small-slider h2, .cat .small-slider h3 {
            border:0;
            background:transparent;
            padding:15px 0;
        }
        .small-slider .slide-left, .small-slider .slide-right {
            width:20px;
            height:120px;
            margin-top:15px;
            background:url(../graphx/img_konz/small_slider_btn_sprite.jpg) no-repeat left top;
        }
        .small-slider .slide-right {background-position:-60px 0;}

        .small-slider .slide-left:hover, .small-slider .slide-left:focus {background-position:-20px 0;}
        .small-slider .slide-right:hover, .small-slider .slide-right:focus {background-position:-80px 0;}

        .small-slider .slide-left.inactive {background-position:-40px 0;}
        .small-slider .slide-right.inactive {background-position:-100px 0;}

        .small-slider .slide-mask {
            width:256px;
            height:220px;
            padding:0 5px;
        }
            .small-slider li {
                height:220px;
                width:256px;
            }
            .small-slider .slide-content a {
                display:block;
                height:220px;
                color:#222;
                text-decoration:none;
            }
            .small-slider .slide-content a:hover, .small-slider .slide-content a:focus {color:#ae0000;}

            .small-slider .slide-content strong {
                display:block;
                margin:8px 0;
            }
            .small-slider .slide-content span {
                font-size:16px;
                font-weight:bold;
            }

    /*  --- Slider HOME STAGE ----------------------------------------------------------------------------------------------  */

    #home-stage {
        width:650px;
        height:290px;
        background:url(../graphx/img_konz/home_stage_bg.png) no-repeat 0 18px;
    }
    #home-stage, #home-stage li, #home-stage img {float:left;}

        #home-stage .slide-left, #home-stage .slide-right {margin-top:130px;}

        #home-stage .slide-mask, #home-stage li {
            width:572px;
            height:280px;
        }
        #home-stage img {margin-right:24px;}

        #home-stage li div {
            height:145px;
            margin-bottom:24px;
            padding:28px 16px 0 0;
        }
            #home-stage h2 {font-size:16px;}

    /*  --- Slider SHOP ----------------------------------------------------------------------------------------------  */

    #shop-stage {
        width:960px;
        background:url(../graphx/img_konz/shop_stage_bg.png) no-repeat left 18px;
    }
        #shop-stage .slide-left, #shop-stage .slide-right {margin-top:130px;}

        #shop-stage .slide-mask {
            margin:18px 24px 0;
            height:276px;
            width:834px;
        }
        #shop-stage .slide-content {height:240px;}

            #shop-stage h2 {
                height:36px;
                line-height:36px;
                font-size:18px;
                margin:0;
            }
            #shop-stage li {
                margin:0 78px 0 0;
                width:150px;
                position:relative;
            }
            #shop-stage a strong {
                position:absolute;
                left:0;
                top:195px;
                width:150px;
                color:#222;
                text-align:center;
                font-weight:bold;
            }
            #shop-stage a:hover strong, #shop-stage a:focus strong {color:#ae0000;}

/*  ==========================================================================================================  */
/*                                             12. Shop
/*  ==========================================================================================================  */

.shop #secondary-content {margin-top:22em;} /* depends on height of #prod-filter */

    /*  --- Produktlisten Header ----------------------------------------------------------------------------------------------  */

    .shop #prodlist-wrapper {
        position:relative;
        top:-19px;
    }
        #prodlist-wrapper .head {
            background:#ccc;
            line-height:30px;
            padding:0 10px 0 20px;
            border-top:1px solid #666;
            border-bottom:1px dotted #666;
        }
            #prodlist-wrapper h1, #prod-filter h2 {
                float:left;
                font-size:18px;
                line-height:30px;
                margin:0;
            }
                #prodlist-wrapper .head ul {
                    float:left;
                    margin-left:40px;
                    height:30px;
                }
                    #prodlist-wrapper .head li {
                        float:left;
                        border-right:1px dotted #222;
                    }
                    #prodlist-wrapper .head li:first-child {border-left:1px dotted #222;}

                        #prodlist-wrapper .head a {
                            color:#222;
                            display:block;
                            font-weight:bold;
                            padding:0 10px;
                        }
                        .head a:hover, .head a:focus {
                            text-decoration:none;
                            background:#ddd;
                        }
                        #prodlist-wrapper .head a.active {
                            line-height:31px;
                            background:#fff;
                        }

    /*  --- Produktfilter Box ----------------------------------------------------------------------------------------------  */

    #prod-filter {
        width:325px;
        height:19em;
        position:absolute;
        top:0;
        right:-325px;
        background:#fff;
    }
        #prod-filter h2 {
            border-bottom:1px dotted #666;
            border-top:1px solid #666;
            background:#ccc;
            float:none;
            padding-left:25px;
        }
        #prod-filter .filter-box {
            background:#eee;
            margin-left:15px;
            padding:10px;
        }
            .filter-box form {
                border-top:1px dotted #999;
                margin:10px 0 0;
                padding:10px 0 0;
            }
            .filter-box li {margin:0 0 8px;}

            .filter-box label {
                display:block;
                padding:0 0 4px;
            }
            .checkbox label {
                float:right;
                width:265px;
                cursor:pointer;
            }

    /*  --- PAGINATION ----------------------------------------------------------------------------------------------  */

    .pagination {padding:10px 0;}

    .pagination ol, .pagination li, .pagination a {float:left;}

        .pagination div {float:right;}

        .pagination .backwards, .pagination .forwards {
            background:url(../graphx/img_konz/icons_sprite.png) no-repeat center -290px;
            text-indent:-9999px;
            margin:0 2px 0 0;
        }
        .pagination .forwards {
            background-position:center -250px;
            margin:0 0 0 2px;
        }
            .pagination a {
                border:1px solid #eee;
                width:20px;
                height:20px;
                font-weight:bold;
                line-height:20px;
            }
            .pagination a:hover, .pagination a:focus {
                background-color:#eee;
                color:#666;
            }
                .pagination li {
                    line-height:22px;
                    width:20px;
                    text-align:center;
                    font-weight:bold;
                    margin:0 2px;
                }
                    .pagination ol a {color:#aaa;}

    /*  --- Produktlisten ----------------------------------------------------------------------------------------------  */

    #prodlist {border-bottom:1px dotted #aaa;}

    #prodlist li, #prodlist img, .prod-content, .price {float:left;}
    .prod-content em, .prod-content strong, .status {display:block;}

        #prodlist li {
            padding:20px 0 10px;
            margin:0 0 20px 0;
            border-top:1px dotted #aaa;
        }
            #prodlist img {margin:0 20px 0 0;}

            .prod-content {width:465px;}

                .prod-content em {
                    text-transform:uppercase;
                    font-size:11px;
                }
                .prod-content strong {
                    font-weight:bold;
                    font-size:18px;
                    margin:8px 0 12px;
                }
                .prod-content div {margin:10px 0;}

                .status {
                    margin:8px 0;
                    padding:4px 24px 4px;
                    background:url(../graphx/img_konz/icons_sprite.png) no-repeat left -330px;
                }
                .status.off {background-position:left -370px;}

            .price {
                font-weight:bold;
                font-size:18px;
                background:#eee;
                border:1px dotted #aaa;
                border-width:1px 0;
                padding:4px 12px 0;
                margin:0 20px 0 0;
            }
                .price span {
                    font-size:12px;
                    font-weight:normal;
                }

    /*  --- Produktdetails ----------------------------------------------------------------------------------------------  */

    #prodlist-wrapper .back-link {
        float:left;
        margin:15px 0 0 15px;
    }
    #prodmeta-wrapper {border-bottom:1px solid #ccc;}

    #product {
        margin:20px 0;
        padding:0 15px 20px 20px;
        border-bottom:1px dotted #ccc;
    }
        #product img {float:left;}

        #product .prod-content {
            width:400px;
            float:right;
        }
            #product .status {margin-top:0;}

            #product .price {margin:0 0 5px;}

            .shipping-info {
                clear:both;
                font-size:12px;
                color:#777;
                margin:0 0 20px;
            }
            #product h3 {
                font-size:14px;
                margin:20px 0 5px;
            }

    #prod-description {
        float:right;
        width:415px;
    }
        #prod-data {margin:10px 0;}

        #prod-data li {
            margin:2px 0;
            line-height:120%;
        }
            #prod-data span {
                font-weight:bold;
                display:inline-block;
                width:120px;
            }

    #prod-meta {
        float:left;
        width:200px;
    }
    .micro-box {
        border:1px solid #ccc;
        margin:0 0 15px;
        font-size:12px;
    }
        .micro-box h3 {
            padding:5px 10px;
            border-bottom:1px solid #ccc;
            font-size:14px;
        }
        .micro-content {padding:10px;}

/*  ==========================================================================================================  */
/*                                             13. Tipps-Overview
/*  ==========================================================================================================  */

#tip-categories .link-list a {font-weight:bold;}

    li.cat {margin-bottom:24px;}

    .tip-cat-header {
        padding:10px;
        border:1px solid #ccc;
        border-bottom-style:dotted;
        background:url(../graphx/img_konz/icons_sprite.png) no-repeat 575px -152px;
        cursor:pointer;
    }
    .tip-cat-header.closed:hover {background-color:#f5f5f5;}

    .cat .closed {
        background-position:575px -232px;
        border-bottom-style:solid;
    }
        .tip-cat-header strong {
            text-transform:uppercase;
            display:block;
        }
        .tip-cat-header h2 {
            margin:0;
            font-size:16px;
        }
        .tip-cat-header a {color:#222;}
        .tip-cat-header a:hover {text-decoration:none;}

    .tip-cat-body {
        border:1px solid #ccc;
        border-top:0;
    }
        .tip-cat-body .steuertipp-teaser {
            border:0;
            margin:0;
            border-right:1px dotted #ccc;
        }
        .tip-cat-body .steuertipp-teaser div {border:0;}

        .tip-cat-body .small-slider {
            border:0;
            float:left;
        }
            .tip-cat-body .slide-mask, .tip-cat-body .slider li {width:272px;}

        .tip-cat-body .module {margin:0;}
        .tip-cat-body .module-content {border:0;}
        
/*  ==========================================================================================================  */
/*                                             14. Tipps Single Category
/*  ==========================================================================================================  */

.single-cat {border-top:1px dotted #ccc;}

.single-cat h1 {margin-left:15px;}

.single-cat h1 em {
    display:block;
    font-weight:normal;
    font-size:13px;
    text-transform:uppercase;
}
.intro-pic {
    float:left;
    margin:0 15px 15px 15px;
}
.single-cat .intro {font:bold 13px/130% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;}

/*  ==========================================================================================================  */
/*                                             xx. Whatever comes next, now it's on YOU!
/*  ==========================================================================================================  */

.box {
    padding:10px;
    background-color:#fff;
    border:1px solid #ccc;
}
    .box h2 {
        font-size:16px;
        margin:0 0 8px;
    }
#logo {
    position:absolute;
    left:40px;
    top:27px;
}
    #logo a {
        display:block;
        width:218px;
        height:62px;
        text-indent:-9999px;
        background:url(../graphx/img_konz/logo.png) no-repeat left top;
    }
    #logo a:hover, #logo a:focus {background-position:left bottom;}

#site-search {
    position:absolute;
    right:25px;
    bottom:20px;
}
    #site-search h2 {text-indent:-9999px;}

    #site-search label {color:#fff;}

    #site-search input {
        border:1px solid #8e0000;
        border-color:#222 #8e0000 #8e0000 #222;
        padding:4px 5px 2px;
        background:#fff;
        vertical-align:middle;
        font-size:14px;
        width:200px;
    }
    #site-search input:focus {
        border-color:#222;
        background:#fffbab;
    }
    #site-search button strong {
        display:inline-block;
        background:url(../graphx/img_konz/search_btn_bg.png) no-repeat left top;
        width:24px;
        height:24px;
        text-indent:-9999px;
        vertical-align:middle;
        padding:0;
    }
    #site-search button:hover strong, #site-search button:focus strong {background-position:left bottom;}

div.rating {
    padding:5px 0;
    margin:8px 0;
    border:0;
}
    .rating ol, .rating li {
        display:inline-block;
        height:14px;
        width:70px;
        background:url(../graphx/img_konz/stars_sprite.png) no-repeat left top;
    }
    .rating li {
        width:14px;
        float:left;
    }
    .rating .star-full   {background-position:0 bottom;}
    .rating .star-semi   {background-position:-14px bottom;}
    .rating .star-active {background-position:-28px bottom;}

ol#toplist {
    list-style:decimal;
    color:#ae0000;
    margin-left:25px;
}
    #toplist li:first-child, #toplist li:first-child + li, #toplist li:first-child + li + li,
    #toplist li:first-child a, #toplist li:first-child + li a, #toplist li:first-child + li + li a {font-weight:bold;}

ul.image-list {text-align:center;}

    .image-list li {
        display:inline;
        display:inline-block;
        width:32%;
    }
    .image-list img {vertical-align:middle;}

#footer {text-align:center;}

    #footer ul, #footer p {
        width:960px;
        margin:0 auto 16px;
        padding:16px 0 0;
    }
        #footer li {
            display:inline;
            padding:0 10px;
            border-left:1px solid #ccc;
        }
        #footer li:first-child {
            margin-left:0;
            border:0;
        }
            #footer a {color:#555;}

    #footer p {
        padding:0;
        color:#bbb;
    }

#tooltip {
    padding:10px;
    color:#fff;
    background:#222;
    border:1px solid #000;
}
    #tooltip p {margin:0;}

#onse #onse-preview, #stage #onse-preview {
    float:right;
    margin:12px 12px 4px;
    padding:15px;
    background:#222;
}
#stage #onse-preview {
    float:left;
    margin:12px 0 0;
}
    #stage #onse-preview .teaser-button {
        right:auto;
        left:0;
    }
.steuerprofi .imagebox, .konz48 .imagebox, .onse .imagebox {padding-top:10px;}

    .steuerprofi .imagebox p, .konz48 .imagebox p, .onse .imagebox p {
        padding-right:150px;
        border-bottom:1px dotted #ccc;
    }
    .steuerprofi .imagebox p {
        min-height:200px;
        background:url(../graphx/img_konz/steuerprofi_bg.jpg) no-repeat right bottom;
    }
    .konz48 .imagebox p {
        min-height:180px;
        background:url(../graphx/img_konz/konz48_box_bg.jpg) no-repeat right bottom;
    }
    .onse .imagebox p {
        min-height:150px;
        background:url(../graphx/img_konz/onse_box_bg.jpg) no-repeat right bottom;
    }

dl {}
    dt {
        font:bold 14px/120% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;
        color:#ae0000;
        margin:0 0 4px;
    }
    dd {
        line-height:130%;
        margin-bottom:12px;
    }

.advisor-list li {
    border-bottom:1px dotted #ccc;
    float:left;
    width:100%;
}
    .advisor-list a, .advisor-list a span, .advisor-list a strong {display:block;}

    .advisor-list a {
        float:left;
        width:100%;
        padding:10px 0 10px 4px;
    }
    .advisor-list a:hover, .advisor-list a:focus {
        text-decoration:none;
        background:#f5f5f5;
    }
        .advisor-list a strong {font:bold 14px/120% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;}

        .advisor-list a span {
            text-transform:uppercase;
            color:#222;
        }
        .advisor-list a img {
            float:left;
            margin:0 10px 0 0;
        }
    .konz48-contact a {
        padding:4px 0 0;
        float:none;
    }
    .konz48-contact a:hover, .konz48-contact a:focus {
        background:transparent;
        text-decoration:underline;
    }

.software-teaser li {
    width:290px;
    margin-left:10px;
    border-left:1px dotted #aaa;
    padding:0 0 0 10px;
    float:left;
}
.software-teaser li:first-child {
    border:0;
    padding:0;
    margin:0;
}

    .pricetag {
        width:86px;
        height:86px;
        float:right;
        position:relative;
        margin:0 0 0 10px;
        background:url(../graphx/img_konz/price_tag_sprite.png) no-repeat 0 0; /* 12,95 */
        text-indent:-9999px;
    }
    .p1995  {background-position:-86px 0;}  /* 19,95 */
    .free   {background-position:-172px 0;} /* Gratis */

ul.split-list {
    float:left;
    width:265px;
    margin-left:10px;
}
