
@media print {

body {
    font:100% Candara,Calibri,Segoe,Segoe UI,Optima,Arial,Sans-Serif;
}

.pdf_druck {
	display: none;
}

#header {
	width:100%;
	height:150px;
}

.headerimage { 
	display:none;
}

.headerlogo img {
    width:30%;
    right:2%;
    top:30px;
    position:absolute;
    float:right;
    z-index:1;
} 

.nav-horizont,
.nav--mobile,
.nav-toggler,
.nav-toggler__button,
.syndication img { 
    display:none; 
}

#main {
	width:96%;
    border-bottom: solid 1px #4fc3ed;
    margin-left:30px;
	margin-right:30px;
}

.article_top {
    background-color:#fff; 
}

.termin_table_small {
	display:none;
}
.termin_table_large {
	position: relative;
	left: 0px;
	width:100%;
	text-align: left;
}

.termin_table_large tr {
	border-bottom: solid 1px #000;	
}

.termin_table_large td {
	border-bottom: solid 1px #ddd;
	vertical-align: top;
}

.termin_col_start {
	width: 80px;
}
.termin_col_leer {
	text-align:center;
	width: 20px;
}
.termin_col_ende {
	width: 100px;
}
.termin_col_was {
	width: 260px;
	color: #9a0202;
	
}
.termin_col_wo {
	width: 120px;
}
.termin_col_wer {
	width: 180px;
}
.termin_col_gruppe {
	width: 120px;
}

} /* end medai screen small */