@media print {
	#stundenplan h1, #stundenplan h2, #stundenplan h3 {
		font-family: 'Londrina Solid', sans-serif !important;
		color: #000 !important;
	}
	#stundenplan {
		display: block !important;
		font-size: 12px !important;
		font-family: 'Chivo', sans-serif !important; 
		color: #000;
	}
	#header .mod_breadcrumb, #header #hauptnav, #header #unternav, #header #motto, #header #schule, #footer, #links, #rechts, 
	#fancybox-overlay, .fancybox-item, .pdf_link {
		display: none !important;
	}
	
	#header #logo {
		width: 100px;
		position: relative;
		z-index: 999;
	}
	
	.fancybox-wrap {
		position: absolute;
		top: 60px !important;
		left: 0px !important;
	}
	
	.fancybox-outer {
		background-color: transparent !important;
	}

	/*div stundenplan & legende*/
	#stundenplan {
		padding: 0 !important;
		margin: 0 !important;
		position: absolute !important;
		left: 0px !important;
		top: 10px !important;
	}
	
	#stundenplan h1 {
		text-align: center !important;
	}
	
	#stundenplan td.stunde {
		text-align: center;
	}
	
	#stundenplan .plan, #stundenplan .legende table {
		border-collapse: collapse;
	}
	#stundenplan .legende table td {
		border-width: 1px;
		border-style: solid;
	}
	#stundenplan table tr {
		height: 40px;
	}
	#stundenplan table .nr {
		text-align: right !important;
		width: 10px;
	}
	#stundenplan table .zeit {
		width: 100px;
	}
	#stundenplan table .stunde {
		width: 100px;
		border-width: 1px;
		border-style: solid;
	}
	#stundenplan table .stunde.unv {
		font-weight: bold;
	}

	/* legende */
	#stundenplan .legende .ce_table {
		margin-left: 115px;
		float: left;
	}
	#stundenplan .legende .ce_table.unv-ue {
		margin-left: 10px;
	}
	#stundenplan .legende table .col_first, #stundenplan .legende table .col_2 {
		width: 20px;
		text-align: left;
		font-weight: bold;
	}
	#stundenplan .legende table .col_1, #stundenplan .legende table .col_last {
		text-align: left;
		padding: 0 4px;
		width: 180px;
	}
	#stundenplan .legende .ce_table h1 {
		font-size: 15px;
		font-family: 'Chivo', sans-serif;
		font-weight: bold;
		margin: 5px 5px;
		padding: 3px;
	}

	/* unv*/
	#stundenplan .legende .unv-ue h1 {
		width: 240px;
		margin-left: 25px;
	}

	#stundenplan .stunde span.unv {
		padding: 1px 10px;
		font-weight: bold;
		width: 100%;
	}

}