/* Dieses Stylesheet wird immer in der Printversion eingebunden, dh Schirm und Printer */

#print_header {
	font-size: 12px;	
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#printcontent_wrap {
}

#printcontent_wrap #content {
	float:none;
	width: 100%;
}

#printcontent_wrap #colright {
	padding-top: 10px;
	float:none;
	width: 100%;
}

.clear {
	clear: both;
}

