/* ================= */
/* = STANDARD TAGS = */
/* ================= */
*
{
    outline: none;
}

html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y:scroll
}

body
{
    margin: 0;
    padding: 0;

    font: 12px Arial,Helvetica,Garuda,sans-serif;

    background: #fff url(../images/construct/body_background.gif) 0 0 repeat-y;
}
/* TinyMCE specific rules */
body.mceContentBody {
    padding: 20px;
    background: #FFF;
}

a, a:hover
{
    color: #223985;
    outline: none;
    text-decoration: underline;
}
a:hover { text-decoration: none }
a.pdf, a.pdf:hover
{
    display: block;
    
    padding: 0 0 0 21px;
    
    background: url(../images/construct/icon_pdf.gif) 0 0 no-repeat;
}

div.bluebox,
div.greenbox
{
    padding: 15px 15px 5px;
    
    background: #ecf1f5;
}
div.greenbox
{
    background: #f2faf3;
}
div.clearme
{
    clear: both;
}
div.positioner
{
    position: relative;
    
    width: 976px;
}

h1, h2
{
    margin: 0 0 5px 0;
    padding: 0;
    
    color: #00377b;
    line-height: 1.3em;
    font-size: 20px;
}
h2
{
    margin-bottom: 22px;
    
    color: #8aa9d4;
}
h3
{
    margin: 0 0 11px 0;
    padding: 0;

    color: #00377b;
    line-height: 19px;
    font-size: 15px;
    font-weight: bold;
}
h4
{
    margin: 0 0 10px;
    
    color: #223985;
    font-size: 14px;
    line-height: 1.3em;
}

hr
{
    position: relative;
    clear: both;

    margin: 0 0 10px 0;
    padding: 0;
    height: 1px;

    color: #223985;
    border: 0;
}

img
{
    border: 0;
}

input, select, textarea
{
    font: 12px Arial,Helvetica,Garuda,sans-serif;
    color: #223985;
}

map
{
    display: none;
}

p
{
    margin: 0 0 14px 0;
    padding: 0;
    
    letter-spacing: 1px;
    line-height: 18px;
}
    p.flashalternative
    {
        padding-left: 29px;
    }

ul
{
    margin: 2px 0 19px 0;
    padding: 0 0 0 20px;

    line-height: 19px;
}
    ul li
    {
        margin: 0 0 1px 0;
        padding: 0 0 0 5px;

        list-style-type: square;
    }
ol
{
    margin: 2px 0 12px 0;
    padding: 0 0 0 30px;

    line-height: 19px;
}
    ol li
    {
        margin: 0 0 4px 0;
        padding: 0;
    }

div#content li
{
    letter-spacing: 1px;
    line-height: 18px;
}

.clear
{
   clear:both;
   height:1px;
}



/* ============= */
/* = CONTAINER = */
/* ============= */
div#container
{
    position: relative;
}


/* ========== */
/* = HEADER = */
/* ========== */
div#header
{
    width: 976px;
    background: #fff;
}
    div#header_title
    {
        position: absolute;
        top: 53px;
        left: 52px;
    }
        div#header_title h1
        {
            color: #0664b2;
            font-size: 23px;
            font-weight: normal;
            line-height: 20px;
            text-transform: uppercase;
        }
        div#header_title h1.lighter
        {
            color: #8aa9d4;
        }
    img#logo
    {
        float: right;
    }
    div#header_color
    {
        margin-bottom: 1px;
        width: 20px;
        height: 155px;
        
        background: #00377b;
    }


/* ================= */
/* = RIGHT COLUMN = */
/* ================= */
div#right_column
{
    float: right;
    
    width: 754px;
}


/* ================= */
/* = CONTENT RIGHT = */
/* ================= */
div#content_right
{
    float: right;
    
    padding: 30px 0 0 0;
    width: 250px;
}


/* =========== */
/* = CONTENT = */
/* =========== */
div#content
{
    padding: 25px 60px 100px 45px;
    width: 395px; /*500px*/
}


