/* Anregungen aufgegriffen von Gerrit Kaiser http://www.style-sheets.de/guide/medien/print */
/* printstyle.css fuer  W2d Templates 01.08.2008, Webdesignconsult.de*/

body {
	margin: 		0;
	padding: 		0;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: 			#000;
	background-color:	transparent;
}
body a:link, body a:visited {
	font-weight: 		bold;
	text-decoration: 	none;
}

@page { 
	margin:			3cm; 
}
html body #printfooter {background: none;}
html body #printfooter p {border-left: none; margin-left: 0; text-align: center;}
#printfooter  {
	text-align: 		center;
	margin:			20px  auto;
}
h1, h2, h3{
  	font-weight: 		bold;
	margin-left:		0;
  	page-break-after: 	auto;	/* avoid verhindert einen Seitenumbruch */
	page-break-before:	auto;
}
h1  {	
	font-size: 		11pt;
	line-height:		9pt;
}
h2  {	
	font-size: 		10pt;
	line-height:		9pt;
}
h3  {	
	font-size: 		9pt;
	line-height:		9pt;
}

#content, #sidebar   { 
	width:			100%;
	margin-top: 		0px;
	margin-left: 		15px;
}

#content p, #suchausgabe p,#content ul,#sidebar ul,#sidebar li, #sidebar p {
	line-height : 		130%;
	font-size : 		11pt; 
}

/* Liste */
#content ul, #sidebar ul {
	list-style: 			circle;
	padding: 			0px;

	margin: 			6px 	0px 	6px 	16px;
}
#content li,  #sidebar li {
	padding: 			2px 	0px	 2px 	16px;

}
#content p, #suchausgabe p, #sidebar p {
    	color: 				#000;
	background-color:		transparent;
	margin: 			10px 	8px 	10px	 0px;

}

/* Marginalie */
div.marginalbild  {
	width:				100%;
	margin: 			0px;
}
.sidepicture {
	float:				right;
	line-height:			90%;
	padding:			4px     0px     0px    5px;
	
	margin:				0px    18px     5px    5px;
	width:				140px;
}

/* Die Schattenmenues stammen von www.thestyleworks.de/tut-art/shadow.shtml */
div.shadow {
	float: 				left;
	background-color: 		#CBD9BD;
	padding: 			1px;
	border: 			1px solid #999;
	margin: 			0px;
}
div.shadow img {
	margin: 			0;
	display:			block;
	position: 			relative;
	top: 				-3px;
	left: 				-3px;
}
p.sidepicturetext {
	width:				116px;
	font-size: 			11px;
	padding: 			5px !important;	
	
	margin: 			0px 	0px 	5px 	0px;
	border-bottom:			1px solid #CBD9BD;	
	border-right:			1px solid #CBD9BD;
	border-left:			1px solid #095D02;
	background-color: 		#ECEFB4;
}
/* Stand alone Grafik-Absatz*/ 
div.picture {
	padding: 		0px;
	margin: 		10px   0px     10px  0px;

	border: 		none   !important;
}
.picturetext {
	clear:			both;
	float:			none   !important;
	padding-top: 		5px;
}
em {
	font-size:		9pt;
	font-weight :		normal;
}

/*Teaser */
div.teaserelement {
	float: 			left;
	padding: 		10px 	8px 	0px 	0px;

	margin: 		0px;
}
.teaserelement p, .teaser p, .teaserpicture p {
  	font-size: 		11pt !important;
}
div.teaser {
	margin: 		0px;

	padding: 		2px 	0px 	2px 	0px;
  	font-size: 		8pt;	
	line-height:		12pt;
}

div.teaserpicture {
	float: 			right;
	padding: 		0px;

	margin: 		4px 	0px 	10px 	5px;
	border: 		none;
  	font-size: 		8pt;
}

/* was nicht gedruckt werden soll abschalten */
ul#Serviceseiten,
ul#maintopics,
#subnav,
div.search,
#youarehere,
#youarehere a,
#youarehere p, div.more,
#more, #search, 
#footer, div.flashmovie, #sidemenu, #header, #more_oben, #postit
{line-height:1px;display: none;}


/*Tabelle */
table {
	width:			16cm;
	font-size: 		10pt;
	border:			2px dotted #990000;
	margin-top:		0cm;
	margin-left:		1cm;
}
td.cell {
	padding: 		4px;	
	margin: 		0px;
	vertical-align:		middle;
	text-align: 		left;
}
.clearer{clear: both;}
.clearer {clear: both;}
