html,body {
	margin:0;
	padding:0;
	height:100%;
	color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size:9pt;
	background:#BBDEFE;
	}
/* general text styles */
a:link, a:visited {
	font-size:1.5em;
	color:#FFF;
	text-decoration:none;
	}
a:hover {
	color:#FFF;
	text-decoration:underline;
	}
a:active {
	color:#FFF;
	text-decoration:underline;
	}
/* general layout styles */
.bottom {
	background:#2C5C7A url('../i/bg_landing.png') repeat-x 0 0;
}
#selectionbox {
	padding:0;
	margin:0;
	width:484px;
	height:130px;
	background:transparent url('../i/bg_landing2.png') no-repeat 0 0;
}
#landing {
	float:left;
	width:230px;
	height:45px;	
	padding:55px 0 0 0;
}
#sectionnav ul {
	float:right;
	text-align:left;
	list-style:none;
	margin:0;
	padding:50px 15px 0 0;
	width:200px;
	}
#sectionnav li {
	margin:0;
	padding:0 0 0 15px;
	height:35px;
	overflow:hidden;
	background:transparent url('../i/arrows.gif') no-repeat 0 8px;
	}
/* homebox announcement */
#homeboxes {
	padding:0;
	margin:0 auto;
	width:580px;
	}
#homebox {
	float:left;
	width:340px;
	height:200px;
	padding:0 8px 10px 8px;
	margin:10px 10px;
	text-align:left;
	background:#1F3F53 url('../i/bg_homebox.png') repeat-x left bottom;
	}
#homebox.type2 {
	width:180px;
	margin:10px 0;
	}
#homebox h2 {
	height:38px;
	margin:0 -8px -10px -8px;
	padding:0;
	border:none;
	}
#homebox h2 span {
	visibility:hidden;
	}
#homebox h2.seizoen2 {
	background:transparent url('../i/title_seizoen2.png') no-repeat 0 0;
	}
#homebox h2.hetboek {
	background:transparent url('../i/title_hetboek2.png') no-repeat 0 0;
	}
#homebox h2.nieuws {
	background:transparent url('../i/title_nieuws.png') no-repeat 0 0;
	}