body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

.menu
{
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #C2FF81;
	width: 230px;
}

.menutop
{
	font-family: Arial Black, Arial, Verdana;;
	background-color: black;
	color: white;
	font-size: 16px;
	padding-left: 5px;
	margin-top: 10px;
	cursor: default;
	width: 230px;
}

.menuitem, .menuitem-selected
{
	display: block;
	font-family: Arial, Verdana;;
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	width: 200px;
}

.menuitem-selected
{
	font-weight: bold;	
}

.menuitem:hover
{
	color: #1F651D;
}

.menuoverlay1
{
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 237px;
}

.menuoverlay2
{
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 150px;
}

.menuoverlay3
{
	z-index: 3;
	position: absolute;
	top: 360px;
	left: 150px;
	background-color: white;
	height: 150px;
	width: 87px;
}

.menuecke
{
	margin-left: 134px;
}

.banner1, .banner2
{
	z-index: 1;
	position: absolute;
	left: 0px;
	width: 100%;
}

.banner1
{	
	top: 0px;
	background-color: #C2FF81;
	height: 64px;
	-moz-box-sizing: border-box;
	padding-left: 275px;
	padding-top: 2px;
}

.sponsor
{
	border: none;
	height: 60px;
	margin-left: 25px;
}

.sponsortext
{
	position: absolute;
	top: -50px;
}

.banner2
{	
	top: 64;
	background-color: #1F651D;
	text-align: right;
	padding: 3px;
	padding-right: 20px;
	font-family: Arial, Verdana;;
	font-size: 16px;
	font-weight: bold;
	color: white;
	-moz-box-sizing: border-box;
}

.content
{
	position: absolute;
	left: 240px;
	top: 96px;
	width: 580px;
	padding-bottom: 20px;
}

