/*
   dzw.css
   dzw-online.de

   Created by Alexander Hahn on 2009-01-08.
   Copyright 2008 wfp:2. All rights reserved.
*/


/* ================= */
/* = STANDARD TAGS = */
/* ================= */
*
{
    outline: none;
}

html
{
    overflow: -moz-scrollbars-vertical;
}

body
{
    margin: 0;
    padding: 0 0 125px 0;

    color: #333;
    font: 12px Arial,Helvetica,Garuda,sans-serif;

    background: #f5f5f5;
}

a, a:hover
{
    color: #00aeef;
    outline: none;
    text-decoration: none;
}
a:hover { text-decoration: underline }

dd 
{
    margin: 0;
    padding: 0 0 10px;
}

form
{
    margin: 0;
    padding: 0;
}

h1
{
    margin: 0 0 15px 0;
    padding: 0;

    color: #00aeef;
    line-height: 1.3em;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-size: 22px;
    font-weight: normal;
}
h1.grau
{
    color: #cbcbcb;
}
h2, h3
{
    margin: 0 0 20px 0;
    padding: 0;

    color: #00aeef;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: bold;
}
h3, h4, h5, h6
{
    margin: 0 0 11px 0;

    font-size: 12px;
}

hr
{
    position: relative;
    clear: both;

    margin: 0 0 10px 0;
    padding: 0;
    height: 1px;

    color: #e9e9e9;

    border: 0;
    background: #e9e9e9;
}

img
{
    border: 0;
}

