body { color: black; background-color: white; margin-top: 30px; }
p {}
td {}
a:link { color: black ; text-decoration: underline; }
a:visited { color: black }
a:hover { color: orange ; visibility: visible; float: none; }
a:active { color: black }
div.hauptfeld {
	background-color: white;
	position: relative; 
	text-align: left; 
	left: -60px; top: 0px;
	width: 630px; height: 350px; 
	padding: 5px 10px; 
	overflow:auto;
}

