/*
* print.css - Media: print
 *
 * Stylesheet für die Druckansicht der Webseite des Olympiastützpunkt Berlin.
 *
 * Stylesheet for the print view of the webpage of the Olypiastützpunkt Berlin.
 * 
 * URL: http://www.osp-berlin.de
 * 
 * ---
 * Copyright 2009 - bytepark GmbH
 * http://www.bytepark.de
 */

/* Tags */

a { color: inherit !important; text-decoration: none !important; }
 
/* Layout structures disabled */ 
.left_column, .right_column, .footer { display: none; }

