/* CSS Document */
.menu{
    position: absolute;
	top: 45px;
}
a.menupunkt{
	display: block;
	background-color: #FFCC00;
	border: outset #C80702;
	width: 240px;
	color: Black;
	text-decoration: none;
	text-align: center;
	text-indent: 6px;
	display: block;
	width: 200px;
	margin-top: 3px;
}

a.menupunkt:hover{
	display: block;
	background-color: #00C3F5;
	border: outset #B6EA59;
	width: 240px;
	color: Black;
	text-decoration: none;
	text-align: center;
	text-indent: 6px;
	display: block;
	width: 200px;
	margin-top: 3px;
}


.banner {
	position: absolute;
    left: 231px;
	top: 2px;
    font-style: italic;
	margin-left: 10px;
	margin-right: 20px;
	width: 65%;
}

.main {
	position: absolute;
	left: 231px;
	top: 50px;
   
	margin-left: 10px;
	margin-right: 20px;
	width: 65%;
	text-align: left;
	height: 100%;
}

H1{ color: red; }



