/* CSS Document */
@media print{
.noprint{
	display:none;
}}
html, body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	overflow:auto;
}
/*--ALLGEMEIN-----------------------------------------*/
.space10{
	width:100%;
	height:10px;
}
.clear{
	clear:both;
	height:0px;
}




