/* CSS Document */

html, body {
	text-align:left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}

/*Header -----------------------------------------------------*/
#headerleft {
	position: absolute;
	top: 0px; 
	left: 0px;
	/*z-index: 3;  */
}

#headerright {
	position: absolute;
	top: 0px; 
	right: 0px;
	z-index: 1;
}

#headermiddle {
	background-color: #E5E5E5;
	height: 137px;
}

#logo {
	position: absolute;
	top: 0px; 
	right: 234px;
}

/*Positie van het menu -----------------------------------------------------*/
#menu_pos {
	position: absolute;
	top: 106px; 
	left: 0px;
	height: 29px;
	width: 100%;
	z-index: 100;
}

/*Achtergrond van het menu -----------------------------------------------------*/
#menu_bg {
	position: absolute;
	top: 108px; 
	left: 0px;
	background-image: url(gfx/menu_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 100%;	
}

/*Themalijst hoofdcontent inzetten -----------------------------------------------------*/
#content {
	position: relative;
	/*text-align: left;*/
	 top: 16px;
	/*top: 153px;*/
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*themalijst -----------------------------------------------------*/
td.thema_l {
	background-image: url(gfx/menu_l.gif);
	background-repeat: repeat-y;
	width: 20px;
	vertical-align: top;
}

td.leftcolumn {
	background-color: #E5E5E5;
	width: 198px;
}

#leftcontent {	
	margin-top: 35px;
	padding-left: 16px;
	padding-right: 0px;
	padding-bottom: 5px;
}

/*Hoofdcontent -----------------------------------------------------*/
td.centercolumn {
	background-color: #FFFFFF;
	width: 100%;
}

/*Breadcrumb -----------------------------------------------------*/
#path {
	padding-left: 5px;
	padding-bottom: 3px;
	height: 18px;
	width: 100%;
}

#centercontent {
	margin-left: 33px;
	margin-right: 31px;
}

#centercolumncontent {
	margin-left: 33px;
	margin-right: 31px;
}
/* Media-overzichten (publicaties, projecten, enz.) */
#centercolumncontent2, #centercolumncontent3, #centercolumncontent4 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Media Artikel ----------------------------------------------------------------------*/
#publicatie_details { 
	position: relative;
	float: right;
	padding: 0px 5px 10px 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 240px;
	display: block;
}

/* Print ----------------------------------------------------------------------*/
#print {
	position: relative;
	float: right;
	padding: 5px;
	padding-right: 6px;
	display: block;
	z-index: 10;
}

/* Inzetten -----------------------------------------------------*/
td.rightcolumn {
	background-color: #E5E5E5;
	width: 234px;
	vertical-align: top;
}

#zoeken {
	position: relative;
	top: 10px; 
	left: 16px;
	/*background-color: #000000;*/
	width: 113px;
	height: 73px;
}

#rightcontent	{
	position: static;
	top: 98px;
	margin-left: 16px;
	margin-right: 20px;
	margin-top: 0px;
}

td.menuOnder {
	width: 198px;
	background-color: #E5E5E5;
}

/* Sitewide navigatie -----------------------------------------------------*/
#footer {
	height: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top: 1px dotted #D51D53;
	width: 100%;
}