body {
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	width: 100%;
}
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
font {
	font-size: 9pt;
	line-height: 13pt;
}

a, a:link, a:active, a:visited, 
font a, font a:link, font a:active, font a:visited {
	text-decoration : underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12pt;
	line-height: 17pt;
	font-weight: bold;
	border: none;
}
h2 {
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	border: none;
}
h3, h4, h5, h6 {
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	border: none;
}

img {
	border: none;
}

#header, #headerR, #mainnav, #sidebar, #footer, .hideScreen, 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img,
form, .print {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.showPrint {
	width: 99%;
	font-size: 8pt;
	line-height: 11pt;
	float: none;
	clear: both;
	margin-bottom: 10pt;
	border-bottom: 1px solid #888;
}
.showPrint img {
	float: left;
	margin: 0 30pt 20pt 0;
}

/* mootools accordeon */
.element {
	height: auto !important;
	overflow: visible !important;
}

/* inhalte */
#content .absatz {
	padding: 7pt 0;
	clear: both;
	width: 100%;
}
#content .spalteLinks {
	width: 46%;
	float: left;
}
#content .spalteRechts {
	width: 46%;
	float: right;
}
