body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
#seite {
	width: 680px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#seite a {
	text-decoration: none;
}

#seite a:link {
	color: #555555;
}

#seite a:visited {
	color: #555555;
}

#seite a:active {
	color: #555555;
}

#seite a:hover {
	text-decoration: none;
	color: #003366;
	background-color: #EEEEEE;
}
p.seite {
	text-indent: -30px;
	padding-left: 30px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
