/* 
 **********************************************************************************
 * 
 * Styles für die Druckversion/ Druckvorschau:
 * Navigationsbereiche ausblenden, Schriften und Abstände anpassen
 *
 **********************************************************************************
*/

#main, #right {
	width:100%;
	border:0;
}
#left {
	display:none;
}
#naviTop, #naviBreadcrumb, #naviBot {
	display:none;
}
#headRight {
	border-bottom:0px;
	height:auto;
	margin:20px auto 40px 0px;
}
#quoteRight {
	left:30px;
	top:25px;
	width:auto;
	height:auto;
	overflow: visible;
}
#quoteRight p {
	text-align:left;
	font-size:12px;
}

h1#pagetitle {
  left:30px !important;
  top:0px !important;
  width:auto !important;
  height:auto !important;
  font-size:18px;
}
p{
	font-size: 100%;
	line-height: 150%;
}
#maincontent {
	padding:10px 50px 30px 30px;
	background: 0;
}



	
