/*globale Elementdefinitionen*/

*{
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    letter-spacing:0em;
    border: none;
}
body{
    background-color: #ebebeb;
    width: 100%;
}

.floatleft{
    float: left;
}
.floatright{
    float: right;
}

a{
    text-decoration: none;
    color: #5bac26;
}

a:hover{
    text-decoration: underline;
}

p, strong, blockquote, li{
    padding-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

strong{
    font-weight: bold;
}

h1{
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 25px;
    color: #009cda;
}

h2{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 11px;
}

h3{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 9px;
    margin-top: 10px;
}

blockquote{
    padding: 5px;
    color: #333333;
    border: 1px solid #ebebeb;
}

ul{
    margin-bottom: 10px;
}



/*oberste Header-Zeile (schmaler, dreifarbiger Streifen)*/
div.header_top_line1{
    height: 15px;
    position: relative;
    width: 100%;
    z-index: 25;
    clear: both;
}
div.header_top_line2{
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
    div.top_line_left{
        width: 35%;
        height: 100%;
        background-color: #5bac26;
        float: left;
    }
    div.top_line_middle{
        width: 29.9%;
        height: 100%;
        background-color: #e32219;
        float: left;
    }
    div.top_line_right{
        width: 35%;
        height: 100%;
        background-color: #029dda;
        float: left;
    }
/*Seitenleisten*/

div.cleft, div.cright{
    background-color: #ebebeb;
    height: auto;
    width: 10%;
    float: left;
}

    div.cleft div.cleft_header{
        height: 100px;
        background-color: #5bac26;
    }
    
    div.cright div.cright_header{
        height: 100px;
        background-color: #029dda;
    }
/*generell für Hauptteil der Seite*/

div.ccenter{
    height: auto;
    background-color: #ffffff;
    width: 935px;
    z-index: 3;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
        
        background-image: url(/images/bullets/verlauf.png);
        padding-left: 5px;
        padding-right: 5px;
        background-repeat: repeat-y;
}

div.ccenter span.ccenter_border{
    position: absolute;
    width: 100%;
    height: 110px;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
}
    div.ccenter span.ccenter_border span{
        z-index: 30;
        width: 5px;
        height: 100%;
        display: block
    }
    
        div.ccenter span.ccenter_border span.border_left{
            background-color: #5BAC26;
            background-image: url(/images/bullets/verlauflt.gif);
            background-repeat: repeat-y;
            float: left;
        }
        div.ccenter span.ccenter_border span.border_right{
            background-image: url(/images/bullets/verlaufrt.gif);
            background-repeat: repeat-y;
            float: right;
        }
        
        div.ccenter span.ccenter_border span.clickarea{
            position: absolute;
            top: 50px;
            margin-left: 50px;
            height: 50px;
            width: 180px;
            text-decoration: none;
        }
            div.ccenter span.ccenter_border span.clickarea:hover{
                text-decoration: none;
            }
            
            div.ccenter span.ccenter_border a:hover span.clickarea{
                text-decoration: none;
            }
        

    
    * html div.nav_container {margin: 20px;} /*IE4-6-Hack*/
    * html div.spacer{ width: auto } /*IE4-6-Hack*/
    * html div.sidebarspacer{ display: none; } /*IE4-6-Hack*/
    * html div.pagecontent{/*IE4-6-Hack*/
        margin: 0;
        margin-left: -26px;
        width: 686px;
    }
    * html div.ccenter{
        width: 935px;
        background-repeat: repeat-y;
    }
    
    * html div.nav_container{
        margin-top: 45px;
    }    

    * html div.pagecontent div.floatleft{/*IE4-6-Hack*/
        width: 435px;
        margin: 0px 0 25px 0px;
        float: none;
    }
    
    * html div.pagecontent div.floatleft div.bigbuttons{/*IE4-6-Hack*/
        margin: auto;
    }
    
    * html div.pagecontent div.ie6_sizing{/*IE4-6-Hack*/
        width: 600px;
    }
    
    * html div.pagecontent div.rsidebar{/*IE4-6-Hack*/
        margin-right: 10px;
        margin-left: 0px;
    }
    * html div.pagecontent div.rsidebar img.teaser{/*IE4-6-Hack*/
        width: 140px;
    }
    
    * html a.n_sub{/*IE4-6-Hack*/
        margin-left: -5px !important;
    }
    
    * html div.ccenter_leftbar_top div.spacer{/*IE4-6-Hack*/
        margin-top: -3px;
        height: 14px;
        padding: 0;
    }
    * html div.pageheader img{ /*IE4-6-Hack*/
        margin-left: -26px !important;
        padding: 0;
    }
    * html div.pageheader{
        overflow: hidden;
        background-image: url(/images/header/ie6patch.gif);
        background-position: 5px 50%;
    }

    * html span.ccenter_border{ /*IE4-6-Hack*/
        display: none;
    }
    
    * html div.ccenter_leftbar_top img{ /*IE4-6-Hack*/
        margin-left: 0px !important;
    }
    
    * html div.all_bottom{
        width: 945px;
        margin-right: -5px;
    }

    
    div.ccenter div.ccenter_header{
        min-height: 100px;
        width: auto;
    }

    div.nav_container{
        float: left;
        width: 175px;
        padding: 0;
        margin: 40px 43px 0 52px;
    }
    
        div.nav_container a{
            text-decoration: none;
        }
            div.nav_container a:hover{
                text-decoration: underline;
            }
        
        div.nav_container ul{
            color: #5bac26;
            list-style: none;
            font-size: 12px;
            line-height: 16px;
            margin: 0;
            border-bottom: 1px solid #ebebeb;
        }
            div.nav_container ul li{
                border-top: 1px solid #ebebeb;
                padding-left: 5px;
                padding-top: 4px;
                padding-bottom: 5px;
                margin-left: 0;
                font-weight: bold;
                font-size: 12px;
                color: #9b9b9b;
                border-bottom: none;
            }
            
                div.nav_container ul li ul{
                    border-top: 1px solid #ebebeb;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    margin-top: 5px;
                    list-style-type: none;
                    list-style-position: outside;
                    border-bottom: none;
                }
                
                div.nav_container ul li ul li{
                    padding: 4px 4px 6px 10px;
                    border: none;
                    display: block;
                    background-image: url(/images/bullets/9pixel.gif);
                    background-repeat: no-repeat;
                    background-position: 5px 12px;
                }
                    div.nav_container ul li ul li a{
                        display: block;
                        margin-left: 15px !important;
                        width: auto;
                        
                    }
                
        div.nav_container .n_main_active{
            background-color: #ebebeb;
        }
            div.nav_container .n_main_active div{
                background-color: #ffffff;
                margin-left: -10px;
                padding-left: 10px;
                margin-bottom: -6px;
            }
        div.nav_container .n_sub_active{
            background-color: #ebebeb;
        }
        
        a.n_main{
            font-weight: bold;
            font-size: 12px;
            color: #5bac26;
            margin-bottom: 8px;
        }
        
        a.n_sub{
            font-weight: normal;
            font-size: 12px;
            line-height: 18px;
            display: block;
            padding: 0;
        }
        
            *:first-child+html a.n_sub { /*IE7-Hack*/
                margin: -2px;
                padding: 0;
            }
    
    div.ccenter_container{
        
        min-width: 980px;
        height: auto;
    }
    div.ccenter_leftbar{
        float: left; 
        width: 275px;
    }
    
        div.pageheader{
            height: 220px;
            margin: 0;
            width: 100%;
            padding: 0;
        }
        
        *:first-child+html div.ccenter_leftbar_top div.spacer{
            margin-top: -3px;
        }
        
        div.spacer{
            background-image: url(/images/spacer.gif);
            position: relative;
            width: 100%;
            height: 15px;
            margin: 0;
            padding: 0 45px 0 0;
            background-repeat: repeat-x;
        }

    div.pagecontent{
        min-height: 300px;
        float: left;
        height: auto;
        width: 615px;
        min-width: 615px;
        margin-right: 45px;
        
    }
    
    div.pagecontent div.floatleft{
        max-width: 420px;
    }
    
    div.pagecontent div.pageheader img{
        margin-left: -51px;
    }
    
    div.rsidebar{
        width: 160px;
        height:auto !important; /* moderne Browser */
        height: 100%;/* IE */
        min-height: 100%;
        float: right;
        margin: 0 0px 0 35px;
    }
    
        div.rsidebar .sidebarelem{
            width:  auto;
            margin: 24px 0 11px 0;
            padding: 0;
            background-color: #ebebeb;
        }
        
        div.rsidebar .sidebarelem_kontakt{
            width:  auto;
            margin: 24px 0 11px 0;
            padding: 0;
        }
    
        div.rsidebar .sidebarelem  .sidebarhead{
            width: auto;
            margin: 0;
            padding: 7px 10px 0px 10px;
            height: 45px;
            color: #ffffff;
            overflow: visible;
            display: block;
        }
        
        div.rsidebar .sidebarelem  .sidebarhead img.header_photo{
            height: 155px;
            z-index: 10;
        }
        div.rsidebar .sidebarelem  .sidebarspacer{
            height: 100px;
            z-index: 1;
        }
        
        div.rsidebar .sidebarelem  .sidebarbody{
            width: auto;
            margin: 0;
            padding: 10px;
            background-color: #ebebeb;
            overflow: hidden;
        }

/* Fußzeile */
    div.ccenter .ccenter_bottom{
        height: 40px;
        float: left;
        width: 100%;
        font-size: 11px;
        color: #9b9b9b;
        font-style: normal;
        background-color: #ffffff;
        margin-top: 50px;
        padding-bottom: 20px;
    }
    
    div.ccenter .ccenter_bottom span{
        padding-top: 8px;
        display: block;
        margin-left: 280px;
    }
    
    img.footer_logo{
        margin: 0 20px 40px 65px;
        float: left;
        padding: 0;
    }

    div.all_bottom{
        min-height: 40px;
        height: auto;
        width: 945px;
        background-color: #EBEBEB;
        background-repeat: repeat-x;
        background-image: url(/images/bullets/border_b.gif);
        /*border-left: 5px solid #EBEBEB;
        border-right: 5px solid #EBEBEB;*/
        margin-left: -5px;
        z-index: 25;
    }
    
    div.all_bottom  div{
        z-index: 30;
        width: 5px;
        height: 100%
    }
    
        div.all_bottom  div.border_left{
            background-color: #5BAC26;
            background-image: url(/images/bullets/verlauflb.gif);
            background-repeat: no-repeat;
            float: left;
            background-color: #EBEBEB;
        }
        div.all_bottom  div.border_right{
            background-image: url(/images/bullets/verlaufrb.gif);
            background-repeat: no-repeat;
            float: right;
            background-color: #EBEBEB;
        }
    
/*
-------------------------------------
Spezifische Definitionen
-------------------------------------*/
br.newrow{
    clear: both;
    height: 0;
    /*display: none;*/
}

.blue{
    background-color: #009cda;
}
.red{
    background-color: #e32219;
}
.green{
    background-color: #5bac26;
}

.bluetext{
    color: #009cda;
}

.redtext{
    color: #e32219;
}

.defaulttext{
    color: #333333;
}

img.line{
    height: 8px;
    padding: 10px 0px 10px 0;
    display: block;
    width: 100%;
    clear: both;
}

img.number{
    float: left;
    padding-right: 10px;
}

img.rightsymb{
    float: right;
    width: 100px;
    height: 100px;
}

ul.stars li{
    padding-left: 30px;
    list-style: none;
    background-repeat: no-repeat;
}

ul.cross li{
    padding-left: 25px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0 .2em;
}

li.bluestar{
    background-image: url(/images/bullets/bluestar.gif);
}
li.greenstar{
    background-image: url(/images/bullets/greenstar.gif);
}
li.redstar{
    background-image: url(/images/bullets/redstar.gif);
}
li.bluecross{
    background-image: url(/images/bullets/bluecross.gif);
}

li.redcross{
    background-image: url(/images/bullets/redcross.gif);
}
li.greencross{
    background-image: url(/images/bullets/greencross.gif);
}

div.bignumberul img{
    float: left;
    display: block;
    clear: both;
    margin-top: 15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

div.bignumberul div{
    display: block;
    float: left;
}

div.bigbuttons {
/*Bilddefinitionen und links*/
    width: 100%;
    text-align: center;
    padding-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
    
}
    div.bigbuttons .button{
        float: left;
        width: 120px;
        font-weight: bold;
    }
    a:hover img{
        text-decoration: none;
    }
    
div.buttonsumsetz{
    margin-left: 15px;
    margin-right: 15px;
}
    div.buttonsumsetz div{
        margin-left: 30px;
        margin-right: 30px;
    }


div.bookpress{
    margin-bottom: 20px;
}

img.smallbook{
    width: 120px;
    height: 130px;
    text-decoration: none;
}

a img.smallbook:hover{
    text-decoration: none !important;
}


form.kontakt input, form.kontakt textarea{
    border: 1px solid #9b9b9b;;
    width: 360px;
    margin: 0 25px 10px 25px;
}
    form.kontakt textarea{
        height: 200px;
    }

div.frontpageelem{
    width: 185px;
    height: auto;
    margin: 25px 30px 30px 0;
    padding: 0;
    background-color: #ebebeb;
    float: left;
    overflow: hidden;
}

    div.frontpageelem div{
        padding: 10px;
    }
    
    div.frontpageelem .fpeheader{
        width: auto;
        height: 35px;
        margin: 0;
        color: #ffffff;
        display: block;
        padding: 10px;
    }
    
    div.frontpageelem#buecher{
        margin-right: 0px;
    }
    
    div.frontpageelem .fpebody{
        width: auto;
        height: 170px;
        margin: 0;
        overflow: hidden;
    }
    div.frontpageelem#buecher .fpebody img{
        margin-top: 10px;
    }
    
    div.frontpageelem .fpefooter{
        height: 35px;
        margin: 0;
    }

span.btn{
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    text-align: center;
    background-position: 0 0;
    height: 27px;
}

    span.btn:hover{
        background-position: 0 -27px;
    }
    
        span.btn_mehr{
            background-image: url('/images/buttons/mehr.gif');
            width: 125px;
        }

        span.btn_send{
            background-image: url('/images/buttons/send.gif');
            width: 80px;
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }
            
        span.btn_kaufen{
            background-image: url('/images/buttons/kaufen.gif');
            width: 92px;
            margin-top: 10px;
            margin-left: 3px;
            margin-bottom: 20px;
        }
    

strong.linklabel{
    width: 50px;
    display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}
blockquote{
    padding: 0px 30px 20px 20px;
    display: block;
}

    blockquote div, blockquote span{
        display: block;
        margin-right: 40px;
        line-height: 15px;
    }
    
    blockquote h3{
        margin-top: 0;
    }
    
        blockquote span.defaulttext, blockquote span.defaulttext strong{
            font-size: 11px !important;
        }

    blockquote.large{
        background-image: url(/images/paper/paperbody_l.gif);
        width: 623px;
        background-repeat: repeat-y;
        border: none;
    }
        blockquote.large div{
            margin: 0 10px 10px 10px;
        }
        div.blockquote_large_head{
            height: 26px;
            width: 623px;
            margin: 0;
            background-image: url(/images/paper/paperhead_l.gif);
            background-repeat: no-repeat;
        }
        
        blockquote.large img.line{
            width: 573px;
        }

    blockquote.short, div.form{
        background-image: url(/images/paper/paperbody_s.gif);
        width: 428px;
        background-repeat: repeat-y;
        border: none;
    }
        div.form *{
            margin: 0 40px 10px 25px;
        }
        blockquote.short div{
            margin: 0 40px 10px 0px;
        }
        div.blockquote_short_head{
            height: 26px;
            width: 428px;
            margin: 0;
            background-image: url(/images/paper/paperhead_s.gif);
            background-repeat: no-repeat;
        }
    
    div.blockquote_bottom{
        height: 5px;
        background-image: url(/images/paper/paperbottom.gif);
        margin-bottom: 30px;
        background-repeat: repeat-x;
    }
    
    div.bq_bottom_large{
        margin-left: 2px;
        margin-right: 2px;
        width: 619px;
    }
    div.bq_bottom_short{
        margin-left: 2px;
        margin-right: 2px;
        width: 424px;
    }
    
img.country_flag{
    margin-right: 5px;
    float: left;
    padding-top: 4px;
}

a.target:hover{
    text-decoration: none;
}


/*Rahmen im IE6 verstecken*/
* html div.ccenter{
    background-image: none;
    padding: 0px;
}

* html div.ccenter div.all_bottom{
    background-image: none;
    background-color: #ebebeb;
}


