body {	
	margin: 0; padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
}
strong { 
font-weight: bold; 
}
em { 
font-style: italic; 
}
hr {
	border: 0px;
	border-bottom: solid 1px #000000;
	border-top: transparent;
}
a:link {
	text-decoration: none;
	color: #003399;
	font-weight:bold;
}
a:visited {
	text-decoration: none; 
	color: #003399; 
	font-weight:bold;
} 
a:hover {
	text-decoration: underline;
	color: #FF0000;
} 
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1 {
	font:"Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	border: 0px;
	border-bottom: solid 1px #000000;
	border-top: transparent;
	padding-bottom:5px;

}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
}
.kleinschrift1 {
	font-size: 7pt;
	font-weight: normal;
}
.underline {
	text-decoration:underline;
}
.textkasten-bg {
	background-color: #FFFFFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #FFCC00;
	padding: 6px;
	color:#000000;
}
.textkasten-headline {
	font-weight:bold;
	color:#000000;
}
#content {
	position:absolute;
	left:30px;
	top:30px;
	width:940px;
	z-index:1;
	overflow: visible;
	background-color: #FFFFFF;
}

