.style1 {
	text-align: center;
	background-image: url('header.jpg');
}
.style2 {
	background-image: url('mitte.jpg');
}
.style3 {
	text-align: right;
}
.style4 {
	text-align: center;
}

body
{
background-color: #79B369;
}

#tabelle
{
margin: auto; width: 800px; margin:auto;
}

#navigation
{
margin-top:70px;margin-right:10px;font-family:Arial;font-size:18px;font-weight:900;
}

#titel
{
margin-top:10px;font-family:Arial;font-size:20px;color:black;
}

#content
{
margin-left:15px; margin-right:15px; width:100%; font-family:Arial;font-size:14px;
}

#navigation a:link, #navigation a:active, #navigation a:visited
{
	text-decoration: none;
	color: #000000;
}

#navigation a:hover
{
	text-decoration: underline;
}