input, select, textarea
{
    font: 12px Arial,Helvetica,Garuda,sans-serif;;
    color: #848484;
}
input.text
{
    padding: 2px 0 1px 7px;
    height: 15px;

    background: url(../images/construct/inpute_type_text_background.gif) 0 0 repeat-x;

    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

map
{
    display: none;
}

p
{
    margin: 0 0 16px 0;
    padding: 0;

    line-height: 18px;
}

ul
{
    margin: 2px 0 19px 0;
    padding: 0 0 0 10px;

    line-height: 19px;
}
    ul li
    {
        margin: 0 0 1px 0;
        padding: 0 0 0 8px;

        list-style: none;

        background: url(../images/construct/arrow_pink_e.gif) 0 8px no-repeat;
    }
ol
{
    margin: 2px 0 12px 0;
    padding: 0 0 0 30px;

    line-height: 19px;
}
    ol li
    {
        margin: 0 0 4px 0;
        padding: 0;
    }



/* ========== */
/* = HEADER = */
/* ========== */
div#header
{
    border-top: 3px solid #3e3e3e;
}
    div#meta
    {
        height: 23px;

        background: url(../images/construct/meta_background.gif) center 0 no-repeat;
    }
        div#meta_content
        {
            position: relative;

            margin: 0 auto;
            width: 968px;
        }
            div#actual_date
            {
                position: absolute;
                top: 0;
                left: 250px;

                color: #848484;
                font-size: 11px;
            }
                div#actual_date span,
                div#actual_date img
                {
                    display: block;
                    float: left;

                    margin: 4px 0;
                }
                div#actual_date img
                {
                    margin: 3px 9px 0;
                }
            div#meta_navigation
            {
                position: absolute;
                top: 0;
                right: 0;
            }
                div#meta_navigation a, div#meta_navigation a:hover
                {
                    display: block;
                    float: right;

                    margin: 4px 0;

                    color: #3e3e3e;
                    font-size: 11px;
                }
                div#meta_navigation img
                {
                    float: right;

                    margin: 3px 9px 0;
                }
    div#header_content
    {
        height: 90px;

        background: url(../images/construct/header_content_background.gif) 0 0 repeat-x;
    }
        div#header_content2
        {
            position: relative;

            margin: 0 auto;
            width: 968px;
        }
            div#meta2
            {
                position: absolute;
                top: 40px;
                left: 233px;

                width: 385px;
            }
                div#meta2_searchfield
                {
                    float: right;
                }
                    input#meta2_searchfield_input
                    {
                        width: 194px;
                    }
                    input#meta2_searchfield_input.focused
                    {
                        color: #00aeef;

                        border-color: #00aeef;
                    }
                    input#meta2_searchfield_button
                    {
                        position: absolute;
                        top: 0;
                        right: -24px;
                        overflow: visible;

                        margin: 0;
                        padding: 0;
                        width: 20px;
                        height: 20px;

                        cursor: pointer;

                        background: url(../images/construct/button_search.gif);

                        border: 0;
                    }
                a#meta2_newsletter, a#meta2_newsletter:hover,
                a#meta2_rss, a#meta2_rss:hover
                {
                    display: block;
                    float: left;

                    margin: 2px 10px 0 0;
                    padding: 0 22px 0 0;
                    height: 16px;

                    background: url(../images/construct/meta2_newsletter_background.gif) right 2px no-repeat;
                }
                a#meta2_rss, a#meta2_rss:hover
                {
                    background-image: url(../images/construct/meta2_rss_background.gif);
                    background-position: right 0;
					margin:2px 0px 0;
                }
                a#meta2_dzw_tv
                {
                    display: block;
                    float: left;
                    
                    width:80px;
                    height:18px;
                    background: url(../images/construct/meta2_dzw_tv.gif) no-repeat;
                    text-indent:-9999px;
                    overflow:hidden;
                    margin:1px 10px 0 0;   
                }

/* ============ */
/* = USER BOX = */
/* ============ */
div#user_container
{
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
}
    div#user_container2
    {
        position: relative;

        margin: 0 auto;
        width: 968px;
    }
        div#user
        {
            position: absolute;
            top: 26px;
            right: 0;
        
            width: 291px;
            height: 90px;
        
            background: url(../images/construct/user_background.gif);
        }
            div#user_unknown
            {
                padding: 16px 0 0 20px;
            }
                div#user_unknown a, div#user_unknown a:hover
                {
                    display: block;
        
                    margin-bottom: 3px;
                    padding-left: 10px;
                    width: 80px;
        
                    font-size: 11px;
        
                    background: url(../images/construct/arrow_blue_e.gif) 0 6px no-repeat;
                }
                div#user_unknown a.bold, div#user_unknown a.bold:hover
                {
                    font-size: 12px;
                    font-weight: bold;
                }
                div#user_unknown img
                {
                    position: absolute;
                    top: -4px;
                    right: 0;
                }
            div#user_logged_in
            {
                padding: 21px 0 0 20px;
            }
                span#user_logged_in_headline
                {
                    display: block;
        
                    margin-bottom: 6px;
                    padding-left: 10px;
        
                    color: #00aeef;
                    font-size: 12px;
                    font-weight: bold;
        
                    background: url(../images/construct/arrow_blue_s.gif) 2px 6px no-repeat;
                }
                span#user_logged_in_user
                {
                    color: #a7a7a7;
                }
                    span#user_logged_in_user strong
                    {
                        color: #00aeef;
                    }
                div#user_logged_in_meta
                {
                    margin: 10px 0 0 0;
                    padding: 0 0 0 20px;
        
                    color: #00aeef;
                    font-size: 11px;
                }
                div#user_logged_in_image
                {
                    position: absolute;
                    top: 11px;
                    right: 11px;
                }
                    .wrap1, .wrap2, .wrap3
                    {
                        display: inline-table;
                        /* \*/display: block;/**/
                    }
                    .wrap1
                    {
                        float: left;
        
                        background: url(../images/construct/shadows/shadow.gif) right bottom no-repeat;
                    }
                    .wrap2
                    {
                        background:url(../images/construct/shadows/corner_bl.gif) left bottom no-repeat;
                    }
                    .wrap3
                    {
                        padding:0 4px 4px 0;
        
                        background:url(../images/construct/shadows/corner_tr.gif) right top no-repeat;
                    }
                        .wrap3 img
                        {
                            display:block;
        
                            border: 4px solid #fff;
                        }
        
            div#user_login
            {
                position: absolute;
                top: -3px;
        
                padding: 21px 0 0 20px;
                width: 271px;
                height: 74px;
        
                background: url(../images/construct/user_login_image.gif) right 0 no-repeat;
            }
                span#user_login_headline
                {
                    display: block;
                    float: left;
        
                    margin-bottom: 6px;
                    padding-left: 10px;
        
                    color: #00aeef;
                    font-size: 12px;
                    font-weight: bold;
        
                    background: url(../images/construct/arrow_blue_s.gif) 2px 6px no-repeat;
                }
                    span#user_login_headline h3
                    {
                        margin: 0;
                        padding: 0;
                    }
                span#user_login_password,
                span#user_login_backlink
                {
                    display: block;
                    float: left;
        
                    margin-bottom: 3px;
                    margin-left: 25px;
                    padding-left: 10px;
        
                    font-size: 11px;
                    -moz-opacity: 0.40;
                    -khtml-opacity: 0.40;
                    filter:Alpha(opacity = 40);
                    opacity: 0.40;
        
                    background: url(../images/construct/arrow_blue_e.gif) 0 6px no-repeat;
                }
                span#user_login_backlink
                {
                    margin: 0;
        
                    -moz-opacity: 0.75;
                    -khtml-opacity: 0.75;
                    filter:Alpha(opacity = 75);
                    opacity: 0.75;
        
                    background-image: url(../images/construct/arrow_blue_w.gif);
                }
                div#user_login input,
                div#user_login label
                {

                    float: left;
        
                    margin: 0 0 3px 0;
                }
                div#user_login label
                {
                    padding: 4px 0 0 0;
                    display:inline;
                    width: 65px;
        
                    color: #00aeef;
                    line-height: 12px;
                }
                div#user_login input.text
                {
                    margin-right: 3px;
                    width: 168px;
                }
                input#user_login_submit
                {
                    display: block;
                    float: left;
                    overflow: visible;
        
                    padding: 0;
                    width: 20px;
                    height: 20px;
        
                    cursor: pointer;
        
                    background: url(../images/construct/button_submit.gif);
        
                    border: 0;
                }
                div#login_messagebox
                {
                    position: absolute;
                    top: 87px;
                    left: -50px;
                    z-index: 15000;
        
                    width: 304px;
        
                    color: #fff;
                    font-size: 11px;
                }
                    div#login_messagebox_top
                    {
                        height: 13px;
                        background: url(../images/construct/box/background_01.png) 0 0 no-repeat;
                    }
                    div#login_messagebox_middle
                    {
                        padding: 2px 15px;
                        background: url(../images/construct/box/background_02.png) 0 0 repeat-y;
                    }
                    div#login_messagebox_bottom
                    {
                        height: 11px;
                        background: url(../images/construct/box/background_03.png) 0 0 no-repeat;
                    }
                    a#login_messagebox_close, a#login_messagebox_close:hover
                    {
                        position: absolute;
                        display: block;
                        bottom: -10px;
                        left: 10px;
                        
                        padding: 2px 4px;
                        
                        color: #fff;
                        text-decoration: none;
                        
                        background: #ec008c;
                    }
                    a#login_messagebox_close:hover
                    {
                        color: #ec008c;
                        
                        background: #fff;
                    }

/* ============== */
/* = NAVIGATION = */
/* ============== */
div#navigation_container
{
    position: absolute;
    top: 116px;
    left: 0;
    
    width: 100%;
}
    div#navigation
    {
        height: 28px;
        
        background: url(../images/construct/navigation_background.gif) center 0 no-repeat;
    }
        div#navigation_content
        {
            position: relative;

            margin: 0 auto;
            width: 968px;
        }
            div#navigation_content a, div#navigation_content a:hover
            {
                display: block;
                float: left;

                margin: 3px 0 0 0;
                padding: 5px 16px 0 18px;
                height: 20px;
                overflow:hidden;

                color: #fff;
                font-size: 14px;
                line-height: 14px;

                background-image: url(../images/construct/navigation_a_background.gif);
                background-position: 10px 5px;
                background-repeat: no-repeat;
            }
            div#navigation_content a:hover
            {
                text-decoration: none;
            }
            div#navigation_content a.active, div#navigation_content a.active:hover
            {
                color: #666;
                font-weight: bold;

                background-position: 11px -20px;
                background-color: #fff;
            }
            div#navigation_content a.first, div#navigation_content a.first:hover
            {
                margin-left: 21px;
            }
                /* SUBNAVIGATION (LAYER): */
                #navi_sub, #navi_sub ul {
                    margin: 0;
                    padding: 0;
                    /*float:right;*/
                    list-style: none;
                    float:left;
                    display:inline;
                }
                ul#navi_sub {
                    position:absolute;
                    left:0px;
                    top:0px
                }
                #navi_sub li.navi_sub_li, #navi_sub li.navi_sub_parent {
                    position: relative;
                    float: left;
                    background:none;
                    margin: 0;
                    padding: 0;
                    overflow:visible;
                    display:block;
                    height:28px;
                }
                #navi_sub li div.navi_sub_container {
                    position: absolute;
                    z-index: 99999;
                    top: 28px;
                    display: none;
                
                    margin: 0;
                    padding: 0px 0 14px;
                
                    border-width: 1px 2px 2px;
                    background: #00aeef 0 0 repeat-x; 
                    -moz-opacity:0.9;
                    -khtml-opacity:0.9;
                    filter:Alpha(opacity=90);
                    opacity:0.9; 
                }
                    #navi_sub li div.navi_sub_container table {
                
                        margin: 0;
                        padding: 0;
                        width:280px;

                    }
                    ul#navi_sub div.navi_sub_container ul {
                        padding:10px 0px 14px 0;

                        display:block;
                        margin:0px;
                        background: #00aeef 0 0 repeat-x;
                    }
                    div.navi_sub_container ul li {
                        margin-left:15px;
                        list-style-image:none;
                        background:none;
                        font-weight:regular;
                    }
                        #navi_sub li table td {
                            vertical-align: top;
                            white-space: nowrap;
                        }
                        #navi_sub li div.navi_sub_container table td a
                        {
                            position: relative;
                            display: block;
                
                            padding: 0 20px 3px 26px;
                            height:20px;
                            float: none !important;
                
                            font-size: 12px;
                            font-weight: bold;
                            color: #fff;
                            text-decoration: none;
                
                            background: none !important;
                            padding-left:2px !important;
                            line-height:20px;
                            margin:0px;
                        }
                        #navi_sub li div.navi_sub_container table td a:hover
                        {
                            background-position: none;
                            text-decoration: underline !important;
                            font-size: 12px;
                            padding: 0 20px 3px 26px !important;
                            padding-left:2px !important;
                            font-weight: bold;
                            height:20px;
                            line-height:20px;
                            margin:0px;
                        }
                
                #navi_sub li:hover div.navi_sub_container, #navi_sub li li:hover div.navi_sub_container, #navi_sub li li li:hover div.navi_sub_container, #navi_sub li.sfhover div.navi_sub_container, #navi_sub li li.sfhover div.navi_sub_container, #navi_sub li li li.sfhover div.navi_sub_container {
                    left: 0;
                    display: block;
                }
                
                #navi_sub li:hover, #navi_sub li.sfhover {
                    color: white;
                }


