/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	background:url(images/bg.png) top repeat-x #bdd87b;
	font-family: Verdana;
	font-size:12px;
	color:#535353;
}
div#container {
	width:950px;
	margin:0 auto;
	background: url(images/container_bg.png) top no-repeat;
	padding:0 48px 0 0;
}
div#push {
	height:154px;
}
.rightfloat {float:right;}
.leftfloat {float:left;}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#535353; text-decoration:underline;}
a:hover {text-decoration:none;}
/* /Algemene waardes */
/* Header */
div#header {
	width:931px;
	height:92px;
	padding:24px 0 0 19px;
	background: url(images/header_bg.png) bottom no-repeat;
}
#logo {float:left;}
/* /Header */
/* Content */
div#content {
	width:920px;
	padding:0 15px;
	background:#fff;
}
div#left {
	width:210px;
	float:left;
}
div.kop {
	width:165px;
	height:49px;
	line-height:49px;
	font-size:18px;
	color:#fff;
	padding:0 0 0 45px;
}
.geel {background: url(images/kop_geel.png);}
.blauw {background: url(images/kop_blauw.png);}
.paars {background: url(images/kop_paars.png);}
div.geel_cont {
	width:210px;
	background:#ffdd3d;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}
div.geel_cont ul {list-style-type:none;}
div.geel_cont ul li {
    width:210px;
    background: url(images/geel_bg.png) top no-repeat;
}
div.geel_cont ul li a {
    display:block;
    width:170px;
    line-height:30px;
    color:#535353;
    text-decoration:none;
    padding:0 5px 3px 35px;
    background: url(images/geel_streep.png) bottom no-repeat;
} 
div.geel_cont ul li a:hover {text-decoration:underline;}
div.blauw_cont {
	width:210px;
	background:#5bd7ff;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}
div.blauw_cont ul {list-style-type:none;}
div.blauw_cont ul li {
    width:210px;
    background: url(images/blauw_bg.png) top no-repeat;
}
div.blauw_cont ul li a {
    display:block;
    width:170px;
    line-height:30px;
    color:#535353;
    text-decoration:none;
    padding:0 5px 3px 35px;
    background: url(images/blauw_streep.png) bottom no-repeat;
}
div.blauw_cont ul li a:hover {text-decoration:underline;}
div.paars_cont {
	width:210px;
	background:#e33abb;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}
div.paars_cont ul {list-style-type:none;}
div.paars_cont ul li {
    width:210px;
    background: url(images/paars_bg.png) top no-repeat;
}
div.paars_cont ul li a {
    display:block;
    width:170px;
    line-height:30px;
    color:#fff;
    text-decoration:none;
    padding:0 5px 3px 35px;
    background: url(images/paars_streep.png) bottom no-repeat;
}
div.paars_cont ul li a:hover {text-decoration:underline;}
p#add {text-align:center;}
p#add img {border:2px solid #e9e9e9;}
div#right {
	width:695px;
	float:right;
}
h1 {
	width:635px;
	height:49px;
	background: url(images/kop_groen.png);
	line-height:49px;
	font-size:24px;
	color:#fff;
	padding:0 0 0 80px;
}
div#right p {
	line-height:21px;
	padding:20px 20px 0 20px;
}
.imgright {
	float:right;
	border:1px solid #b1b1b1;
	margin:10px 15px 5px 5px;
}
.blue {color:#26b4e2;}
.center {text-align:center;}
div#right ul {
	list-style-type:none;
	padding:10px 0 0 60px;
}
div#right ul li {
	padding:0 0 0 25px;
	font-style:italic;
	height:24px;
	line-height:24px;
	background: url(images/bal.png) left center no-repeat;
}
/* /Content */
/* Footer */
div#footer {
	width:950px;
	padding:25px 0 10px 0;
	text-align:center;
	font-size:11px;
	color:#4c760d;
	background: url(images/footer_bg.png) top no-repeat;
}
div#footer a {
	color:#4c760d;
	text-decoration:underline;
}
/* /Footer */
