body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
}
strong { 
font-weight: bold; 
}
em { 
font-style: italic; 
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: red;
 text-decoration: none; 
 font-weight: bold;
 border-bottom: red 1px solid;
}
a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
	border-bottom: red 1px solid;
}

ul {
	list-style-type: disc;
}
hr{
 border: 0px;
 border-top: solid 1px #CCCCCC;
 border-bottom: transparent;
 width:100%;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #FF0000;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
}
h3 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h4 {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h5 {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h6 {
	font-size: 8pt;
	font-weight: bold;
	line-height: 135%;
}

.kleinschrift {
	font-size: 8pt;
	font-weight: normal;
	line-height: 135%;
}
