body {
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	padding: 15pt;
	width: auto;
}
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
font {
	font-size: 11pt;
	line-height: 13pt;
}
.umbruch {
	clear: both;
	float: none;
	height: 0;
	overflow: hidden;
}

/* ausblenden */
#spLeft, #header, #footer, .hideScreen, .mehrUeber, .weitereWerke {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

a, a:link, a:active, a:visited, 
font a, font a:link, font a:active, font a:visited {
	color: #000;
	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;
}
.showPrint {
	position: absolute;
	right: 0;
	padding-bottom: 10pt;
}
#spContent {
	/*position: absolute;
	top: 55pt;*/
}
#page {
	left: 0;
	clear: both;
	margin-top: 50pt;
}

/* text um content bilder herumfließen */
#spContent img.bildLinks {
	float: left;
	position: relative;
	margin: 1em 1.5em 0.7em 0;
}
#spContent img.bildRechts {
	float: right;
	position: relative;
	margin: 1em 0 0.7em 1.5em;
}

/* übersichts-listen */
.listeReihe {
	width: 645px;
	padding-bottom: 4px;
	padding-top: 20px;
	border-bottom: 1px solid #84A13D;
	float: left;
}
.listeImg {
	width: 60px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
}
.listeText {
	width: 569px;
	float: right;
}

/* autoren */
.autorBild {
	float: left;
	padding-right: 20px;
}
.autorAngaben {
	float: left;
}
.autorWerke {
	width: auto;
	border-top: 1px solid #84A13D;
	margin-top: 20px;
	padding-top: 5px;
}

/* streifzüge|aufgefunden|vorgeschmeckt */
.contentBild {
	float: left;
	padding-right: 17px;
}
.contentAngaben {
	float: right;
	width: 485px;
	padding-bottom: 4px;
	border-bottom: 1px solid #84A13D;
}
.contentAngabenNoImg {
	width: 100%;
}

/* 2 spaltig */
#spContent .spalte2 {
	width: 45%;
	float: left;
	margin-right: 10px;
}
#spContent .spalte3 {
	width: 45%;
	float: right;
}

/* text um content bilder herumfließen */
#spContent img.bildLinks, #spContent .floatLeft {
	float: left;
	position: relative;
	margin: 0.5em 1.5em 1.5em 0;
}
#spContent img.bildRechts, #spContent .floatRight {
	float: right;
	position: relative;
	margin: 0.5em 0 1.5em 1.5em;
}