body {
	font-size			: 12px;
	font-family			: Verdana, Arial, Courier, 'Franklin Gothic Book', sans-serif;
	cursor				: default;
	margin				: 30px;
	margin-left			: 40px;
	background			: url(images/background.jpg) top left repeat-y;
	}
	
#logo {
	width				: 200px;
	height				: 139px;
	background			: url(images/logo.jpg) repeat-x;
	}
	
#main {
	float				: left;
	position			: absolute;
	top					: 202px;
	left				: 270px;
	width				: 65%;
	}
	
#main h1 {
	padding				: 0px;
	font-size			: 23px;
	color				: #ffa200;
	border-bottom		: 1px solid #ffa200;
	width				: 100%;
	margin-bottom		: 5px;
	float				: left;
	position			: absolute;
	top					: 0;
	z-index				: -10;
	}
	
#main h2 {
	padding				: 0px;
	font-size			: 16px;
	color				: #106cb7;
	}
	
#main h2 a{
	text-decoration		: none;
	color				: #106cb7;
	}
	
#text {
	float				: left;
	position			: absolute;
	top					: 40px;
	width				: 100%;
	}
	
#main p {
	line-height			: 140%;
	}
	
#main textarea {
	width				: 400px;
	}
	
#main input	{
	width				: 250px;
	}
	
.checkbox {
	width				: 10px !important;
	}
.button {
	width				: 100px !important;
	}
	
.tumb {
	float				: left;
	margin				: 2px 2px 2px 0;
	height				: 116px;
	}
	
.tumb img {
	padding				: 2px;
	border				: 1px solid #ddd;
	}

#page_img {
	float				: right;
	margin-left			: 5px;
	margin-top			: -130px;
	}
	
#page_img img {
	width				: 200px;
	z-index				: 10;
	}
	
/* ---------------------- MENU---------------------- */
#menu {
	position			: relative;
	font-size			: 16px;
	color				: #106cb7; /**3b417a**/
	width				: 200px;
	float				: left;
	margin-top			: 37px;
	}
	
#menu ul {
	list-style-type		: none;
	margin-left			: -40px;
	padding-bottom		: 0px;
	}

#menu ul li {
	border-bottom		: 1px solid #cbcbcb;
	padding-left		: 20px;
	padding-bottom		: 3px;
	padding-top			: 1px;
	}
	
#menu ul li a:hover {
	color				: #eeb30f;
	}
	
#menu ul li a.current {
	color				: #eeb30f;
	}

.bullet {
	background			: url('images/bullet.jpg') no-repeat 5px 7px;
	list-style-type		: none;
	}
	
#menu ul li a{
	text-decoration		: none;	
	color				: #106cb7;
	}


#footer {
	width				: 100%;
	height				: 18px;
	font-size			: 12px;
	color				: #a1a1a1;
	text-align			: center;
	position			: absolute;
	bottom				: 0px;
	left				: 0px;
	}
		
.sub {
	margin-left				: 5px;
	}
	
.album1 {
	width				: 120px;
	float				: left;
	padding				: 3px;
	margin				: 0 10px 10px 0;
	border				: 1px solid #cbcbcb;
	height				: 140px;
	}
	
.album1 a {
	color				: #106cb7;
	text-decoration		: none;
	}

.uitgelicht {
	width: 100%;
	background: #ffa200;
	padding: 5px;
	color: #fff;
}
