  
#navigation3 { 
    display: block;
    position: absolute; 
    top: 150px; 
    right: 0; 
    width: 13em; 
    margin: 0 2em 0 0;
    padding: 0;
    }
    
#navigation3 p {
    margin: 0;
    padding: 1em 1em 1em 1.3em;
    font-size: 0.7em;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    border-color: #09357A; 
}
    
#navigation3 #newsBar {
    margin: 0;
}

#navigation3 #newsBar div.roundedLeftTop {
    background: #09357A url(http://www.iris.ethz.ch/test/images/corner_menuBar_top_left.jpg) no-repeat top left;
}

#navigation3 #newsBar div.roundedRightTop {
    background: transparent  url(http://www.iris.ethz.ch/test/images/corner_menuBar_top_right.jpg) no-repeat top right;
    font-weight: bold;
    color: white;
    border-style: none;
    padding: .25em 1em .25em 1em;
    height: 1em;
}

#navigation3 #newsBarFooter {
    background-color: #09357A;
    margin: 0;
}

#navigation3 #newsBarFooter div.roundedLeftBottom {
    background: transparent url(http://www.iris.ethz.ch/test/images/corner_menuBar_bottom_left.jpg) no-repeat bottom left;
}

#navigation3 #newsBarFooter div.roundedRightBottom {
    background: transparent url(http://www.iris.ethz.ch/test/images/corner_menuBar_bottom_right.jpg) no-repeat bottom right;
    padding: .25em 1em .25em 1em;
}

#content {
    margin-right: 16em;
    }    
    
#goToTop {
    margin-right: 16em;
    }

#menuBar {
    margin-right: 16em;
}

/* This stuff is for printed pages */

@media print { 

    #content {
    margin:0;
    }

    #navigation3 {
    display: none;
    }

}

