/** KLEUREN **/

/** 1338_DARK1: #262626  **/
/** 1338_DARK2: #404040  **/
/** 1338_DARK3: #595959  **/
/** 1338_LIGHT1: #d9d9d9 **/
/** 1338_LIGHT2: #e6e6e6 **/
/** 1338_LIGHT3: #f3f3f3 **/

/** GLOBAAL **/

body{
	background-color: #a2e619;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial,Helvetica,Lucida Sans,Lucida Grande, sans-serif;
	font-size: 12px;
	color: #edf7f2;
}

h1{
	background-color:#edf7f2;
	color:#96ca2d;
	padding-top:2px;
	padding-bottom:-2px;
	padding-left:4px;
	font-weight:100;
	font-size:14px;	
}

h2{
	background-image:url(image/bullet.gif);
	background-repeat:no-repeat;
	width:190px;
	height:15px;
	background-color:#edf7f2;
	color:#42c7b5;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:4px;
	font-weight:100;
	font-size:13px;	
}

h3{
	height:15px;
	background-color:#edf7f2;
	color:#42c7b5;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:4px;
	font-weight:100;
	font-size:14px;	
}

img{border:0;}


a{
	color: #edf7f2;
}

.link{
	background-color:#4bb5c1 ;
	padding:5px;
	text-align:center;
}

body,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote {  
  margin:0; 
  padding:0; 
} 


/** HEADER **/

#header{
	width: 911px;
	/*height:220px;*/
	margin-left: auto;
	margin-right:auto;
	background-color: #42c7b5;
}











/** PRIMAIRE NAVIGATIE **/
#nav_pri {
	display:block;
	float: left;
	clear: left;
	width: 911px;
	height: 30px;
	position:relative;
	top:-33px;
	margin-left: auto;
	margin-right: auto;
}

#nav_pri ul {
	list-style-type: none;
	display: block;
	height: 30px;
	font-size: 12px;
}

#nav_pri ul li {
	display: block;
	height: 30px;
	width: 110px;
	float: left;
	margin-right: 5px;
}

.active{
	padding-top:6px;
	display: block;
	height: 24px;
	width: 110px;
	line-height: 30px;
	color: #f3f3f3;
	background-color: #42c7b5;
	line-height:12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}


/*#nav_pri ul li a{*/
.noactive{
	padding-top:6px;
	display: block;
	height: 24px;
	width: 110px;
	line-height: 30px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	color: #f3f3f3;
	background-color: #4cb0b3;
	line-height:12px;
	background-color:#300;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}




#nav_pri ul li a.noactive:link,#nav_pri ul li a.noactive:visited{
	background-color: #4cb0b3;
}

#nav_pri ul li a.noactive:hover{
	background-color: #7fc6bc;
}

#nav_pri ul li a.noactive:active{
	background-color: #449b9d;
}

/* Zorgt ervoor dat de content correct gecentreerd staat */
.wrapper{
	width: 911px;
	margin-left: auto;
	margin-right:auto;
}


/** CONTENT **/
#content {
	float: left;
	width: 876px;
	position:relative;
	padding: 25px 10px 10px 25px;
	top:-33px;
	background-color: #42c7b5;
	min-height:600px;
}

.inhoud{
	padding:15px 0px 15px;
	
	/*background-color:#96ca2d;*/
}

.datum{
	width:65px;
	float:left;
	background-color:#edf7f2;
	color:#96ca2d;
	padding-top:2px;
	padding-bottom:-2px;
	padding-left:4px;
	font-weight:100;
	font-size:14px;
}

.datumtekst{
	min-height:17px; 
	padding-top:4px;
	padding-left:5px;
	width:755px;
	background-color:#4bb5c1;
}



/** DISCLAIMER **/
#footer{
	float: left;
	clear: left;
	width: 911px;
	height: 25px;
	position:relative;
	top:-33px;
	margin-top: 5px;
	line-height: 25px;
	text-align: center;
	color: #edf7f2;
}

.horizontal{
	width:843px;
	height:4px;
	background-image: url(image/horizontal.jpg);
}

.tabletitle{
	font-weight:600;
}
/* changed by joachim*/
#tablecontainer{
	width:870px;
	height:204px;
}

#table1{
	float:left;
	padding:10px;
}

#table2{
	float:left;
	padding:10px;
}
#table3{
	float:left;
	padding:10px;
}
#table4{
	float:left;
	padding:10px;
}
/* changed by joachim*/
.bold{
	color:#FFF;
	font-weight:bolder;
}

.kader{
	border-color:#83d6cb;
	border-width:thin;
	border-style:solid;
	background-color:#56c7b8;
}

table.sample {
	border-collapse: collapse;
}

table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #83d6cb;
	background-color:#56c7b8;
	-moz-border-radius: ;
}


