body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
}
td {
	font-size: 11px;
}
a {
	color: #F00;
	text-decoration: none;
}
a: hover {
	text-decoration: underline;
}


/******************************* secties **********************/
/*  margins, padding, width, etc.. van secties                */
#section1 {
	color: #333333;
	font-size:11px;
	line-height:20px;
	letter-spacing:1px;
	/*height:450px;*/
	overflow:hidden;
}
#section2 {
	background-color:#CCCCCC;
	color: #9D141C;
	padding: 10px;
	margin: 10px;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:1px;
	overflow:hidden;
}
/******************************* secties einde ****************/


/******************************* menu **********************/
#menu {
	margin: 10px;
	height: 200px;
}
.menu1, .menu1_active {
	padding-top: 10px;
	padding-bottom: 10px;
}
/******************************* menu einde ****************/


/******************************* classes **********************/
#beeld {
	background-image:url(/images/achtergrond.jpg);
	height:200px;
}
/******************************* classes einde ****************/
