/* CSS Document */
/* Remove unwanted elements */
@media print {
	body, #druckcalender{
	font-family: arial !important, helvetica !important, verdana !important, sans-serif !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display:block;
	}

	#druckcalender	{display:block !important; position:relative; float:left}
	.headline_druckcalender	{font-size:24px; font-weight:bold; margin-bottom:100px}
	.month 				{ float:left; width:160px; min-height:200px}
	.month_name 		{ font-weight:bold; text-decoration:underline}
	.month_termin 		{ display:block; line-height:20px;}

	/*.screen {display:none !important}*/
	.row, .container-fluide {
		display: block;
	}

	#calender .download {display: none !important;}
	.BoxCalenderLinks, .BoxCalenderMonth, .headline_druckcalender {display: none !important; }

	.visible-print  { display: inherit !important; }
	.hidden-print   { display: none !important; }
	.drucken {display: none !important;}
}
/* Improve colour contrast of links */