BODY {
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
}

BODY,TD,A {
	font-family : Arial, Helvetica;
	font-size : 10pt;
	color : black;
}

A {
	text-decoration: none;
	color: blue;
}

DIV:HOVER#navigation {
	background: #E2E2E2;
}

#toplinks {
	color: #FFFFFF;
	font-weight:bold;
}

.print,.printtitel,.printsubtitel {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	border: 1px solid red;
	overflow: auto;
}


input {
		border: 1px solid silver;
}