/***************************************************** general */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
	color: #666;
	font-size: 11px;
	line-height: 1.36em;
	font-weight: normal;
}

div#container {
	width: 940px;
	margin: 0 auto;
	padding: 0px 45px;
	position: relative;
}

img.logo {
	top: 25px;
	right: 0px;
	position: absolute;
	padding: 0 50px 50px 0;
}

/***************************************************** home */
h4 {
	color: #8c8c8c;
	font-size: 15px;
	margin: 10px 0;
	line-height: 0.3em;
}

h4.home {
	padding-top: 100px;
}

/***************************************************** imagemenu home */
div#imagemenu {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0px 10px 0px;
}

div#imagemenu ul {
	list-style: none;
	display: block;
	height: 200px;
	width: 941px;
}

div#imagemenu ul li {
	float: left;
}

div#imagemenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 468.5px;
	height: 200px;
}

div#imagemenu ul li.handbal a {
	border-right: none;
}

div#imagemenu ul li.voetbal a {
	background: url(/fileadmin/templates/img/imagemenu-voetbal.jpg) repeat scroll 0%;
}

div#imagemenu ul li.tennis a {
	background: url(/fileadmin/templates/img/imagemenu-tennis.jpg) repeat scroll 0%;
}

div#imagemenu ul li.handbal a {
	background: url(/fileadmin/templates/img/imagemenu-handbal.jpg) repeat scroll 0%;
}

/***************************************************** snelnaar home */
div#snelnaar ul {
	float: left;
	width: 468.5px;
	list-style-type: none;
	border-top: 1px solid #fff;
}

div#snelnaar ul li {
	margin: 5px 0px;
}

div#snelnaar ul li a {
	background: url(/fileadmin/templates/img/arrow_right_grey.gif) no-repeat 65px 1px;
	padding-left: 75px;
	color: #b2b2b2;
	text-decoration: none;
}

div#snelnaar ul li a:hover {
	background: url(/fileadmin/templates/img/arrow_right_red.gif) no-repeat 65px 1px;
}