@media screen, projection {
BODY {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	}
*html body { font-size: x-small; }
TD {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}
#Tabelle_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	}

#navi {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:440px;
	background-image: url("images/navi.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top : 30px;
}
#navi ul
{
	margin-left: -10px;
	margin-top: 10px;
	list-style-type: none;
	font-size: 10pt;
	font-weight: bold;
	}
* html #navi ul {
	margin-left : 3px;}
	* html #navi ul ul {
	margin-left : 10px;}
#navi ul ul
{
	margin-left: -15px;
	margin-top: 1px;
	list-style-type: none;
	font-size: 9pt;
	font-weight: normal;
}
#navi ul li { margin-top: 3px; }
#navi a { text-decoration: none; color : #BFCCE0;}
#navi A:HOVER {
	background-image : url("images/welle.gif");
	color : #000066;
	text-decoration: none;
	background-repeat : no-repeat;
	background-position : center;
}
#navi A:VISITED {
	color : #000066;
}

#waterbalancing-logo {
	position:absolute;
	left:180px;
	top:0px;
	width:580px;
	height:91px;
}

#text {
	position:absolute;
	left:180px;
	top:91px;
	width:580px;
	background-color:#FFFFFF;
	}
H1 {
	font-size : 14pt;
	font-weight : bold;
}
H2 {
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}

P {
	margin-left : 10px;
}
.fuss{  display: none; 
font-size: x-small;}

}

@media print {
body {
	background: #fff;
	color: #000;
	font: x-small Arial, Helvetica, sans-serif;
}
td {  font: x-small Arial, Helvetica, sans-serif; color: #000;}
#waterbalancing-logo { display: none; }
#navi { display: none; }
}