* {
	margin: 0;
	padding: 0;	
}

body {
	background: #fff url(../img/bodybg.gif) repeat-x;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	padding-top: 280px;
	background: #fff url(../img/wrapperbg.jpg) no-repeat right top;
	position: relative;
	padding-right: 60px;
	padding-left: 40px;
}

h1 a {
	display: block;
	width: 288px;
	height: 49px;
	background: url(../img/logo.gif);
	text-indent: -9999px;
	position: absolute;
	top: 74px;
}

h2.correct {
	width: 446px;
	height: 51px;
	background: url(../img/correct1.gif);
	margin-bottom: 10px;
	text-indent: -9999px;
}

h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #d6e9f0;
	color: #3292b2;
}
	h3.allesover {
		height: 12px;
		background: url(../img/allesover.gif) no-repeat left top;
		text-indent: -9999px;
		margin-top: 40px;	
		}
	h3.vraagantwoord {
		height: 15px;
		background: url(../img/vraag.gif) no-repeat left top;
		text-indent: -9999px;
		padding-bottom: 2px!important;
		margin-bottom: 15px;
	}

p {
	font-size: 12px;
	line-height: 1.7em;
	text-align: justify;
}

ul.normal_list {
	padding-top:0px;
	margin-top:0px;
	margin-left:15px;
	font-size:12px;
	line-height:1.7em;
}
	.row {
		clear: both;
		overflow: hidden;
		width: 600px;
		border-color: #dee9ff;
		background: url(../img/bullet.gif) no-repeat left center;
}
	.row .vraag {
		width: 150px;
		float: left;
		color: #3292b2;
		margin-left: 10px;
		margin-right: 10px;
		background: url(../img/dot.gif) repeat-x 0 13px;
	}
		.row .vraag span {
			background: #fff;
			padding-right: 3px;
		}
	.row .antwoord {
		float: left;
	}
	.row p {
		margin-bottom: 4px;
	}

#navigation {
	overflow: hidden;
}

	#navigation .nav {
		width: 224px;
		float: left;
		padding-top: 25px;
	}
	
	#navigation .nav.margin {
		margin-right: 34px;
	}
	
	#navigation .nav img {
		padding: 4px;
		border: 1px solid #d6e9f0;
		margin-bottom: 15px;
	}
	
	#navigation .nav ul li {
		list-style-type: square;
		color: #3292b2;
		margin-left: 15px;
		line-height: 1.9em;
	}
		#navigation .nav ul li a {
			color: #3292b2;
			font-size: 1.2em;
		}
		#navigation .nav ul li a:hover,
		#navigation .nav ul li a:focus {
			color: #1b5164;
		}
		

#footer {
	margin-top: 15px;
}		
		
#footer p {
	color: #3292b2;
	font-size: 1.1em;
	border-bottom: 6px solid #d6e9f0;
}
