@media print, screen, projection {

    body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
        font-size: 100.01%;
        color: #000;
        margin: 0;
        padding: 0;
        width: 90%;
    }

    * {
        background: #FFF !important;
        color: #000 !important;
        font: 10pt Verdana,Arial,SunSans-Regular,Sans-Serif;
    }

    a, a:visited, a:hover, a:visited:hover {
        color: #000;
        background: transparent;
        text-decoration: none;
    }

    a img {
        border: 0;
    }

    .noprint {
        display: none;
    }

    #header,
    #bildbanner,
    #mainnavigation,
    #left_column,
    #right_column,
    #footer {
        display: none;
    }

    #nuc_web_info {
        display: none;
    }

    /* breadcrumb */
    #middle_column div#breadcrumb {
        width: 100%;
        height: 18px;
        border-bottom: 1px solid #999999;
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    #middle_column div#breadcrumb ul {
        margin: 0;
        padding: 0;
    }

    #middle_column div#breadcrumb ul li {
        margin: 0;
        padding: 0 16px 0 0;
        color: #999999;
        display: inline;
        float: left;
        background: url(../img/layout/breadcrumb_li.gif) top right no-repeat;
    }

    #middle_column div#breadcrumb ul li a {
        color: #999999;
    }

    #middle_column div#breadcrumb ul li a:hover {
        color: #545454;
    }
    /* breadcrumb ENDE */

    /* ******** PRINT HEADER ********* */
    ul#print_header {
        position:absolute;
        top:0;
        left:0;
        border-bottom: 1px solid #00A0E3;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 30px;
        width: 100%;
        max-width: 580px;
        background: #DFF6FF !important;
    }
    ul#print_header li {
        position:absolute;
        top:0;
        left:0;
        padding: 6px 20px;
        background: none !important;
    }
    ul#print_header li.close {
        left: 320px;
    }
    ul#print_header li a {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        background: none !important;
    }
    ul#print_header li a img {
        vertical-align: text-bottom;
        background: #DFF6FF !important;
    }
}

@media screen {
    #middle_column {
        margin: 60px 0 20px 0;
        max-width: 580px;
    }
    #print_top {
        top: 40px;
    }
}
