html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

.menu a		      	{text-decoration: none;color: #FFFFFF;}
.menu a:visited		{text-decoration: none;color: #FFFFFF;}
.menu a:hover		{text-decoration: none;	color: #00A2A7;}
.menu a:active		{text-decoration: none;color: #FFFFFF;}

.content a		      	{text-decoration: none;color: #1C4A71;}
.content a:visited		{text-decoration: none;color: #1C4A71;}
.content a:hover		{text-decoration: none;	color: #00A2A7;}
.content a:active		{text-decoration: none;color: #1C4A71;}

.main {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 100%;
	z-index: 1;
}

.top2 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 100%;
   z-index: 3;
}

.ani {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 25px;
	left: 0px;
	height: 22px;
	width: 100%;
	z-index: 2;
}

.top {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 100%;
	background-color: #00B2AA;
}



.balk {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 75px;
	left: 0px;
	height: 22px;
	width: 100%;
	background-color: #333399;

}



.menu {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 78px;
	padding-left: 9px;
	left: 0px;
	height: 26px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	color: White;
	font-family: Verdana;
	z-index: 1;
}

.content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 120px;
	left: 50px;
	padding-bottom: 20px;
	padding-right: 85px;
	text-align: left;
	font-size: 12px;
	color: #1C4A71;
	font-family: Verdana;
	line-height: 15px;
}

.onderin{
	background-color: #ffffff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 680px;
	height: 91px;
	left: 1490px;
	
}

.right{
   position: absolute;
   right: 0px; 
	top: 1px;
	
}
