.blokje{
	width: 155px;
	border: 1px solid #4c4c4c;
	background: #e6e6e6;
}

.blokje-header{
	font-family: Arial;
	font: 12px;
	font-weight: bold;
	padding: 3;
	color: #ffffff;
	background: #4c4c4c;
}

.blokje-links{
	font-family: Arial; 
	font: 12px; 
	padding: 3;
}

.blokje-header2{
	font-family: Arial;
	font: 12px;
	font-weight: bold;
	padding: 3;
	color: Silver;
	background: Black;
}

.blokje-links2{
	font-family: Arial; 
	font: 12px; 
	padding: 3;
	color: #ffffff;
}

.blokje-links2-weer{
	font-family: Arial; 
	font: 12px; 
}

.zijkant{
	width: 120px;
	border: 1px solid #ffffff;
	background: #4c4c4c;
}


.titel{
	font-family: Arial; 
	font: 20px; 
	font-weight: bold; 
	padding: 3;
	color: #000000;	
}

.menu{
	font-family: Arial;
	font: 12px;
	font-weight: bold;
	padding: 3;
	background: #4c4c4c;
	text-align: center;
}

.footer{
	font-family: Arial;
	font: 10px;
	font-weight: bold;
	padding: 3;
	color: #FFFFFF;
	background: #4c4c4c;
}

.footer a:link{
	color: White;
	text-decoration: none;
}

.footer a:visited{
	color: White;
	text-decoration: none;
}

.footer a:hover{
	color: #e6e6e6;
	text-decoration: underline;
}

.blokje-links2 a:link{
	color: #ffffff;
	text-decoration: none;
}

.blokje-links2 a:visited{
	color: #ffffff;
	text-decoration: none;
}

.blokje-links2 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

A:link{
	color: Black;
	text-decoration: none;
}

A:visited{
	color: White;
	text-decoration: none;
}

A:hover{
	color: White;
	text-decoration: underline;
}

A.menulink:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.menulink:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.menulink:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

body{
	background : #EFEFEF;
}