/*Bereiche der Seite ausblenden*/
#header, #logo, #navigation, #footer, #navigation_unten, #box_rechts, #box_links
{
display: none;
}
#content
{
	width: 350pt;
	height:100%;
	padding:0;
	margin:0;
}

body {
	width: 480pt;
	background: white;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	background: transparent;
}

h1 {
	font-size: 13pt;
	color: #660000;
	font-weight:bold;
}
h2 {
	font-size:12pt;
	color:#660000;
	font-weight:bold;
}

