body {
	height: auto;
	float: left;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
font {
	font-size: 10pt;
	line-height: 14pt;
}

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;
}
h2 {
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
}



img {
	border: none;
}

#mainnav, .hideScreen {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.showPrint {
	width: auto;
	text-align: right;
	margin-bottom: 10pt;
	padding-bottom: 10pt;
}
.showPrint img {
}

/* bildleiste */
#bildleiste {
	float: none;
	clear: both;
}
#bildleiste .bild1 {
	float: left;
}
#bildleiste .bild2 {
	float: left;
	margin-left: 10pt;
}

/* bild links/rechts vom text */
.floatLeft, .rechtsUmfliessen {
	clear: left;
	float: left;
	margin: 3px 10px 10px 0;
}
.floatRight, .linksUmfliessen {
	clear: left;
	float: right;
	margin: 3px 0 10px 10px;
}
