@media print{

	*{background: none !important}
	
	header, 
	footer, 
	#top, 
	.menu_top, 
	.menu_bottom, 
	.m-slider, 
/*	.middle-content .grid_1, */
	.grid_1, 
	.breadcrumb, 
	.fb-like, 
	.m-home_news, 
	#print, 
	.m-events_side,
	#event_submit_form,
	.img_map,
/*	m-attach_gallery img,*/
	.jel-btn,
	.events-button,
/*	.aub-link,*/
	.m-attachments, 
	.m-attach_text,
/*	.m-attach_faq,*/
	.m-attach_gallery,
	.m-attach_event,
	.m-attach_new,
	.m-attach_map,
	.m-audio,
	.m-lapozo,
	.grid_4,
	.footer-address,
	.link_studium,
	.printbox,
	.no-print,
	.adv_search {display: none !important; height: 0 !important;}
	
/*	.faq-answer { display: block; } */
/*	img { max-width: 8cm;} */
	img { display: none !important; height: 0 !important;}  
	iframe { display: none !important; height: 0 !important;} 

	body{ font-family: 'Open Sans'; color: #000; line-height: 1.3; border-left-color: black;/* margin: 1.5cm;*/ }

	blockquote, ul{margin: 0;}
	ul{list-style: none}
	li{content: "» ";}

	p a{color: black; text-decoration: none;}
/*	p a:after {content: " (" attr(href) ")"; font-size: 0.8;}*/
	ul, li {margin: 0; padding: 0;}
	
div.divFooter {
/*    position: fixed;
    bottom: 0;*/
	display: block;
	height: 30px;
	width: 120px;
	background: #cc0000; 
	}	


.content.end h2 {
	text-align: left;
	text-transform: uppercase !important;
	color: #cd1719;
	font-size: 2em;
	margin: 0 0 40px 0;
}	

}

/*
.content.end.hiddenTitle.middle-content.grid_2 {
    text-align: center;
    text-transform: uppercase;
    color: #cd1719;
    font-size: 2em;
    margin: 0;
}*/

.m-news_list .grid_2-news:nth-child(2n) {
    margin-right: 0%;
}
.m-news_list .grid_2-news {
    width: 49% !important;
    margin-right: 2%;
    float: left;
}
.m-news_list .grid_2-news {
    width: 100%;
    color: #626262;
    margin-bottom: 1.5em;
    display: block;
}

@page {
	margin-left: 1.5cm;
	margin-right: 1.5cm;
	@bottom-left {
		counter-increment: page;
		content: counter(page) "/" counter(pages);
    }	
}
