body {	
	background-color: white;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial; Helvetica, sans-serif;
	color: black;
}

#frame {
	margin: auto;
	position: relative;
	width: 1003px;
	height: 620px;
	overflow: visible;
	clear: both;
	/* border: 1px solid Black; */
	border: 1px solid #808080;
	background-color: white;
	text-align: left;

}
html>body #frame {
	margin: auto;
	position: relative;
	top: 1px;
	width: 1003px;
	height: auto;
	min-height: 620px;
	overflow: visible;
	clear: both;
	background-color: white;
}



#weiter {
	position: absolute;
	top:555px;
	left: 44px;	
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#weiter a {
	color: white;
	text-decoration: none;
	
}

#weiter a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}



#keywords {
	position: absolute;
	top:541px;
	left: 452px;	
	color: #DDDDDD;
	font-size: 10px;
}

#keywords a {
	color: #DDDDDD;
	text-decoration: none;
	
}

#keywords a:hover {
	color: #DDDDDD;
	text-decoration: none;
}