/* =========== */
/* = CONTENT = */
/* =========== */
div#content
{
    padding-top: 28px;

    background: #fff;
}
    div#content2
    {
        position: relative;

        margin: 0 auto;
        padding: 0 0 0 21px;
        width: 947px; /*968px*/
    }
        div#content_left
        {
            float: left;

            margin-top: 32px;
            width: 620px;
        }
            div.inhaltshaelfte_left
            {
                float: left;

                padding: 0 15px 15px 0;
                width: 280px; /*310px*/
            }
        div#content_right
        {
            float: right;

            width: 290px;

            background: #fdfdfd;
            overflow:hidden;
            display:block;
            position:relative;
        }

/* =================== */
/* = MAGAZINE TEASER = */
/* =================== */
div.magazines-teaser
{
    position: relative;

    height: 164px;
}
    div.magazines-teaser-content
    {
        position: absolute;
        top: 0;
        left: -22px;

        width: 676px;
        height: 147px;

        background: url(../images/construct/magazines_background.gif) 0 0 repeat-x;
    }
        div.magazines-teaser-item
        {
            position: relative;
            float: left;

            width: 220px;
            height:138px;
        }
            div.magazines-teaser-content img
            {
                float: left;
                margin: 9px 6px 0 8px;
                position:absolute;
                top: 0px;
                left:0px;
            }
            span.magazines-teaser-head
            {
                padding:19px 0 0 110px;
                display:block;

                color: #00aeef;
                font-weight: bold;
            }
            span.magazines-teaser-issue
            {


                padding:0 0 0 110px;

                color: #00aeef;
                font-weight: bold;
            }
            span.magazines-teaser-subject
            {


                padding:19px 0 0 110px;
                display:block;
                color: #00aeef;
                font-weight: bold;
            }
            span.magazines-teaser-issue
            {
                top:15px;
                color: #cbcbcb;
            }
            div.magazines-teaser-item a, div.magazines-teaser-item a:hover
            {
                color: #ec008c;
                font-size: 11px;
                font-weight: bold;
                
                position:absolute;
                bottom:0px;
                left:110px;
                
                padding: 0 0 0 8px;

                background: url(../images/construct/arrow_pink_e.gif) 0 6px no-repeat;
            }

/* ======== */
/* = NEWS = */
/* ======== */
/* LATEST */
div.news-latest-container-small
{
    float: left;

    margin-top: 33px;
    margin-bottom: 33px;
    width: 293px;
}
    div.news-latest-container-small div.news-list-item-image1
    {

    }
        div.news-latest-container-small div.news-list-item-image1 img
        {
            margin-top: 40px;
            margin-bottom: 13px;
        }
div.news-latest-container
{
}
    div.news-latest-item
    {
    }
        div.news-latest-item p
        {
            display: inline;
        }
