/* print style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height:120%;
	color: #000000;
}
#navi, #adbox {
	display: none;
}

#seite {
	border: none;
}
#kopf img {
	display: none;
}
#kopf h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #000;
	padding-bottom: 20px;
}
#inhalt p.teasertext {
	text-align:justify;
}
#inhalt img.teaser {
	padding: 0 0 2px 20px;
	float: right;
}
#footer {
	border-top: 1px dashed #000;
	padding-top: 15px;	
}

