.menu{
	position: fixed;
	top: 15px;
}

a.menupunkt{
	display: block;
	background-color: Navy;
	width: 250px;
	color: White;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	display: block;
	width: 230px;
	margin-top: 3px;
}

a.menupunkt:hover{
	display: block;
	background-color: Aqua;
	width: 250px;
	color: Black;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	display: block;
	width: 230px;
	margin-top: 3px;
}

.main {
	position: absolute;
	left: 270px;
	top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	width: 500px;
	text-align: left;
	height: 100%;
}

h1 {
	color: Red;
	text-align: center;
}

h2 {
	color: Red;
	text-align: center;
}

h3 {
	color: Red;
	text-align: center;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}