@charset "utf-8";
/* CSS Document */

#border{
	position:absolute;
	width:1020px;
	left:50%;
	margin-left:-510px;
	top:20px;
	height:500px;
	display:none;
}
#upperLeft{
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:30px;
	width:300px;
	height:25px;
}
#WabebeeLogo{
	position:absolute;
	left:50%;
	margin-left:244px;
	top:30px;
	width:266px;
	height:38px;
}
#maintekst{
	position:absolute;
	text-align:justify;
	width:550px;
	top: 90px;
	left:50%;
	margin-left:-500px;
}
#maintekst_wide{
	position:absolute;
	text-align:justify;
	width:950px;
	top: 90px;
	left:50%;
	margin-left:-500px;
}
#subtekst{
	position:absolute;
	text-align:justify;
	width:400px;
	top:90px;
	left:50%;
	margin-left:100px;
}

.greenfield{
	background-color:#66FF00;
	border:none;
	padding:10px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.redfield{
	background-color:#FF0033;
	border:none;
	padding:10px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.pinkfield{
	background-color:#FF66CC;
	border:none;
	padding:10px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#menu{
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:55px;
	width:500px;
	height:20px;
}
