body {
	background: #FFFFFF;
	color: #000000;
	font: 10pt "Arial Narrow", "Trebuchet MS", Verdana, Arial, Helvetica,
		sans-serif;
	margin: 0;
	padding: 0;
	text-align: left
}

a, a:link, a:visited, a:active {
	background-color: inherit;
	color: #AD0000;
	text-decoration: none
}

html, body {
	height: auto !important;
	width: 100% !important;
}

/*disable link printing from bootstrap*/
a[href]:after {
	content: none;
}

#wrap, #pagecontent, #content, .container, .container-fluid {
	margin: 0 !important;
	border: 0 !important;
	width: auto !important;
	height: auto !important;
}

/*anpassungen 2014*/
.fe-link, #fe-link, #commentcontainer, #commentform_container, .loading, #nav ul.nav, #nav .googlesearch_consent_required,#nav .btn, form, div.video-entry,
	.pagination-row, #sidebar, header nav, footer {
	display: none !important;
}

#nav {
box-shadow: 0 0 0 #fff;
border-bottom: 0px solid #fff !important;
}
/*
h1,h2,h3,.h1,.h2,.h3,.card-title,.card-title a {
font-weight: 400 !important;	
}
*/

@media print {
	.print_copyright form, .noprintout {
		display: none;
	}
	.print_table {
		width: auto !important;
	}
	/*disable link printing from bootstrap*/
	a[href]:after {
		content: none;
	}
}