body{
	background-image:url('afbeeldingen/background.png');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Georgia;
	
}


/*** SPACERS ********************************/

#spacerleft
{
	background-image:url('afbeeldingen/spacer-left.png'); 
	background-repeat:no-repeat; 
	background-position:right top;
}
#spacerright
{
	background-image:url('afbeeldingen/spacer-right.png');
}
#spacerbottom		
{
	background-image:url('afbeeldingen/spacer-bottom.png'); 
	background-repeat:repeat-y; 
	background-position:right top;
}
#spacerbottomright
{
	background-image:url('afbeeldingen/spacer-bottom-right.png');
}
#spacerbottomleft
{
	background-image:url('afbeeldingen/spacer-dark.png');
}

/*** SPACERS ********************************/




/*** LAYOUT ********************************/

#layout
{
	width:1017px; 
	height:790px; 
	background-image:url('afbeeldingen/layout.png'); 
	background-repeat:no-repeat;
}
#wrapper
{
	margin:10px 0px 0px 10px; 
	height:700px;
	
}
#rightcol
{
	float:left;
	margin-top:110px;
	margin-left:10px;
	height:565px;
	width:635px; 
	
	
	
}

#rightcol h1.title
{			
	font-size:30px;
	line-height:70px;
	*line-height:60px;
	margin:0px;
	color:#464646;
	font-weight:normal;
}
#rightcol .content p
{
	margin:0px;
	font-size:11px;
	color:#464646;
	line-height:25px;
	
}

#rightcol .content td
{
	margin:0px;
	font-size:11px;
	color:#464646;
	line-height:25px;
}

#collectiewrapper
{
	max-height:255px;
}

#contentwrapper
{
	height:320px;

}

/*** LEFT COLLUMN ***/

	#leftcol
	{
		margin:0px 10px 0px 10px; 
		width:310px; 			
		height:685px; 
		float:left;
		z-index :1;
	}
	
	#leftcol h1.title
	{
		font-size:30px;
		margin:0px;
		color:#464646;
		font-weight:normal;
	}
	
	#leftcol .content p
	{
		margin:0px;
		font-size:11px;
		color:#464646;
		line-height:25px;
	}
	
	#leftcontentwrapper
	{
		z-index:2; 
		margin-top:-100px;
	}
	
	#leftcontentwrapper p 
	{
		padding-left:5px;
	}
	
	
	#leftcontentwrapper h1 
	{
		padding-left:5px;
	}
	
	#imagewrapper
	{
		margin-top:10px;
		z-index:1;
		clear:both;
	}

/*** LEFT COLLUMN ***/

/*** LAYOUT ********************************/



/*** MENU ********************************/


#menuwrapper
{
	margin-top:5px;
}
#menu
{
	width:140px;
	z-index:2;
	float:left;
}
#menu a
{
	text-decoration:none;
	color:#434343;
}

#submenu
{
	width:140px;
	z-index:2;
	float:left;
	margin-left:2px;
}

#submenu a
{
	text-decoration:none;
	color:#434343;
}
.menubutton
{
	line-height:18px;
	font-size:11px;
	border-bottom:solid 1px #434343;
	text-transform: uppercase;
	
}
.activemenubutton
{
	line-height:18px;
	font-size:11px;
	border-bottom:solid 1px #ae956b;
	text-transform: uppercase;
	background-color:#ae956b;
}
.lastmenubutton
{			
	line-height:18px;
	font-size:11px;
	text-transform: uppercase;
}


/*** MENU ********************************/




/*** TALEN ********************************/

#talen
{
	float:right; 
	height:40px; 
	margin-top:-40px; 
	margin-right:15px;
	color:white; 
	font-size:10px; 
	font-weight:bold;
}


.taalkeuzeactief{
	
	color:#ffffff;
	text-decoration:none;
}

.taalkeuze{
	color:#ae956b;
	text-decoration:none;
}

/*** TALEN ********************************/

img{
	border:none;
}



