* {
	font-family: Arial, sans-serif;
	}

#background {
	left: 0px;
	top: 0px;
	position: absolute;

	}
	
#navi {
	left: 120px;
	top: 155px;
	position: absolute;
	}
#navi td {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	list-style-type: none;
	border: none;
	}

#headline {
	left: 122px;
	top: 230px;
	position: absolute;

	color: #0EAAC6;
	font-size: 15px;
	font-weight: bold;
	width: 700px;
	}
	
#content {
	left: 122px;
	top: 265px;
	position: absolute;

	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height:1.3em;
	width: 500px;
	}

.blocksatz {
	text-align: justify;
	}

a {
	color: #454545;
	text-decoration: none;
	}
	
a:hover {
	color:#000000;
	}
