/**
	(c) ONI 2007
	Fili Wiese
**/

html, body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#FFF;
	padding:0px;
	margin:0px 0px 20px 0px;
	background-color:#043882;
	text-align:center;
	letter-spacing: 0px;
}

a {
	text-decoration:underline;
	cursor: pointer;
	color:#FFF;
}

a:hover, a:active {
	
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}

label {
	display:block;
	cursor: pointer;
}

h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}

#fotopop {
	text-align:center;
	padding:10px;
	margin:0px;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:992px;
}

#header {
	position:relative;
	background-image:url('img/header.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	width:992px;
	height:284px;
	margin-bottom:5px;
	border:0px solid lime;
}

#header ul {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	border:0px solid blue;
}

#header li {
	display:inline;
}

#header a {
	position:absolute;
	width:70px;
	height:70px;
	text-indent:-1000em;
	border:0px solid red;
	
	/* Firefox nightly builds, DeerPark dev. releases */
	-moz-outline: 0px solid lime;
	outline: 0px solid lime;
	outline-offset: 0px;
}

#header .map_provinciegr a {
	top:223px;
	left:15px;
	height:40px;
	width:120px;
}

#header .map_politiegr a {
	top:223px;
	left:140px;
	height:40px;
	width:70px;
}

#header .map_home a {
	top:160px;
	left:386px;
	display:block;
}

#header .map_kenderegels a {
	top:145px;
	left:489px;
}

#header .map_meldpunt a {
	top:160px;
	left:570px;
}

#header .map_snelheidcontroles a {
	top:128px;
	left:657px;
}

#header .map_nieuws a {
	top:60px;
	left:712px;
}

#header .map_campagne a {
	top:78px;
	left:792px;
}

#header .map_kennisquiz a {
	top:152px;
	left:747px;
}

#header .map_contact a {
	top:55px;
	left:882px;
}

#header .map_faq a {
	top:172px;
	left:845px;
}

#column1 {
	float:left;
	width:740px;
}

#column2 {
	float:left;
	width:250px;
}

.meldpunt_left {
	float:left;
}

.meldpunt_right {
	margin-left:160px;
}

#google_map {
	color:#000;
	width: 100%;
	height: 300px;
}

#google_map a {
	color:#000;
}


/* KENNISQUIZ */
#kennisquiz ul {
	margin:0px 0px 20px 0px;
	padding:0;
	list-style:none;
}

#kennisquiz p, #kennisquiz ul {
	font-size: 14px;
	width:650px;
}

#kennisquiz label {
	display:inline;
	cursor: pointer;
}


/* CLASSES */
.kop {
	font-weight:bold;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}

.error {
	display:inline;
	color:#FFF;
	background-color:#cc0000;
	padding:2px;
}

.hide {
	display:none;
}

.leesverder {
	display:block;
	text-align:right;
}
