	#main {width:800px;height:250px;background-repeat:no-repeat;}
	#login {width:220px;height:125px;background-color:#FFC000;float:right;}
	#news {width:240px;min-height:300px;background-color:#7FA731;float:right;overflow: visible;padding-bottom:30px;}
	#sponsors {width:240px;height:350px;background-color:#F6F6F6;float:right;}
	#content {width:540px;background-color:#FFF;float:left;margin-top:228px;margin-left:-90px;}
	#text {width:450px;padding:20px 70px 20px 20px;background-color:#FFF;font-size:12px;color:#777;}
	#text h1 {font-size:16px;color:#FF8E08;padding-top:0px;padding-bottom:0px;margin-top:5px;}
	
	body {
		background-image:url('back.jpg');
		background-repeat:repeat-y;
		background-position: center;
		
	}
	
	
	/* LOGIN */
	input.login {
		margin:25px 20px 25px 20px;
		color:#bbb; font-size:14px;
		font-family:Trebuchet MS;
		width:178px; height:21px;
		background-color:white;
		border-bottom:1px solid white;
		border-top:1px solid #E1E1E1;
		border-left:1px solid #F5F5F5;
		border-right:1px solid #F5F5F5;
		text-indent:5px;
		}
	
	input.submit {
		margin:0px 20px 25px 20px;
		color:#fff; font-size:16px;
		font-family:Trebuchet MS;
		width:180px; height:25px;background-color:#FF8A00;
		border-top:0px solid #FF8A00;
		border-bottom:1px solid #C17500;
		border-left:1px solid #EAA700;
		border-right:1px solid #EAA700;
	}
	
	
	/* CONTENT */
#content p {
	margin-bottom:20px;margin-top:0px; line-height:18px;
}

hr {
	color:#DDD;
	background-color:#DDD;
	height:1px;
	border:0px;
	padding:0;
}

.hr {
	margin-top:25px;
	margin-bottom:30px;
	height:1px;
}

/*Nieuws*/
#news h1 {float:left;
	text-indent:-9999px;
}

#news h2 {
padding:20px 20px 0px 20px;
color:#415814;
font-weight: bold;
font-size: 12px;
margin:0px;
}

#news h2 a {
color:#415814;
color:#FFF;
font-weight: bold;
font-size: 12px;
margin:0px;
text-decoration:none;
}

#news h2 a:hover {
	text-decoration:underline;
}

#news p {
	color:#fff;
	color:#415814;
	font-size: 11px;
	padding:0px 20px 0px 20px;
	margin:0px;
	line-height:15px;
}


/* SPONSORS */

.mogelijk {
	font-size:10px;
	text-align: center;
	margin-top:15px;
	margin-bottom:-5px;
	color:#9F9F9F;
}

#sponsors hr {
	width:200px;
	color:#E0E0E0;
}

#sponsors .hr {
	margin-top:20px;
	margin-bottom:20px;
	height:1px;
}

#sponsors div.banner {
	width:100%;
	text-align:center;
	
}

/* COLOFON */

#colofon {
	float:left;
	text-indent:-9999px;
}