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:			1cm; 
}

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  { 
	float:			left;
	width:			60%;
	border:			1px solid #ccc;
	padding-left:10px;
}
#sidebarRight   { 
	float:			right;
	width:			30%;
	border:			1px solid #ccc;
}

#content p, #suchausgabe p,#content ul,#sidebarRight ul,#sidebarRight li, #sidebarRight p {
	line-height : 		130%;
	font-size : 		11pt; 
}

/* Liste */
#content ul, #sidebarRight ul {
	list-style: 			circle;
	padding: 			0px;
	margin: 			0 0  0 30px;
}
#content li,  #sidebarRight li {
	padding: 			2px 	0px	 2px 	16px;

}
#content p, #suchausgabe p, #sidebarRight p {
    	color: 				#000;
	background-color:		transparent;
	margin: 			10px 	8px 	10px	 0px;
/* 					oben, rechts, unten, 	links */
}

/* 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;
	/* 			oben, rechts, unten, links */
	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;
/* 				oben, rechts, unten, links */
	margin: 		0px;
}
.teaserelement p, .teaser p, .teaserpicture p {
  	font-size: 		11pt !important;
}
div.teaser {
	margin: 		0px;
/* 				oben, rechts, unten, links */
	padding: 		2px 	0px 	2px 	0px;
  	font-size: 		8pt;	
	line-height:		12pt;
}

div.teaserpicture {
	float: 			right;
	padding: 		0px;
/* 				oben, rechts, unten, 	links */
	margin: 		4px 	0px 	10px 	5px;
	border: 		none;
  	font-size: 		8pt;
}

/* was nicht gedruckt werden soll abschalten */


#maintopic,
#topic,
#subtopic,
#youarehere,
#youarehere a,
#youarehere p, div.more,
#more, #eyecatcher, #search, 
#footer,div.flashmovie,
div.flashmoviefull,
#sidemenu, .bg_pic, #mainnavi, #common {line-height:1px;display: none;}


/*Tabelle */
table {
	font-size: 		10pt;
	border:			2px dotted #990000;
}
td.cell {
	padding: 		4px;	
	margin: 		0px;
	vertical-align:		middle;
	text-align: 		left;
}
.clear {clear: both;}
.clearer {clear: both;}
