html, body
{
	font-family: helvetica, arial, sans-serife;
	color: black;
}
#topten
{
	width: 600px;
	border: 0px solid blue;
	padding: 1em;
	float: left;
}
#navi
{
	width: 100px;
	background-color: #F1F5F9;
	padding: 1em;
	float: left;
}
#navi ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}
input, select, textarea
{
	border: 1px solid #F1F5F9;
	color: black;
	background-color: #F1F5F9;
}
input.offline
{
	color: red;
}
input.online
{
	color: green;
}
input.suche
{
	background-color: white;
	border: 1px solid #F1F5F9;
}
a:visited
{
	color: blue;
}
a:hover
{
	text-decoration: none;
}
h2.mitte
{
	margin-left: 300px;
}
p.mitte
{
	margin-left: 320px;
}
p.mittehome
{
	margin-left: 370px;
}