@charset "UTF-8";
/* CSS Document */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
}
	
p { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	color:#466D6C;
	line-height:20px;
}

a:link { 	 
	text-decoration: none; 
	color:#968552;
	border:none;
}
	
a:visited {  
	text-decoration: none; 
	color:#968552;
}

a:hover{ 
	color: #466D6C;
}

a:active { 
	color: #466D6C;
}


	
/* specific divs */
#container { 
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:840px;
	height:900px;
	padding:0px;
}

#name { 
	width:190px;
	height:30px;
	float:left;
	margin:0px;
	
}

#name p{ 
	color:#333;
	
}

#lijntje { 
	width:7px;
	height:30px;
	float:left;
	margin:0px;
}

#menu { 
	width:615px;
	height:30px;
	float:right;
	margin:0px;
	
}

#emptyblock { 
	width:700px;
	height:75px;
	float:left;
	margin:0px;
	
	
	
}

#content { 	
	width:800px;
	height:800px;
	float:left;
	margin:0px;
	margin-left:30px;
	
}

#contact { 	
	width:600px;
	height:800px;
	float:left;
	margin-top:30px;
	
}

#left { 	
	width:600px;
	height:800px;
	float:left;
	margin:0px;	
}

#left img{ 	
	border:none;	
}

#right { 	
	width:150px;
	height:800px;
	float:right;
	margin:0px;
	margin-top:25px;
	
}

#right span{ 	
	font-size:10px;
}



#info { 	
	width:150px;
	height:150px;
	float:right;
	margin:0px;	
}

#info p{ 
	color:#666;
	font-size:10px;
	font-style:italic;
}

#counter { 	
	height:175px;
}

#back { 	
	width:150px;	
}

#arrows { 	
	width:150px;
}

#arrows img{ 	
	border:none;	
}

#menu a {
	margin-right:20px;	
}




	