/* LIST */
div.news-list-container
{

}
    div.news-list-item
    {
        margin: 0 0 35px 0;
        padding: 0 120px 0 0;
    }
        div.news-list-item h1
        {
            padding-top: 5px;
        }
        div.news-list-item p
        {
            display: inline;
        }
        div.news-list-item-image,
        div.news-list-item-image1
        {
            float: right;

            margin: 5px 0 0 40px;

            
        }
        div.news-list-item-image
        {
            float: left;
            margin: 0px;
            color: #787878;
            
            
        }
        div.news-list-item-image div.news-list-item-image-container img,
        div.news-list-item-image1 div.news-list-item-image-container img,
        div.csc-textpic-imagewrap img
        {
            background: #e5e5e5;
            border-right: 4px solid #00aeef;
        }
        div.news-list-item-image1 div.news-list-item-image-container img
        {
            border-right:0;
            border-left: 4px solid #00aeef;
        }
        div.news-list-item-image div.news-list-item-image-container,
        div.news-list-item-image1 div.news-list-item-image-container,
        div.csc-textpic-imagewrap
        {
            background: #e5e5e5;
            margin: 5px 20px 20px 0;
        }
        div.csc-textpic-imagewrap
        {
            padding-right:4px;
        }
        div.news-list-item-image:hover,
        div.news-list-item-image1:hover,
        div.news-list-item-image:hover span,
        div.news-list-item-image1:hover span
        {
            color: #00aeef;
            text-decoration: none;
        }
            span.news-list-imgcaption,
            .csc-textpic-caption
            {
                display: block;

                padding: 10px;

                color: #787878;
                line-height: 1em;
            }
        span.news-list-item-link a, span.news-list-item-link a:hover
        {
            font-family: Georgia,"Nimbus Roman No9 L",serif;
            font-weight: bold;
        }
/* SEARCH */
div.news-search-form
{
    display: none;
}
/* SINGLE */
div.news-single-item
{

}
div.news-single-itemCut
{
    position: relative;
    overflow: hidden;
}
    div.news-itemCut-overlay
    {
        position: absolute;
        bottom: 0;
        left: 0;
        
        width: 620px;
        height: 380px;
        
        background: url(../images/construct/news-itemCut-overlay.png) 0 bottom no-repeat;
    }
    a#pdf_link, a#pdf_link:hover,
    a#recommend_link, a#recommend_link:hover
    {
        display: block;
        float: left;

        margin: 22px 40px 0 0;
        padding: 0 0 0 22px;
        height: 16px;

        font-family: Georgia,"Nimbus Roman No9 L",serif;
        font-weight: bold;

        background: url(../images/construct/icon_pdf_link.gif) 0 0 no-repeat;
    }
    a#recommend_link, a#recommend_link:hover
    {
        background: url(../images/construct/meta2_newsletter_background.gif) 0 2px no-repeat;
    }
    a#pdf_link.disabled, a#pdf_link.disabled:hover
    {
        cursor: default;
        text-decoration: none;
        -moz-opacity: 0.50;
        -khtml-opacity: 0.50;
        filter:Alpha(opacity = 50);
        opacity: 0.50;
    }
    div.news-single-item h1
    {
        margin-bottom: 5px;
    }
    div.news-single-item h2
    {
        color: #666;
        margin-bottom: 15px;
        padding: 5px 15px;

        border-left: 3px solid #00aeef;
    }
    span.news-single-item-category,
    span.news-single-item-date,
    span.news-list-item-date,
    span.news-simple-item-date
    {
        display: block;

        color: #666;
        font-family: Georgia,"Nimbus Roman No9 L",serif;
        font-weight: bold;
    }
    span.news-single-item-date,
    span.news-list-item-date,
    span.news-simple-item-date
    {
        float: left;

        font-weight: normal;
    }
    span.news-simple-item-date
    {
        float: right;
        
        width: 80px;
        
        text-align: right;
    }
    h3.news-simple
    {
        float: left;
        
        padding: 3px 0 0 0;
        width: 500px;
    }
    span.news-list-item-date
    {
        float: none;
    }
    span.news-single-item-author
    {
        color: #cbcbcb;
        font-style: italic;
    }
    div.news-single-backlink a, div.news-single-backlink a:hover
    {
        display: block;

        margin: 10px 0 20px 0;
        padding-left: 6px;

        color: #ec008c;
        font-size: 11px;
        font-weight: bold;

        background: url(../images/construct/arrow_pink_w.gif) 0 6px no-repeat;
    }
    div.news_related a, div.news_related a:hover
    {
        display: block;

        margin-bottom: 3px;
        padding-left: 10px;

        font-size: 11px;

        background: url(../images/construct/arrow_blue_e.gif) 0 6px no-repeat;
    }
    div.news-single-item-subheader h3
    {
        color: #424242;
        font-size: 13px;
        font-weight: bold;
        line-height: 17px;
    }
        div.news-single-img
        {
            float: right;
            
            margin: 0 0 20px 25px;
        }
            div.news-single-img img
            {
                float: right;

                margin: 20px 0 0 0;

                border-right: 4px solid #00aeef;
            }
            div.news-single-img span
            {
                /*width: 100%;*/
            }
        div.news-single-img:hover,
        div.news-single-img:hover span,
        {
            color: #00aeef;
            text-decoration: none;
        }
            div.news-single-imgcaption-container
            {
                float: right;
                overflow: hidden;

                border-right: 4px solid #00aeef;
            }
                span.news-single-imgcaption
                {
                    display: block;

                    padding: 10px;
                    /*width: auto;*/

                    color: #787878;
                    line-height: 1em;

                    background: #e5e5e5;
                }
                div.tiplink a#pdf_link
                {
                    display:none;
                }

/* =============== */
/* = RIGHT BOXES = */
/* =============== */
div.right_box
{
    position: relative;

    padding: 18px 11px;

    background: url(../images/construct/right_box_background.gif) 0 0 repeat-x;

    border-bottom: 1px solid #e9e9e9;
}
    div.right_box h2
    {
        margin-bottom: 11px;
        padding: 2px 6px;

        border-bottom: 1px solid #c3e6f3;
    }
    div.right_box p
    {
        padding: 0 6px;

        color: #666;
        font-size: 10px;
        line-height: 12px;
    }
