/* Anregungen aufgegriffen von Gerrit Kaiser http://www.style-sheets.de/guide/medien/print */
/* printstyle.css fuer  W2d Templates 24.06.2010, Webdesignconsult.de*/

/* was nicht gedruckt werden soll abschalten */
.frame_top, .frame_distance,.frame_bottom,
#commonnav,
#commonnav ul,
#commonnav a, 
#commonnav li,
div.suchfeld,
input.search ,
#youarehere,
.youarehere,
#youarehere a,
#sidemenu,
div.sideimg,
div.more,div.footer,
#more_oben
 {display: none  !important;}
body {
	margin: 		0;
	padding: 		0;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: 			#000;
	background-color:	transparent;
	margin:			10px  auto;
}

html body #printfooter {background: none;}
html body #printfooter p {border-left: none; margin-left: 0; text-align: center;}

h1, h2, h3, h4, p.header1 {
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	margin:				.75em 0 .5em 0;
	page-break-after:		avoid;/* avoid verhindert einen Seitenumbruch */
	font-size: 			110%;
}
#printfooter  {  
	padding-bottom:			5px  !important;
	position:			absolute;
	bottom:				5px  !important;
	clear:				both;
	text-align: 			center;
	margin:				10px  auto !important;
	font-size: 			110%;
}
