.zentriert
{
	text-align:center;
}

.seite
{
  width:800px;
  border:1px solid red;
  text-align:left;
	
}

.navi
{
	vertical-align: top;
	padding-top:10px;
}

.navi ul
{
	list-style: none;
	padding-left:5px;
	margin-left: 5px;
}

.navi ul a:link,
.navi ul a:active,
.navi ul a:visited
{
	color:red;
}

.navi ul a:hover
{

}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}
