html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 725px;
	margin: auto;
}

.header {
	float: left;
	width: 725px;
}

.header .left {
	float: left;
	width: 303px;
	padding-top: 45px;
}

.header .left .populairste {
	float: left;
	width: 293px;
	height: 81px;
	background-image: url(../images/populairste.jpg);
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-left: 15px;
}

.header .left .populairste a {
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.header .left .populairste a:hover {
	color: #FF9900;
}

.header .left .welkom {
	margin-top: 150px;
	padding-left: 10px;
}

.header .center {
	float: left;
	width: 130px;
	height: 265px;
	background-image: url(../images/rata.jpg);
	background-repeat: no-repeat;
	margin-top: 16px;
}

.header .right {
	float: left;
	width: 292px;
}

.header .right .menu {
	float: left;
	padding-top: 65px;
}

.header .right .menu a {
	font-size: 15px;
	font-weight: bold;
	color: #8CBA00;
	text-decoration: none;
	padding-left: 3px;
}

.header .right .menu a:hover {
	color: #FF9900;
}

.header .right .nieuwste {
	float: left;
	width: 293px;
	height: 113px;
	background-image: url(../images/nieuwste.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-top: 32px;
	padding-left: 15px;
}

.header .right .nieuwste a {
	font-size: 11px;
	color: white;
}

.main {
	float: left;
	width: 725px;
	padding: 10px;
}

.main h1 {
	font-size: 20px;
	color: #666666;
}

.categorie {
	width: 112px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.categorie a {
	font-size: 10px;
}

.categorie .header {
	width: 112px;
	height: 18px;
	background-image: url(../images/menu_header.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

.categorie .center {
	float: left;
	width: 112px;
	background-image: url(../images/menu_center.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
}

.categorie .center a {
	float: left;
	width: 100px;
	color: green;
	text-decoration: none;
}

.categorie .center a:hover {
	color: #F58E1E;
}

.categorie .footer {
	width: 112px;
	height: 37px;
	background-image: url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
}

.linkpartners a {
	text-decoration: none;
	color: blue;
}

.footer {
	float: left;
	width: 725px;
	text-align: center;
	font-size: 11px;
	color: green;
	font-weight: bold;
	padding-bottom: 10px;
}