@page { size:landscape }
body {
	font: 10px/14px Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
}
#zentrierer {
	display: inline;
}
#container {
	display: block;
	margin: 0;
	padding:0;
}
#header, #header img {
	display: none;
}
#navigation {
	display: none;
	width: 0px;
}
#hauptteil {
	padding: 0px;
}
#submenue {
	display: none;
}
#inhalt {
   top: 0px;
	padding: 0;
	margin: 0;
}
#footer {
	display: none;
}
#leftframe {
	width: 48.5%;
	float: left;
}
#rightframe{
	margin-left: 51.5%
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}