.DoNotPrint {
	display: none !important;
}

/* Vermeidung von Seitenumbruechen direkt nach einer Ueberschrift */
h1,h2,h3 { page-break-after:avoid; }


#col_left {
	display: none !important;
}

#header_menu, #header_topline {
	display: none !important;
}
#header {
	display: none !important;
}
#footer {
	display: none !important;
}

.tx-ttnews-browsebox {display:none;}
.news-list-morelink {display:none;}

a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} 
abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }