body {
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	padding: 15pt;
}
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
font {
	font-size: 11pt;
	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: 13pt;
	line-height: 17pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
}



img {
	border: none;
}
/* text um content bilder herumfließen */
#content img {
	float: left;
	position: relative;
	margin: 1em 1.5em 0.7em 0;
}
#mainnav, #subHeader, #subnav, .hideScreen {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.showPrint {
	position: relative;
	height: 100px;
}
.showPrint img {
	position: absolute;
	right: 0;
}

