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,
dl, dt, dd, ol, ul, li,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td /* , fieldset, legend */  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Courier New, georgia, verdana, arial;
	font-size: 15px;
	overflow: -moz-scrollbars-vertical;
	background-image: url('../images/top_line.gif'); 
	background-repeat: no-repeat;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*ALGEMEEN*/

#container {
	width: 935px;
	position: relative;
	margin: 0 auto;
	border: 0; 
	background: white;
}

#top {
	position: relative;
	float: left;
	width: 800px;
	height:	200px;
}

/*NEWS*/

#news_item_first {
	position: 	relative;
	float:			left;
	width: 			935px;
	padding-top: 0px;
}

#news_pic_first {
	position: 	relative;
	float:			left;
	width: 			286px;
	min-width:	286px;
	padding:		45px 0 0 30px;
}

#news_pic_first img {
	border: solid 1px black;
}

#news_item {
	position: 	relative;
	float:			left;
	width: 			935px;
	padding-top: 0px;
}


#news_text {
	position: 		relative;
	float:				right;
	width: 				460px;
	padding:			0px 35px 0 35px;
	text-align:		normal;
	line-height:	20px;
	padding-top:		30px;
	
}

#news_text p.date{
	font-size: 44px;
	font-weight: bold;
	font-family: Courier New,Courier,Monaco,monospace;
	color: #ff003e;
}

#news_text p.content {
	padding-top: 20px;
}



#news_pic {
	position: 	relative;
	float:			left;
	width: 			286px;
	min-width:	286px;
	padding:		25px 0 0 110px;
	
}

#news_pic img {
	border: solid 1px black;
}


#sub_nav_news {
	position: 	relative;
	float:			left;
	width: 			80px;
	line-height: 65px;


}

/*OVER*/

#over_item {
	position: 	relative;
	float:			left;
	width: 			900px;
	padding-top: 0px;
}

#over_pic {
	position: 	relative;
	float:			left;
	width: 			300px;
	
	padding:		60px 0 0 25px;
	
}

#over_pic img {
	border: solid 1px black;
}


#over_text {
	position: 		relative;
	float:				right;
	width: 				460px;
	padding:			0px 0 0 0x;
	text-align:		normal;
	line-height:	20px;
	padding-top:	30px;
	min-height:		600px;
	
}

#over_text p.content {
	padding-top: 20px;
}

#sub_nav_over {
	position: 	relative;
	float:			left;
	width: 			150px;
	line-height: 65px;

}


/* FOLIO */

#news_text p.folio_title {
	font-weight: normal;
	margin: 0;
	border-bottom: 1px dashed #ffffff;
	color:#AAAAAA;
	font-family:Courier New,Courier,Monaco,monospace;
	font-size:1.2em;
}

ul.publicaties {
	list-style-type: inherit;
	list-style-image: inherit;
	list-style-position: inside;
}

ul.publicaties li {  padding: 0 4.5% 0 4.5%;}   
   
}


#news_text.off {
	background: #ffffff;
}
#news_text.on {
	background: #d4d2d2;
}

/* AGENDA */


#agenda_items {
	position: 	relative;
	float:			left;
	width: 			900px;
	padding-top: 0px;
}

#agenda_text {
	position: 		relative;
	float:				left;
	width: 				460px;
	padding:			0px 0 0 35px;
	text-align:		normal;
	line-height:	20px;
	padding-top:		30px;
	
}


#agenda_text p.agenda_content {
	padding-left: 40px;
	line-height: 18px;
	
	}

#agenda_text p.agenda_date {
	padding-top: 4px;
	line-height: 18px;
	color: red;
}

#agenda_text p.agenda_title {
	color: black;
}