/* ========== */
/* = IM ABO = */
/* ========== */
div.right_box_im_abo
{
	height:124px;
}
    div.right_box_im_abo img,
    div.right_box_tv img
    {
        position: absolute;
        top: 0;
        right: -30px;
    }
    div.right_box_im_abo div.abo_links
	{
		position:absolute;
		left:17px;
		top:100px;
		z-index:99;
	}
    	div.right_box_im_abo a, div.right_box_im_abo a:hover,
    	div.right_box_tv a, div.right_box_tv a:hover
		{
			display: block;
	
			margin-bottom: 3px;
			padding-left: 6px;
	
			color: #ec008c;
			font-size: 11px;
			font-weight: bold;
	
			background: url(../images/construct/arrow_pink_e.gif) 0 6px no-repeat;
		}
/* ======= */
/* = CAL = */
/* ======= */
div.right_box_cal
{

}
    a#right_box_cal-link, a#right_box_cal-link:hover
    {
        display: block;

        margin-bottom: 3px;
        padding-left: 6px;

        color: #ec008c;
        font-size: 11px;
        font-weight: bold;

        background: url(../images/construct/arrow_pink_e.gif) 0 6px no-repeat;
    }
    div.right_box_cal-item
    {
        margin-bottom: 10px;
    }
        span.right_box_cal-category
        {
            display: block;

            padding: 0 0 0 6px;

            color: #ec008c;
            font-size: 11px;
            font-weight: bold;
        }
        span.right_box_cal-title
        {
            display: block;

            padding: 0 0 3px 6px;

            color: #666;
            font-size: 11px;
            font-weight: bold;
            line-height: 13px;

            background: url(../images/construct/arrow_pink_e.gif) 0 6px no-repeat;
        }
        span.right_box_cal-date
        {
            display: block;

            padding: 0 0 0 6px;

            color: #8f8f8f;
            font-size: 11px;
        }
            span.right_box_cal-time
            {
                font-weight: bold;
            }
/* ============= */
/* = TAGWOLKEN = */
/* ============= */
div.tagcloud
{
    padding: 0 6px;

    background: none;

    border: 0;
}
    div.tagcloud a, div.tagcloud a:hover
    {
        color: #00aeef;
        line-height: 20px;
    }
/* ======== */
/* = POLL = */
/* ======== */
div.right_box_poll
{
    border-bottom:0;
}
    div.right_box_poll p
    {
        margin: 0;
    }
    div.right_box_poll a, div.right_box_poll a:hover
    {
        display: block;

        margin: 0 3px 4px 3px;
        padding: 3px 4px;

        font-family: Georgia,"Nimbus Roman No9 L",serif;
        font-weight: bold;
        text-decoration: none;

        background: #d4f2fe;
    }
    div.right_box_poll a:hover
    {
        color: #fff;

        background: #00aeef;
    }
    div.right_box_poll_results
    {
        padding: 0 6px 20px;
    }
        div.right_box_poll_results h3
        {
            margin: 10px 0 3px 0;
        }
        div.poll_percent
        {

        }
            span.poll_percent_box
            {
                display: block;

                width: 2px;

                background: #ec008c;

                border-right: 2px solid #00aeef;
            }
div#content_right div.umfrage_archiv_wrapper
{
    background:none;
    padding:0px;
}
    div#content_right div.umfrage_archiv_wrapper div.umfrage_archiv
    {
        border-top:1px solid #C3E6F3;
        padding:5px 17px 20px 17px;
        position:relative;
        margin:2px 11px;
    }
    
div#content_left div.poll_percent,
div.right_box_poll div.poll_percent
{
    width:402px;
    background:url(../images/construct/poll_bar_max.gif) no-repeat 0px 1px ;
    border:1px solid #e9e9e9;
    padding:1px 0px 0px 1px;
}
div.right_box_poll div.poll_percent
{
    width:252px;
}
div#content_left span.poll_percent_box,
div.right_box_poll span.poll_percent_box
{
    background:#EC008C none repeat scroll 0 0;
    border-right:2px solid #00AEEF;
    display:inline-block;
    width:2px;
    padding:0px 0 0px 0;
    margin:0 2px 1px 0;
}

div#content_left div.tx-jkpoll-pi1
{
    margin:0 0 30px 0;
}
div#content_left p.alte_umfrage a
{
    padding:0 0 0px 15px;
    margin:0 0 10px 5px;
    background:url(../images/construct/poll_list_icon.gif) no-repeat left 0px;
}


/* ========= */
/* = SUCHE = */
/* ========= */

div#content_left div.tx-indexedsearch-searchbox fieldset
{
    border:none;
    padding:0px;
    margin:0px;
}
div#content_left div.tx-indexedsearch-searchbox p
{
    margin:10px 0 0 0;
}
div#content_left input#tx-indexedsearch-searchbox-sword
{
    float:left;
    width:300px;
    height:21px;
    background:transparent url(../images/construct/inpute_type_text_background.gif) repeat-x scroll left bottom;
    font-size:14px;
    padding:4px 0 0 7px;
    
}
div#content_left input#tx-indexedsearch-searchbox-button-submit
{
    background:transparent url(../images/construct/button_search_large.gif) repeat scroll 0 0;
    border:0 none;
    cursor:pointer;
    height:27px;
    overflow:visible;
    padding:0;
    width:27px;
    font-size:0px;
    margin:0 0 0 4px;
}

div#content_left div.tx-indexedsearch-whatis
{
    font-size:16px;
    border-bottom:1px solid #e9e9e9;
    margin:20px 0 3px 0;
}
div#content_left div.tx-indexedsearch div.tx-indexedsearch-whatis span.tx-indexedsearch-sw
{
    color:#00AEEF;
}
div#content_left div.tx-indexedsearch p.tx-indexedsearch-descr strong.tx-indexedsearch-redMarkup
{
    color:#EC008C;
    font-size:16px;
}
div#content_left div.tx-indexedsearch h2
{
    margin-bottom:5px;
}

