/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Navigatie
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#navigationRow {
	background-color:#C00303;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Infopanel
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#infopanel {
	background-color:#FFFFFF;
	background-image:url(/html/layout/images/system/background_infoRow.jpg);
	background-repeat:repeat-x;
	background-position:top;

	margin-top:20px;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:18px;
	
	padding:0px;

	position:relative;

	width:848px;
	height:200px;
	
	border: 2px solid #E0DEDE;	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Themas
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#themes {
	margin:0px;
	margin-top:21px;
	margin-left:24px;
	margin-bottom:18px;
	padding:0px;

	position:relative;

	width:852px; 
	height:304px; /* Inhoud is 304px door de 2px top en 2px bottom-border van de themaItems */
}

#themes .item {
	cursor:pointer;
	
	margin:0px;
	margin-left:8px;
	padding:0px;
	
	position:relative;
	float:left;

	width:203px;
	height:300px;
	
	background-color:#FFFFFF;
	border: 2px solid #E0DEDE;
}

#themes .item .name {
	margin:0px;
	padding:0px;
	
	position:relative;
	
	width:inherit;
	height:29px;
}

#themes .item .nameEnd {
	margin:0px;
	margin-top:13px;
	padding:0px;
	
	position:relative;
	
	width:inherit;
	height:15px;
}

#themes .item .foto {
	margin:0px;
	margin-top:13px;
	margin-left:12px;
	padding:0px;
	
	position:relative;

	width:180px;
	height:75px;
}

#themes .item .txtinhoud {
	margin:0px;
	margin-top:13px;
	margin-left:14px;
	padding:0px;
	
	position:relative;

	width:178px;
	height:142px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Partners
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#partners {
	margin:0px;
	margin-left:24px;
	padding:0px;

	position:relative;
	width:848px;
	height:74px;
	
	background-color:#FFFFFF;
	border: 2px solid #E0DEDE;
}

#partners #items {
	margin:0px;
	margin-top:2px;
	margin-left:142px;
	margin-right:142px; 
	padding:0px;
	
	position:relative;
	
	width:564px;
	height:66px;
}

#partners #items .partner, .leftPartner {
	margin:0px;
	margin-left:30px;
	padding:0px;
	
	position:relative;
	
	height:66px;
	cursor:pointer;
	
	float:left;
}

#partners #items .leftPartner {
	margin-left:0px;
}