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

html,body 
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color: #FFF;
}
.menu-text
{
	font-family: verdana;
	font-size: 14px;
	color: #ffffff;
	float: left;
	font-stretch: condensed;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#menuitems {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

#menuitems2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 9px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.tekstklein {
	font-size: 80%;
}


a:link {
	color: #03C;
	text-decoration: none;
}
.tekstnormaal {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #03C;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #03C;
}
