@charset "utf-8";

html, body {
	/*margin:0px auto; Sjoerd */
	margin:30px auto; /* Sjoerd */
	padding:0 0 15px;
	background:#fff;
	color:#513a74;
	/*font:13px "Times New Roman", Times, serif; Sjoerd */
	font:14px "Times New Roman", Times, serif;
	/*line-height:18px; Sjoerd*/
}

	div {
		overflow:hidden;
		position:relative;
	}
	
	p {
		margin:0px;
		padding:0px;
	}
	
	h1 {
		color:#87654b;
		font:bold 24px "Times New Roman", Times, serif;
		line-height:120px;
		margin:0px;
		padding:0px;
	}
	
	h2 {
		font:18px "Times New Roman", Times, serif;
		line-height:20px;
		margin:0 0 20px;
		padding:0px;
	}

#container {
	margin:0px auto;
	width:920px;
}

#header {
	width:880px;
	height:150px;
	margin:0 30px 0 10px;
	background:url('../img/logo.jpg') no-repeat right 5px;
	float:left;
	display:inline;
}
	
	#header ul {
		margin:38px 0 0 5px;
		padding:0px;
		list-style:none;
	}
	
	#header li {
		font:22px "Times New Roman", Times, serif;
	}
	
	#header li a {
		text-decoration:none;
		color:#87654B;
	}
	
	#header li a:hover {
		text-decoration:none;
		color:#000;
	}
	
	#header ul.menu {
		margin:38px 0 0 5px;
		padding:0px;
		list-style:none;
	}
	
	#header ul.menu li {
		font:22px "Times New Roman", Times, serif;
	}
	
	#header ul.menu li a {
		text-decoration:none;
		color:#87654b;
	}
	
	#header ul.menu li.select a {
		text-decoration:none;
		color:#290c54;
	}
	
	#header ul.menu li a:hover {
		text-decoration:none;
		color:#000;
	}
	
	#header img {
		height:140px;
		width:260px;
		float:right;
		border:0px;
	}

#content {
	padding:0 0 0 10px;
	float:left;
	width:910px;
}

	#fullscreen_image {
		margin:0px auto;
		float:left;
		background:url('../img/shaduw1.png') no-repeat top right;
	}
	
	#fullscreen_image div#shaduw_one {
	float:left;
		background:url('../img/shaduw4.png') no-repeat top left;
	}
	
	#fullscreen_image div#shaduw_two {
	float:left;
	background:url('../img/shaduw2.png') no-repeat bottom left;
			
	}
	
	#fullscreen_image img {
		padding:0 5px 11px;
		float:left;
		width:890px;
		border:0px;
		background:url('../img/shaduw3.png') no-repeat bottom right;	
	}
	
	#fullscreen_image div#extra {
		padding:0 5px 11px;
		float:left;
		width:890px;
		border:0px;
		background:url('../img/shaduw3.png') no-repeat bottom right;	
	}
	
#big_text {
		float:left;
		font:24px "Times New Roman", Times, serif;
		line-height:65px;
		padding:0 0 0 15px;
	}

#big_text a {
		text-decoration:none;
		color:#87654B;
	}

#big_text2 {
	width:890px;
	text-align:center;
	color:#87654b;
	font:24px "Times New Roman", Times, serif;
	line-height:65px;
}
#big_text2 a {
	color:#87654b;
	text-decoration:none;
}

#menu {
	float:right;
	width:290px;
}
	
	#menu ul {
		margin:0px;
		padding:0px;
		list-style:none;
		width:290px;
		overflow:hidden;
	}
	
	#menu li {
		padding:0 4px 0 0;
		list-style:none;
		float:left;
		font:13px Geneva, Arial, Helvetica, sans-serif;
		line-height:65px;
		color:#999;
	}
	
	#menu li a {
		color:#999;
		text-decoration:none;
	}
	
	#lang_menu li {
		margin:10px 0 0 0;
		line-height:0px;
		display: none; /* Sjoerd */
	}
	
	#lang_menu img {
		width:19px;
		height:14px;
		border:0px;
	}