<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/dtd/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">	<head>		<title>formate</title>			<meta http-equiv="Content-Type"			content="text/html; charset=iso-8859-1" />body {		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: #ff9900;		}				p.text {		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		}			p.textpfad {		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		}							p.hervorhebung {		font-size: 3;		font-weight: italic;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		}						p.textlink {		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		}					p.link {		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		text-decoration: none;		}						a:link { 		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		text-decoration: none; 		}		a:visited { 		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #ffffff;		background-color: transparent;		text-decoration: none; 		}		a:hover { 		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #cc0033; 		background-color: transparent;		text-decoration: none; 		}		a:active { 		font-size: 3;		font-family: geneva, arial, helvetica, sans-serif;		color: #cc0033; 		background-color: transparent;		text-decoration: none;  		}				#oben {		position: absolute;		left: 10px;		top: 20px;		background-color: none;		}		#links {		position: absolute;		top: 120px;		width: 200px;		background-color: none;		}		#mitte {		position: absolute;		margin-left: 240px;		top: 120px;		width: 600px;		background-color: none;		}	</head>	<body></body></html>