/* CSS Document */

/* print-Anweisung */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: white;	
}

a:link, a:visited {
	text-decoration:none;
	margin-right: 10px;
	margin-left: 15px;
	font-size: 8pt;
	color: #CC6600;
}

h1 {
	font-size:11pt;
	text-align: center;
	letter-spacing: 1pt;
}	

h2 {
	font-size: 10pt;
	text-align: left;
}

h3 {
	font-size: 9pt;
	text-align: center;
}

h5 {
	font-size: 10pt;
	text-align: left;
}



p {
	line-height: 20pt;
}


ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 1em;
}
li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}


#navi,
#infoflyout,
#infoflyout1,
img

 {
	display: none;
}




#content{
	text-align:justify;
	
}

#printonly,
#printonly hreins {
	display: block;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