div#content_left div.tx-indexedsearch dl.tx-indexedsearch-info
{
    margin:0px;
}
    div#content_left div.tx-indexedsearch dl.tx-indexedsearch-info dt
    {
        display:inline;
        float:left;
    }
    div#content_left div.tx-indexedsearch dl.tx-indexedsearch-info dd
    {
        margin:0px;
    }
    
div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-for,
div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-select-section,
div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-select-results
{
    padding:10px 0 0px 0;
}  
div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-for
{
    padding:20px 0 0px 0;
}
div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-select-section label
{
    display:block;
}
    div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-for select#tx-indexedsearch-selectbox-defop,
    div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-select-section select#tx-indexedsearch-selectbox-sections
    {
        height:19px;
        background:transparent url(../images/construct/inpute_type_text_background.gif) repeat-x scroll left bottom;
        font-size:12px;
        border-top: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-select-section select#tx-indexedsearch-selectbox-sections
    {
        width:310px;
    }
    div#content_left div.tx-indexedsearch div.tx-indexedsearch-search-for select#tx-indexedsearch-selectbox-defop
    {
        width:180px;
    }
    div.tx-indexedsearch-search-for label
    {
        float:left;
        width:130px;
    }
    
div#content_left div.tx-indexedsearch  div.tx-indexedsearch-search-select-results
{
    margin:15px 0 0 0;
}
/* =========== */
/* = TERMINE = */
/* =========== */
div.cal_termine_liste
{

}
    body#body70 div#content_left h2
    {
        margin-bottom: 11px;
        padding: 2px 6px;

        border-bottom: 1px solid #c3e6f3;
    }
    div.cal_termine_liste-item,
    div.cal_termine_liste-item1
    {
        position: relative;

        margin-bottom: 10px;
        padding: 5px;
    }
    div.cal_termine_liste-item1
    {
        background: #f3fcff;
    }
        span.cal_termine_liste-category
        {
            display: block;

            padding: 0 0 0 6px;

            color: #ec008c;
            font-size: 11px;
            font-weight: bold;
        }
        span.cal_termine_liste-title
        {
            display: block;

            padding: 0 0 3px 6px;
            width: 480px;

            color: #666;
            font-size: 12px;
            font-weight: bold;
            line-height: 14px;

            background: url(../images/construct/arrow_pink_e.gif) 0 6px no-repeat;
        }
        span.cal_termine_liste-location
        {
            position: absolute;
            top: 5px;
            right: 5px;
            display: block;

            color: #666;
            font-size: 12px;
            font-weight: bold;
            line-height: 14px;
        }
        span.cal_termine_liste-organizer
        {
            display: block;

            padding: 0 0 3px 6px;

            color: #ec008c;
            font-size: 11px;
            line-height: 14px;
        }
        span.cal_termine_liste-date
        {
            display: block;

            padding: 0 0 0 6px;

            color: #8f8f8f;
            font-size: 11px;
        }
            span.cal_termine_liste-time
            {
                font-weight: bold;
            }



/* =========== */
/* = FELogin = */
/* =========== */

form#felogin_formular
{
    position: relative;
    display: block;

    padding: 21px 0 80px 33px;

    color: #fff;

    background: #00aeef url(../images/construct/user_registration_background.gif) 0 0 no-repeat;
}
form#felogin_formular fieldset
{
    border:0;
    padding:0px;
    margin:0px;
}
    form#felogin_formular fieldset h1
    {
        color:#fff;
        margin:0 0 12px 79px;
    }
    form#felogin_formular fieldset div
    {
        margin:0px 0 9px 79px;
    }
        form#felogin_formular fieldset div label
        {
            float:left;
            width:120px;
        }
        form#felogin_formular fieldset input.submit
        {
            background:transparent url(../images/construct/button_pink_long_submit.gif) repeat scroll 0 0;
            border-color:#02A6E3 #0092C8 #0092C8 #02A6E3;
            border-style:solid;
            border-width:1px;
            color:#FFFFFF;
            cursor:pointer;
            font-size:13px;
            font-weight:bold;
            height:20px;
            line-height:13px;
            margin:35px 0 0;
            overflow:visible;
            padding:0 16px 0 23px;
        }
/* ===================== */
/* = USER REGISTRATION = */
/* ===================== */
span.error
{
    color:#FF0000;
    display:block;
    margin:0 0 20px 0px;
    clear:both;
}
a#account_delete, a#account_delete:hover
{
    position: absolute;
    top: 10px;
    right: 5px;

    padding: 3px 3px 3px 13px;

    background-color: #fff;
    background-position: 2px 6px;
}
form.user_registration
{
    position: relative;
    display: block;

    padding: 21px 0 80px 33px;

    color: #fff;

    background: #00aeef url(../images/construct/user_registration_background.gif) 0 0 no-repeat;
}
form.user_registration a
{
    color:#fff;
}
    form.user_registration input.tx-srfeuserregister-pi1-delete-icon
    {
        display: inline;
        float: none;

        margin: 1px 0 0 10px;
    }
    a.tx-srfeuserregister-pi1-file-view, a.tx-srfeuserregister-pi1-file-view:hover
    {
        display: inline;

        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }
    form.user_registration h1
    {
        margin: 0 0 12px 79px;
        color: #fff;
    }
    form.user_registration h2,
    form.user_registration label.headline
    {
        margin-bottom: 12px;
        padding-left: 10px;

        color: #fff;
        font-size: 12px;
        font-weight: bold;

        background: url(../images/construct/arrow_white_s.gif) 2px 6px no-repeat;
    }
    form.user_registration h2
    {
        margin-top: 25px;
    }
    form.user_registration h3
    {
        margin: 10px 0 0 0;
        
        color: #fff;
    }
    form.user_registration p.sternchen-erklaerung
    {
        margin: 10px 0;
    }
    form.user_registration label.headline
    {
        width: 160px;
        background-position: 2px 9px;
    }
    div#clientnumber_wrapper
    {
        margin: 15px 0 22px 0;
    }
    div.clientnumber_wrapper_disabled
    {
        -moz-opacity: 0.50;
        -khtml-opacity: 0.50;
        filter:Alpha(opacity = 50);
        opacity: 0.50;
    }
    form.user_registration p
    {
        margin: 0;
        padding: 0;
        width: 520px;

        line-height: 14px;
    }
	form.user_registration p.tx-srfeuserregister-pi1-error,
	form span.error
    {
        background:#EC008C none repeat scroll 0 0;
        margin:0 0 10px;
        color:#fff;
        padding:2px;
        width:343px;
		display:block;
	}
    form.user_registration input,
    form.user_registration label
    {
        display: block;
        float: left;

        margin: 0 0 9px 0;
    }
    form.user_registration label
    {
        padding: 4px 0 0 0;
        width: 170px;

        line-height: 12px;
    }
    form.user_registration label.longerLabel
    {
        width: 250px;
    }
    form.user_registration input.checkbox
    {
        margin-right: 5px;
    }
    form.user_registration label.checkbox
    {
        display: inline;
        float: none;

        margin: 0;
        padding: 0;
        width: 495px;

        line-height: 15px;
    }
        form.user_registration label.checkbox a, form.user_registration label.checkbox a:hover
        {
            display: inline;

            padding: 0;

            color: #fff;
            font-weight: bold;
            text-decoration: underline;

            background: 0;
        }
        form.user_registration label.checkbox a:hover
        {
            text-decoration: none;
        }
    form.user_registration div.tx-srfeuserregister-pi1-gender-selection label,
    form.user_registration div.tx-srfeuserregister-pi1-gender-selection input
    {
        float: left;
    }
    form.user_registration div.tx-srfeuserregister-pi1-gender-selection label
    {
        padding: 1px 0 0 2px;
        width: 30px;
    }
    form.user_registration input.text
    {
        margin-right: 3px;
        width: 168px;
    }
    form.user_registration input.submit
    {
        overflow: visible;

        margin: 35px 0 0 0;
        padding: 0 16px 0 23px;
        height: 20px;

        color: #fff;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;

        background: url(../images/construct/button_pink_long_submit.gif);

        border-bottom: 1px solid #0092c8;
        border-right: 1px solid #0092c8;
        border-top: 1px solid #02a6e3;
        border-left: 1px solid #02a6e3;
    }
    form.user_registration input.submit_greyback
    {
        overflow: visible;

        margin: 35px 0 0 0;
        padding: 0 16px 0 23px;
        height: 20px;

        color: #fff;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;

        background: url(../images/construct/button_greyback_long_submit.gif);

        border-bottom: 1px solid #0092c8;
        border-right: 1px solid #0092c8;
        border-top: 1px solid #02a6e3;
        border-left: 1px solid #02a6e3;
    }
    form.user_registration div.tx-srfeuserregister-pi1-aboart-selection label
    {
        width: 250px;
    }
        form.user_registration div.tx-srfeuserregister-pi1-aboart-selection input
        {
            margin:3px 5px 0 0px; 
        }
        form.user_registration div.tx-srfeuserregister-pi1-aboart-selection input#tx-srfeuserregister-pi1-aboart-0
        {
            
        }
        form.user_registration div.tx-srfeuserregister-pi1-aboart-selection input#tx-srfeuserregister-pi1-aboart-1
        {
            margin:3px 5px 0 0; 
        }
        form.user_registration div.tx-srfeuserregister-pi1-aboart-selection input#tx-srfeuserregister-pi1-aboart-2
        {
            margin:3px 5px 0 0; 
        }
/* ========== */
/* = FOOTER = */
/* ========== */
div#footer
{
    clear: both;

    padding: 30px 0 0 0;
    height: 23px;

    background: #fff url(../images/construct/meta_background.gif) center 30px no-repeat;

    border-bottom: 3px solid #ec008c;
}
    div#footer_content
    {
        position: relative;

        margin: 0 auto;
        width: 968px;
    }
    span#footer_content_text,
    span#footer_content_text2
    {
        position: absolute;
        top: 5px;
        left: 200px;

        color: #848484;
        font-size: 11px;
    }
    span#footer_content_text2
    {
        top: 32px;
    }
    div#footer_meta_navigation
    {
        position: absolute;
        top: 0;
        right: 0;
    }
        div#footer_meta_navigation a, div#footer_meta_navigation a:hover
        {
            display: block;
            float: right;

            margin: 4px 0;

            color: #3e3e3e;
            font-size: 11px;
        }
        div#footer_meta_navigation img
        {
            float: right;

            margin: 3px 9px 0;
        }



#mediaLabels div {
    padding: 4px 0 3px 0;
}

