/* schriftendefintion in:
body
.menu ul li a
#content h1
#content h2
#content blockquote.big
#content blockquote.small
#content a.more
*/

body {
	margin: 0;
	padding: 0 30px;
	color:#000;
	background-color: #ffffff;
	font: 13px Georgia, Times New Roman, Times, serif;
}

#footer, .logo, .menu, .header {
	display:none	;
}

#content {
	position:absolute;
	top:150px;
	width:350px;
}

#printlogo {
	position:absolute;
	top:10px;
	right:65px;
	text-align:right;
}

#printlogo img {
	width:200px;
}

#printadress {
	position:absolute;
	top:200px;
	right:0;
	text-align:right;
}

#printadress img {
	width:200px;
}
blockquote a{
color:#000;
}