@charset "utf-8";
/* CSS Document */

body {
	background-color:#dfdfeb;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-position:center top;
}

#container {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:1280px;
	height:900px;
}

#header_ {
	float:left;
	width:1280px;
	height:204px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#leftspace_ {
	float:left;
	width:200px;
	height:32px;
	background-image:url(../images/leftspace.png);
	background-repeat:no-repeat;
}

#navigatiebalk_ {
	float:left;
	width:880px;
	height:32px;
	background-image:url(../images/navigatiebalk.png);
	background-repeat:no-repeat;
}

#rightspace_ {
	float:left;
	width:200px;
	height:32px;
	background-image:url(../images/rightspace.png);
	background-repeat:no-repeat;
}

#inhoud {
	float:left;
	width:1280px;
	background-image:url(../images/inhoud.png);
	background-repeat:repeat-y;
}


#linkerkolom_ {
	float:left;
	width:200px;
}

#tekstgebied_ {
	float:left;
	width:850px;
	padding:15px;
}

#rechterkolom_ {
	float:left;
	width:200px;
}

#highlight_ {
	float:left;
	width:1279px;
	height:100px;
	background-image:url(../images/highlight.png);
	background-repeat:no-repeat;
}