#mediaInputs div {
    padding: 1px 0 0 0;
}


/* ========== */
/* = BANNER = */
/* ========== */
div.right_box_banner
{
    padding: 2px 0 0 0;
}
    div.right_box_banner p
    {
        margin: 0 0 0px 0;
        padding: 0;
        
        text-align: center;
    }

    
    /* SkyScrapper */
    div.dzw_skyscraper
    {
        height:600px;
        position:absolute;
        right:-130px;
        top:10px;
        width:120px;
    }
/* ============== */
/* = User-Login = */
/* ============== */

form#felogin_formular
{
    position: relative;
    display: block;

    padding: 21px 0 0px 33px;

    color: #fff;

    background: #00aeef url(../images/construct/user_login_background.gif) 0 0 no-repeat;
}
form#felogin_formular fieldset
{
    border:0;
    padding:0px;
    margin:0px;
    color:#fff;
}
    form#felogin_formular fieldset h1
    {
        color:#fff;
        margin:0 0 12px 79px;
    }
    form#felogin_formular fieldset h3
    {
        color:#fff;
        margin:0 0 12px 0px;
        background:url(../images/construct/arrow_white_s.gif) no-repeat 0px 6px !important;
        padding:0 0 0 10px;
    }
    form#felogin_formular fieldset div {
        margin:0 0 9px 0px;
    }
    form#felogin_formular fieldset div.felogin_formular_left,
    form#felogin_formular fieldset div.felogin_formular_right
    {
        margin: 40px 0 0 0;
        width:285px;
        float:left;
    }
    form.felogin_formular_forgot_pass div.felogin_formular_left
    {
        margin:5px 0 0 79px !important;
    }
    form#felogin_formular fieldset div.felogin_formular_right
    {
        border-left:1px solid #fff;
        width:245px;
        padding:0 0 50px 30px;
    }
        
        form#felogin_formular fieldset div.felogin_formular_right a.felogin_formular_registration,
        form#felogin_formular fieldset div input.felogin_formular_registration
        {
            background:url(../images/construct/button_pink_long_submit.gif) repeat 0 0;
            border-color:#02A6E3 #0092C8 #0092C8 #02A6E3;
            border-style:solid;
            border-width:1px;
            color:#FFFFFF;
            cursor:pointer;
            font-size:13px;
            font-weight:bold;
            height:20px;
            line-height:13px;
            margin:35px 0 0;
            overflow:visible;
            padding:0 16px 0 23px;
        }
        form#felogin_formular fieldset div input.felogin_formular_registration
        {
            margin:0px 0 20px 0;
            padding:0 0px 0 23px;
        }
        form#felogin_formular fieldset div.felogin_formular_left input.text
        {
            float:left;
            margin:0 3px 0 0;
        }
        form#felogin_formular fieldset div.felogin_formular_left p a
        {
            background:url(../images/construct/arrow_bright_blue_e.gif) no-repeat 0 5px;
            margin:0px 0 0 90px;
            color:#67cdf3;
            padding:0px 0 0 10px;
        }
        form#felogin_formular fieldset div.felogin_formular_left label
        {
            float:left;
            width:90px;
        }
        form#felogin_formular fieldset input.submit
        {
            background:url(../images/construct/button_submit.gif) no-repeat 0 0;
            border:0px;
            cursor:pointer;
            height:20px;
            width:20px;
            padding:0px;
            margin:0px;
            float:left;
        }
        
