body
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana,sans-serif;
	color: #003333;
}

h1, h2, h3
{
	margin-bottom: 1em;
	color: #003333;
	margin:2em;
}
p {margin:2em;}
h1 {font-size:1.8em;}
a:link
{
	text-decoration: none;
	color: #003333;
}

a:hover
{
	text-decoration: none;
	color: #003333;
}

a:visited
{
	text-decoration: none;
	color: #003333;
}

a:active
{
	text-decoration: none;
	color: red;
}

.footer { font-size: .9em; }

.zentriert
{
	text-align: center;
	border: 1px solid red;
}

.rechts { text-align: right; }
li {
	list-style: none;
	font-size: 1em;
}
ul {
	margin: 1em;
	margin-top: 5em;
	vertical-align: middle;
	line-height: 1.4em;
}
.navi
{
	font-size: 1.4em;
	line-height: 1.6em;
}
