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;
}


/*disable link printing from bootstrap*/
a[href]:after {
	content: none;
}

#wrap,#pagecontent,#content, .container {
	margin: 0 !important;
	border: 0 !important;
	width: auto !important;
    height: auto !important;
}

/*anpassungen 2014*/
.fe-link,#fe-link,#commentcontainer,#commentform_container,.loading,
.pagination-row,#sidebar, header nav, footer
	{
	display: none !important;
}


@media print {
	.print_copyright form,.noprintout {
		display: none;
	}
	.print_table {
		width: auto !important;
	}
	/*disable link printing from bootstrap*/
    a[href]:after {
	content: none;
}
	
}