/* =========================== */
/* = Newsletter-Registration = */
/* =========================== */
        
form#newsletter_registration
{
    position: relative;
    display: block;
    padding: 21px 0 30px 33px;
    color: #fff;
    background: #00aeef url(../images/construct/newsletter_registration_background.gif) 0 0 no-repeat;
}

    form#newsletter_registration h1
    {
        color:#fff;
        margin:0 0 12px 79px;
    }
    form#newsletter_registration div.newsletter_registration_wrapper
    {
        margin:0 0 0 79px;
    }
    form#newsletter_registration div.newsletter_registration_wrapper label
    {
        width:140px;
        float:left;
        position:relative;
    }
    form#newsletter_registration div.newsletter_registration_wrapper input
    {
        margin:0 0 10px 0px;
    }
    form#newsletter_registration div.newsletter_registration_wrapper input.submit
    {
        background:url(../images/construct/button_pink_long_submit.gif) repeat 0 0;
        border-color:#02A6E3 #0092C8 #0092C8 #02A6E3;
        border-style:solid;
        border-width:1px;
        color:#FFFFFF;
        cursor:pointer;
        font-size:13px;
        font-weight:bold;
        height:20px;
        line-height:13px;
        overflow:visible;
        padding:0 16px 0 23px;
        margin:5px 0 0 0;
    }

/* ========================= */
/* = Mediadaten Bestellung = */
/* ========================= */

form.mediadaten_formular
{
    position: relative;
    display: block;
    padding: 21px 0 30px 110px;
    color: #fff;
    background: #00aeef url(../images/construct/newsletter_registration_background.gif) 0 0 no-repeat;
}
    form.mediadaten_formular h1
    {
        color:#fff;
        margin:0 0 26px 0px;
    }

    form.mediadaten_formular input
    {
        width:220px;
        margin:0 0 7px 0;
    }
    form.mediadaten_formular input#plz
    {
        width:50px;
    }
    form.mediadaten_formular input#ort
    {
        width:158px;
    }
    form.mediadaten_formular div.mediadaten_beratung
    {
        margin:0px 0 15px 0px;
    }
        form.mediadaten_formular div.mediadaten_beratung input#beratung
        {
            width:20px;
            margin:10px 0 0 15px;
        }
        form.mediadaten_formular div.mediadaten_beratung label
        {

        }
        form.mediadaten_formular div.mediadaten_beratung label.option
        {
            width:50px;
            display:inline;
            float:none;
        }
    form.mediadaten_formular label
    {
        width:120px;
        display:block;
        float:left;
        padding:1px 0 0 0;
    }
    form.mediadaten_formular label.plz,
    form.mediadaten_formular label.ort
    {
        width:24px;
        display:inline-block;
        float:none;
        padding:1px 0 0 0;
    }
    form.mediadaten_formular label.ort
    {
        width:93px;
        display:inline-block;
        float:none;
        padding:1px 0 0 0;
    }
    form.mediadaten_formular input.submit
    {
        background:url(../images/construct/button_pink_long_submit.gif) repeat 0 0;
        border-color:#02A6E3 #0092C8 #0092C8 #02A6E3;
        border-style:solid;
        border-width:1px;
        color:#FFFFFF;
        cursor:pointer;
        font-size:13px;
        font-weight:bold;
        height:20px;
        line-height:13px;
        overflow:visible;
        padding:0 16px 0 23px;
        margin:5px 0 0 0;
    }
    form.mediadaten_formular span.error
    {
        color:#EC008C;
    }

/* ========================== */
/* = Newsletter Gewinnspiel = */
/* ========================== */

body#body146 dl
{
    margin:0px;
}

div#content_left div#login_messagebox
{
	position:static;
	width:620px;
	color:#333333;
}
	
div#content_left div#login_messagebox div#login_messagebox_top,
div#content_left div#login_messagebox div#login_messagebox_middle,
div#content_left div#login_messagebox div#login_messagebox_bottom
{
	background:none;
	padding:0px;
}
div#content_left div#login_messagebox a#login_messagebox_close
{
	display:none;
}

/* =========== */
/* = Sitemap = */
/* =========== */
ul#smapEntry
{
    width:100%;
}
ul.level2
{
    border-bottom:1px solid #e9e9e9;
    font-size:14px;
    margin:15px 0 10px 0;
    font-weight:bold;
}
ul.level3
{
    font-size:12px;
    margin:0 0 0 10px;
}




















