/* Algemene waardes */
html, body {
	margin:0;
	padding:0;
	background: #ff9900;
	font-family: Arial;
	font-size:12px;
	color:#d20000;
}
div#container {
	margin:20px auto 0 auto;
	width:976px;
	height:717px;
	background: url(images/container_bg.jpg);
}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
a img {border:0;}
a {color:#f0008d; text-decoration:none;}
a:hover {text-decoration:underline;}
/* /Algemene waardes */
/* Header */
div#header {
	width:976px;
	height:247px;
}
div#header_left {
	width:515px;
	height:152px;
	text-align:right;
	float:left;
	padding:95px 0 0 0;
}
div#header_right {
	width:331px;
	height:217px;
	float:left;
	padding:30px 89px 0 41px;
}
div#links_right {
	float:right;
	width:89px;
	height:152px;
	padding:65px 0 0 0;
}
a#img_right {
	display:block;
	width:89px;
	height:120px;
	text-decoration:none;
}
div#links_middle {
	float:left;
	width:119px;
	height:210px;
	padding:7px 6px 0 0;
}
a#img_middle_top {
	width:96px;
	height:94px;
	float:right;
	text-decoration:none;
}
a#img_middle_foot {
	width:100px;
	height:106px;
	display:block;
	text-decoration:none;
	float:left;
}
div#links_left {
	width:117px;
	height:201px;
	float:left;
	padding:16px 0 0 0;
}
a#img_left {
	width:117px;
	display:block;
	height:143px;
	text-decoration:none;
}
/* /Header */
/* Content */
div#content {
	width:476px;
	height:246px;
	padding:0 270px 0 230px;
}
div#content p {
	margin:0;
	padding:10px 0;
	line-height:22px;
}
/* /Content */
/* Bottom */
div#bottom {
	width:976px;
	height:46px;
	text-align:center;
}
div#bottom img {
	margin:0 10px;
}
/* /Bottom */
/* Footer */
div#footer {
	width:580px;
	height:20px;
	color:#d60000;
	font-size:10px;
	padding:37px 176px 0 220px;
}
div#footer a {color:#d60000; text-decoration:underline;}
div#footer a:hover {text-decoration:none;}
/* /Footer */
/* Tekst opmaak */
h1 {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:arial;
}
/* /Tekst opmaak */

