@charset "UTF-8";
/* KLEUREN */
/*
blauw logo: #4F3A2F;
*/

/* ------------ GENERIC ------------ */
html 		{ overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
html, body 	{ height: 100%; margin:0; padding:0;}
body		{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; background: #E7E8E9; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
*			{ outline: none; border:none;}
a 			{ text-decoration:none; }

.related 	{ clear: both; float:none;}
.date 		{ font-size:10px; color: #128C91;}
.floatLeft 	{ float: left; }
.floatRight { float: right; }
.hide 		{ display: none; }
#form 		{ border: #666 dotted 1px; padding: 10px 20px 10px 20px;  }

/* ------------ ID ------------ */
body { 	background:url(../img/bg.png);	}
#container {
	width: 680px;
	background: #fff;
	margin: 40px auto;
	padding: 50px;
	line-height: 16px;
}
#container span{
	color: #666;
	width: 100%;
	text-align: justify;
}
#container h1{
	font-size:18px;
	font-weight:lighter;
	color:#333;
}
#container p{
	font-size:12px;
}


