/* 
	##	CSS Stylesheet voor de layout	##
	##	Basing door Jort van der Heide	##
	##	Alle rechten voorbehouden		##
*/


/*
	##	Algemeen		##
*/

body {
	background: #ecebe1;
	margin: 0;
	font-family: "Arial";
	font-size: 11px;
}

/* 
	##	Navigatiemenu	##
*/

ul#navigatie {
	background: url(http://www.reak.nl/images/navbg.jpg);
	font-family: "Tahoma";
	color: #FFF;
	margin: 0;
	padding: 0;
	height: 46px;
}


ul#navigatie li {
	font-weight: bold;
	float: left;
	list-style: none;
	width: 120px;
	text-align: center;
}

ul#navigatie li a:link, a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 16px 0px 16px 0px;
}

ul#navigatie li a:hover {
	background: url(http://www.reak.nl/images/navbghover.jpg);
	color: #FFF;
	width: 120px;
	text-decoration: none;
}

/*
	##	Header			##
*/

div#header {
	background: url(http://www.reak.nl/images/headerbg.jpg);
	height: 118px;
}

.header {
	float: left;
	width: 500px;
}

.referenties {
	float: left;
}

/*
	##	Content			##
*/

div#content {
	margin: 20px 0px 0px 100px;
	width: 800px;
}

H2 {
	color: #1e567e;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

div#content  p {
	color: #949494;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 13px;
	margin: 0px 0px 0px 20px;
}

.meer {
	background: #255e85;
	color: #FFF;
	float: right;
	font-size: 18px;
	padding: 6px 45px 6px 6px;
	margin: 0px 20px 0px 0px;
}

/*
	##	Footer			##
*/

div#footer {
	background: #e5e4dd;
	border-top: #deddd4 2px solid;
	margin: 40px 0px 0px 100px;
	width: 801px;
}

.hok {
	background: #e5e4dd;
	padding:15px 25px 15px 20px;
	float: left;
	height: 270px;
	width: 222px;
}

.text {
	border-left: #c4c4c4 1px solid;
	border-bottom: #c4c4c4 1px solid;
	margin: 6px 0px 0px 0px;
}

.hok p {
	color: #646464;	
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 5px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
}

a.onderlink, a.onderlink:visited {
	color: #255e85;
	text-decoration: underline;
}

a.onderlink:hover {
	color: #255e85;
	text-decoration: none;
}

p.archief {
	margin: 0px 0px 20px 0px;
}

H3 {
	color: #255e85;
	font-size: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

P.licht {
	color:#b8b8b8;
}

/*
	##	Onderste			##
*/

#onder {
	background: #FFF;
	color: #646464;
	font-size: 1.1em;
	width: 801px;
	height: 145px;
	text-align: center;
	margin: 0px 0px 0px 100px;
	clear: both;
	padding: 10px 0px 10px 0px;
}

.lijn {
	width: 60%;
	border-bottom: #DDD 1px solid;
	margin: 0 auto;
}

a.onder:link, a.onder:visited {
	color: #646464;
	text-decoration: none;
}

a.onder:hover {
	color: #646464;
	text-decoration: underline;
}

