


/*** PRINT ***/
@media print{

*{
 overflow:visible !important;
}

body {
 _zoom:0.69;
}


/* news */
div.toppage_top_left {
    width: 599px;
    float: left;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Pictures */
div.toppage_top_right {
    width: 314px;
    color: #fff;
    text-align: center;
    float: right;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #5c6581;
}

}