/* 
CSS RESET
http://meyerweb.com/eric/tools/css/reset/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent; }

body {
	line-height:1; }

ol,ul {
	list-style:none; }

blockquote,q {
	quotes:none; }

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none; }

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse; }

a:focus {
	outline: 0; }

/* remember to define focus styles! */
:focus {
	outline:0; }
	
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none; }

del {
	text-decoration:line-through; }
	
/* tables still need 'cellspacing="0"' in the markup */
strong {
	font-weight:bold; }

p {
	margin:0 0 15px; }
	
/* EINDE RESET */

	
/*******************************************************  
	ALGEMEEN
*******************************************************/
html {
	overflow:0; }

body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-transform:normal;
	letter-spacing:normal;
	font-size:12px;
	color:#646464;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x; }

a {
	color:#0182a9;
	font-weight:bold;
	text-decoration:none; }

a:hover {
	color:#0182a9;
	font-weight:bold;
	text-decoration:underline; }

#page {
	margin:0 auto;
	width:953px;
	background-image:url(../images/bg_content.png);
	padding:0 8px; }

/*******************************************************  
	Top navigatie
*******************************************************/
#top_nav {
	background-image:url(../images/balk_grijs.jpg);
	height:40px;
	border-bottom:1px #f57f20 solid; }

#top_nav ul {
	padding:10px 0 0; }

#top_nav li {
	display:inline-block;
	float:left;
	position:relative;
	left:610px;
	text-transform:uppercase;
	margin:0 10px;
	color:#fff; }

#top_nav a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:normal; }

#top_nav a:hover {
	text-decoration:underline;
	font-weight:normal; }

/*******************************************************  
	Header en sub navigatie
*******************************************************/
#header {
	background-image:url(../images/header.jpg);
	height:73px;
	border-bottom:1px #f57f20 solid;
}
#sub_nav {
	position:relative;
	top:33px;
	float:right;
	width:615px;
	height:11px;
	background-image:url(../images/menu_top.png);
	padding:15px; }

#sub_nav li {
	float: left;
	border-right:1px #0083ac solid;
	padding:0 5px 0 2px;
}
#sub_nav li.last {
	display:inline-block;
	border-right:0;
	padding:0 5px 0 2px;
}

/*******************************************************  
	Content en Boxes
*******************************************************/
#content {
	padding:25px 10px 0;
	overflow:hidden;
}
.boxes {
	width:208px;
	height:104px;
	padding:10px;
	margin:0 7px 0 -4px;
	float:left;
	overflow: hidden; }

	.boxes a {
		color:#646464;
		font-weight: normal;
		text-decoration:underline; }

	.boxes h2 {
		font-size:16px;
		font-weight:bold;
		color:#0083ac;
		text-transform:uppercase;
		padding:3px 0 0 20px; 	}

		.boxes h2 a {
			color:#0083ac;
			text-decoration: none;
			font-weight:bold; }

		.boxes h2 a:hover {
			color:#0083ac;
			text-decoration: underline;
			font-weight:bold; }

	.boxes p {
		padding:5px 0 0; }

#contentLeft {
	float: left;
	width: 850px;
	line-height: 15px;
	padding: 0 10px 20px 0; }

	#contentLeft h1 {
		font-size:16px;
		font-weight:bold;
		color:#0083ac;
		text-transform:uppercase;
		padding-bottom: 25px; }
	
.box1 {
	overflow: hidden;
	background-image:url(../images/bg_box1.png); }

.box2 {
	overflow: hidden;
	background-image:url(../images/bg_box2.png);
	margin:0 0 0 1px; }

.box3 {
	overflow: hidden;
	background-image:url(../images/bg_box3.png);
	margin:0 0 0 9px; }

.box4 {
	overflow: hidden;
	background-image:url(../images/bg_box4.png);
	margin:0 0 0 8px; }

a.testbutton {
	margin: 100px;
	float: right; }


/*******************************************************  
	De tests
*******************************************************/
#tests_container {
	clear:both;
}

#tests_top {
	background-image:url(../images/border_lists_top.png);
	height:4px;
	width:937px;
}

#tests_content {
	background-image:url(../images/bg_lists.png);
	width:920px;
	padding:10px 15px 0;
	margin: 0px 0px 0px -3px;
	overflow:hidden;
	background-repeat: repeat-y;
}

#tests_bottom {
	background-image:url(../images/border_lists_bottom.png);
	height:4px;
	width:937px;
}

#tests_content ul {
	width:153px;
	float:left;
}

#tests_content h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	color:#f57f20;
	border-right:1px #f57f20 solid;
	margin:0 10px 0 0;
}

#tests_content li {
	margin:15px 0;
}

#tests_content .titel {
	margin:0;
}


/*******************************************************  
	Footer
*******************************************************/
#footer {
	clear: both; 
	border-top:1px #f57f20 solid;
	overflow:hidden;
	padding:5px 20px 5px 20px;
	color:#0182a9;
	font-weight:bold; }

#footer p.copyright {
	float:left;
	margin:0;
}

#footer p.links {
	float:right;
	margin:0;
}

#footer_bottom_border {
	background-image:url(../images/bg_footer.jpg);
	margin:0 auto;
	width:968px;
	height:10px;
}