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

/* DISCIPLINES
/ ---------------------------------------------------------- */

.inner {
	margin: 30px 20px 0 20px;
}

.ie6 .inner {
	margin: 25px 10px 0 10px;
}

#content {
	line-height: 140%;
}

.ie7 #content {
	line-height: 130%;
}

#content h2 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

#content p {
	margin: 0 0 18px;
}







#content .inner {
	position:relative;
	width:434px;
	height:290px;
	overflow:hidden;
	float: left;
}







#content ul.lijst {
	margin: 5px 0 5px 0;
}

#content ul.lijst li {
	list-style-type: circle;
	margin-left: 25px;
}




#content ul.sitemap {
	margin: 5px 0 15px 0;
}

#content ul.sitemap li {
	list-style-type: circle;
	margin-left: 25px;
	height: 20px;
}













ul.pagenav {
	list-style: none;
	position: absolute;
	top: 30px;
	right: 20px;
}

ul.pagenav li {
	float: left;
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 80%;
	text-align: center;
	line-height: 18px;
	background-color: #17479e;
	margin-left: 5px;
	cursor: pointer;
}

ul.pagenav li:hover {
	background-color: #ffc20e;
}









a.textlink {
	color: #0057A3;
	font-weight: bold;
}

a:hover.textlink {
	color: #000;
}
