    /*
		***************************************************************************************
		*                                                                                     *
		*   EM-Tickets-2012 CSS (Print)	                                                    	*
		*                                                                                     *
		*   Copyright 2012, FAIRPLAY Nikki Pollmann GbR						                          	*
		*   http://www.em-tickets-2012.de                                                     *
		*                                                                                     *
		***************************************************************************************
		
    Navigation und andere im Druck nicht benötigten Elemente entfernen:

   	*/
		#footer, #navigation {
			display:none;
		}
		
    img {
    	border: 0 none; 
    }
    
    a {
    	color: #000;
    	text-decoration: none;
    }