body {
	height					: 100%;
	width					: 100%;
	padding					: 0;
	margin					: 0;
	font					: 11px/18px tahoma, verdana;
	color					: #FFF;
	background-image		: url(../images/bg-header.jpg);
	background-repeat		: repeat-x;
	background-color		: #f3f4ef;
	text-align				: center;
}

a{
	color					: #fff;
}

a img.impressie {
	padding					: 5px 5px 10px 5px;
	background-color		: #eee;
	border-top				: 1px #fff solid;
	border-bottom			: 1px #fff solid;
	border-left				: 1px #fff solid;
	border-right			: 1px #fff solid;
	margin					: 8px;
}

a:hover{
	color					: #fff;
}

h1{
	font					: bold 20px tahoma, verdana;
	letter-spacing			: -1px;
	color					: #fff;
	margin-top				: 0px;
	margin-bottom			: 0px;
}

h2{
	font					: bold 12px tahoma, verdana;
	color					: #D3CE36;
}

hr{
	height					: 0;
	border					: 0;
	border-top				: 1px solid #53B2E2;
}

tr{
	vertical-align			: top;
}

td{
	font					: 11px/18px tahoma, verdana;
}

ul{
	margin-left				: 0.2em;
	padding-left			: 0em;
	list-style-image		: url(../images/bullet.gif);
}

li{
	margin-left				: 15px;
}

.text {
	width					: 200px;
	border					: 1px #00477D solid;
	background-color		: #fff;
}

.text-prijs {
	width					: 25px;
	border					: 1px #00477D solid;
	background-color		: #fff;
	text-align: center;
}

.prijs {
	width					: 60px;
	border					: 0px #00477D solid;
	color					: #ffffff;
	font-weight				: bold;
	font					: 12px tahoma, verdana;
	background-color		: transparent;
	text-align				: right;
	margin					: 1px 0;
}

input {
	font					: 11px tahoma, verdana;

}

select {
	width					: 200px;
	font					: 11px tahoma, verdana;
	border					: 1px #00477D solid;
	margin-bottom			: 4px;
}

.textarea {
	width					: 250px;
	border					: 1px #00477D solid;
	background-color		: #fff;
	font					: 11px tahoma, verdana;
}

.button {
	width					: 100px;
	border					: 1px #00477D solid;
	background-color		: #C0BC1D;
	color					: #fff;
}

.light {
	background-color		: #4FAFDF;
}

.dark {
	background-color		: #258BC9;
}

div {
	text-align				: left;
}

div.header {
	background-image		: url(../images/header.jpg);
	background-repeat		: no-repeat;
	margin					: 0 auto;
	width					: 905px;
	height					: 169px;
}

div.mainmenu {
	margin-top				: 115px;
	* margin-top			: 126px; /* IE fix */
	margin-left				: 42px;
	width					: 855px;
	height					: 50px;
	position				: absolute;
}

	#mainmenu ul.mainlevel {
		font					: 11px/16px tahoma, arial;
		list-style-type			: none;
	}

	#mainmenu ul.mainlevel li {
		list-style-image		: none;
		float					: left;
		width					: 135px;
		height					: 43px;
		padding					: 0;
		margin					: 0 0 0 -1px;
		border-left				: 1px #fff solid;
		border-right			: 1px #fff solid;
	}

	#mainmenu ul.mainlevel li span {
		color					: #D2CE34;
	}

	#mainmenu ul.mainlevel li a {
		display					: block;
		height					: 34px;
		text-decoration			: none;
		color					: #fff;
		padding					: 4px 10px;
		background-image		: url(../images/bg-menu-button.gif);
		background-position		: 0 0;
	}

	#mainmenu ul.mainlevel li a:hover {
		background-image		: url(../images/bg-menu-button.gif);
		background-position		: 0 55px;
		color					: #004C7E;
	}

	#mainmenu ul.mainlevel li.actief a {
		display					: block;
		height					: 34px;
		text-decoration			: none;
		color					: #004C7E;
		padding					: 4px 10px;
		background-image		: url(../images/bg-menu-button.gif);
		background-position		: 0 55px;
	}

	#mainmenu ul.mainlevel li.actief a:hover {
		background-image		: url(../images/bg-menu-button.gif);
		background-position		: 0 55px;
		color					: #004C7E;
	}

div.submenu-container{
	background-image		: url(../images/bg-submenu.jpg);
	background-repeat		: no-repeat;
	margin					: 0 auto;
	width					: 905px;
	height					: 31px;
}

	div.submenu{
		line-height				: 28px;
		margin-left				: 54px;
		position				: absolute;
		color					: #004C7E;
		font-weight				: bold;
	}

	div.submenu span{
		color					: #fff;
	}

	div.submenu a{
		font-weight				: normal;
		color					: #004C7E;
	}

div.main-container{
	background-image		: url(../images/bg-main.jpg);
	margin					: 0 auto;
	width					: 905px;
	height					: 353px;
}

	div.main{
		margin-left				: 45px;
		margin-top				: 25px;
		padding-right			: 10px;
		width 					: 410px;
		height					: 300px;
		overflow-y				: auto;
		overflow-x				: hidden;
		position				: absolute;
	}

	img.rotator{
		margin-left				: 469px;
	}

div.footer{
	background-image		: url(../images/bg-footer.jpg);
	margin					: 0 auto;
	width					: 905px;
	height					: 57px;
}

div.footermenu{
	position				: absolute;
	width					: 400px;
	text-align				: right;
	line-height				: 44px;
	margin: 0 0 0 460px;
}

div.footertext{
	position				: absolute;
	width					: 400px;
	text-align				: left;
	line-height				: 46px;
	margin: 0 0 0 45px;
}