html {
	font: normal 0.8125em/1.6 Verdana, sans-serif; 
}

body {
	margin: 0 auto;
	text-align: center;
}

hr {
	display: none;
}

a {
	outline: 0;
}



#content {
	background: url(/images/homepage.jpg) no-repeat top center;
	height: 858px;
	position: relative;
}
	#content h1 a {
		display: inline-block;
		\ display: block;
		height: 61px;
		left: -245px;
		position: relative;
		text-indent: -3000px;
		top: 64px;
		width: 400px;
	}
	
	#content h2 {
		display: none;
	}

#nav-sites {
	left: 50%;
	position: absolute;
}
	#nav-sites a {
		position: absolute;
		text-indent: -3000px;
	}
		#navsites-kinderen {
			height: 250px;
			left: -468px;
			top: 250px;
			width: 310px;
		}
		#navsites-jongeren {
			height: 210px;
			left: 170px;
			top: 255px;
			width: 310px;
		}
		#navsites-ouders {
			height: 230px;
			left: 72px;
			top: 470px;
			width: 240px;
		}
#mediawrapper {
	left: 50%;
	position: absolute;
}

	#mediaspace {
		position: absolute;
		height: 180px;
		left: -266px;
		top: 492px;
		width: 320px;
	}

#footer {
	color: #a0a0a0;
	font-size: 77%;
	padding-bottom: 13px;
}
	#footer li {
		display: inline;
		list-style-type: disc;
		margin-right: 1em;
	}
		#footer li:before {
			content: '•';
			margin-right: 1.25em;
		}

		#footer li:first-child:before {
			content: '';
			margin-right: 0;
		}
		
		#footer a {
			color: #a0a0a0;
			text-decoration: none;
		}
			#footer a:hover {
				text-decoration: underline;
			}

