

body {
	background-image: url(images/achtergrond.gif);
	background-repeat: repeat-x;
	background-color: #688BB2;
	margin: 30px; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;

/* link opmaak */
}
a {
	color: #000000;
	text-decoration:none;

}
a:hover {
	color: #666666;
	text-decoration:none;

}

/* container */

.container {
	width: 669px;
	margin: 0px auto;
}
.linkscontainer {
	width: 186px;
	margin: 0px auto;
	float:left;
}
.rechtscontainer {
	width: 475px;
	margin: 0px auto;
	float:right;
}

/*menu links 1*/

.boven {
	background-image: url(images/bovenmenu.gif);
	width: 186px;
	height: 10px;
}
.midden {
	background-image: url(images/midden.gif);
	width: 186px;

}
.contentmidden {
	width: 175px;
	font: tahoma;
	font-size:11px;
	padding: 5px 0px 0px 20px;
}
.onder {
	background-image: url(images/ondermenu.gif);
	width: 186px;
	height: 11px;

}
.logo {
	background-image: url(images/logo.gif);
	width: 164px;
	height: 68px;
	margin: 0px 0px 0px 13px;

}

/*menu links 2*/


.bovenmidden {
	background-image: url(images/bovenmidden.gif);
	width: 475px;
	height: 10px;
}
.rechtsmidden {
	background-image: url(images/rechtsmidden.gif);
	background-repeat:repeat-y;
	width: 475px;

}
.middenonder {
	background-image: url(images/middenonder.gif);
	width: 475px;
	height: 9px;

}
.clear {
	clear: both;
}
.middentekst {
	margin: 0 auto;
	padding:30px 20px 20px 20px;
	}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #BE212E;	
}
ul span, ol span {
	color: #333;