a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body {		
	margin: 0;
	background-color: #595959;
}
#rahmen {
	position:absolute;
	top:16px;
	left:-1999px;
	width: 600px;
	height: 400px;
	visibility:visible;
}
#zentrierhilfe {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
}
#inhalt { 
	text-align: left;
	margin-left: -400px;
	position: absolute;
	top: -310px;
	left: 50%;
	width: 800px;
	height: 566px;
}
#copyright {
	text-align: center;
	margin-left: -400px;
	position: absolute;
	top: 265px;
	left: 50%;
	width: 800px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