/* ============== */
/* = BREADCRUMB = */
/* ============== */
div#breadcrumb
{
    padding: 35px 0 0 45px;
    
    color: #878787;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}
    div#breadcrumb a, div#breadcrumb a:hover
    {
        color: #878787;
        text-decoration: none;
    }


/* ============== */
/* = NAVIGATION = */
/* ============== */
div#navigation
{
    width: 222px;
    
    border-top: 1px solid #fff;
    
    float: left;
}
    div#navigation a, div#navigation a:hover
    {
        display: block;
        
        padding: 8px 16px;
        
        color: #fff;
        font: 12px Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif;
        text-decoration: none;
        
        background: #8aa9d4;
        
        border-bottom: 1px solid #fff;
    }
    div#navigation a:hover
    {
        background: #7b9bc7;
    }
        ul#subnavigation
        {
            margin: 0;
            padding: 0;
            
            background: #c0c0c0;
        }
            ul#subnavigation li
            {
                padding: 0 0 0 15px;
                
                list-style: none;
                
                background: url(../images/construct/subnavigation_background.gif) 16px 12px no-repeat;
            }
                ul#subnavigation a, ul#subnavigation a:hover
                {
                    padding: 5px 16px;
                    
                    color: #424242;
                    
                    background: transparent;
                    
                    border: 0;
                }
                ul#subnavigation a:hover
                {
                    color: #151515;
                }
                ul#subnavigation li.first
                {
                    padding-top: 12px;
                    
                    background-position: 16px 24px;
                }
                ul#subnavigation li.last
                {
                    padding-bottom: 12px;
                }


/* ================== */
/* = METANAVIGATION = */
/* ================== */
div#metanavigation
{
    padding: 0 0 40px 45px;
    color: #bbb;
}
    div#metanavigation a, div#metanavigation a:hover
    {
        color: #bbb;
        text-decoration: none;
    }
    div#metanavigation a:hover
    {
        color: #333;
        text-decoration: underline;
    }


/* ============ */
/* = LINK UNI = */
/* ============ */
a#unilink, a#unilink:hover
{
    display: block;
    position: absolute;
    top: -800px;
    right: 0;
    overflow: hidden;
    
    padding-top: 76px;
    width: 222px;
    height: 0;
    
    background: url(../images/construct/logo_uni.gif) 0 0 no-repeat;
}



/* ====================== */
/* = CONTENT RIGHT NEWS = */
/* ====================== */
div.news-contentright-container
{
}
    div.news-contentright-container h3
    {
        margin: 0 0 8px;
        padding: 8px 14px;
        
        background: #dbe4f2;
    }
    div.news-contentright-item
    {
        margin: 0 6px 25px 0;
    }
        div.news-contentright-item h4
        {
            margin: 0 0 8px;
            padding: 8px 14px;
            
            background: #f1f1f1;
        }
            div.news-contentright-item h4 a, div.news-contentright-item h4 a:hover
            {
                text-decoration: none;
            }
        div.news-contentright-item-content
        {
            padding: 0 14px;
        }
            span.news-contentright-date
            {
                display: block;
                
                margin: 0 0 3px;
            }
            div.news-contentright-morelink a, div.news-contentright-morelink a:hover
            {
                font-weight: bold;
            }
    div.news-contentright-gotoarchive
    {
        padding: 20px 0 0 14px;
    }
        div.news-contentright-gotoarchive a, div.news-contentright-gotoarchive a:hover
        {
            
        }


/* ================== */
/* = Mitarbeiterbox = */
/* ================== */
div.mitarbeiter
{
    float: left;
    
    min-height: 140px;
    width: 50%;
}
    div.csc-textpic-intext-right-nowrap
    {
        padding-right: 10px;
    }
    div.mitarbeiter div.csc-textpic-text
    {
        padding: 20px 5px 0 0;
    }


/* ======================== */
/* = Zweispaltiger Inhalt = */
/* ======================== */
div.zweispalten
{
    
}
    div.zweispaltenL,
    div.zweispaltenR
    {
        float: left;
        
        width: 50%;
    }





















