/* Standaard waarden */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
html {
	background: #fbfbe4 url('images/htmlbg.gif') repeat-x top left;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 690px;
	margin: 0px auto;
	padding-top: 5px;
}
/* Welkom */
p#welkom {
	height: 24px;
	background: url('images/welkombg.png') no-repeat top left;
	font-size: 12px;
	color: #fff;
	padding: 7px 0px 0px 7px;
}
/* Header */
h1#header {
	height: 156px;
	background: url('images/headerbg.png') no-repeat top left;
}
h1#header a {
	display: none;
}
/* Menu */
div#menu {
	width: 159px;
	float: left;
}
div#menu ul {
	background: #8ec63f url('images/menuulbg.png') no-repeat top left;
	margin-bottom: 7px;
	padding: 4px 0px 4px 4px;
}
div#menu ul li {
	background: url('images/menuullibg.png') no-repeat top left;
	padding-top: 1px;
}
div#menu ul li.first {
	background: none;
	padding-top: 0px;
}
div#menu ul li a {
	display: block;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu ul li a.home { background: url('images/menuhome.png') no-repeat top left; }
div#menu ul li a.home:hover { background: url('images/menuhome.png') no-repeat bottom left; }
div#menu ul li a.prijsvraag { background: url('images/menuprijsvraag.png') no-repeat top left; }
div#menu ul li a.prijsvraag:hover { background: url('images/menuprijsvraag.png') no-repeat bottom left; }
div#menu ul li a.aanbiedingen { background: url('images/menuaanbiedingen.png') no-repeat top left; }
div#menu ul li a.aanbiedingen:hover { background: url('images/menuaanbiedingen.png') no-repeat bottom left; }
div#menu ul li a.vakanties { background: url('images/menuvakantie.png') no-repeat top left; }
div#menu ul li a.vakanties:hover { background: url('images/menuvakantie.png') no-repeat bottom left; }
div#menu ul li a.hotels { background: url('images/menuhotels.png') no-repeat top left; }
div#menu ul li a.hotels:hover { background: url('images/menuhotels.png') no-repeat bottom left; }
div#menu ul li a.chalets { background: url('images/menuchalets.png') no-repeat top left; }
div#menu ul li a.chalets:hover { background: url('images/menuchalets.png') no-repeat bottom left; }
div#menu ul li a.vliegtickets { background: url('images/menuvliegtickets.png') no-repeat top left; }
div#menu ul li a.vliegtickets:hover { background: url('images/menuvliegtickets.png') no-repeat bottom left; }
div#menu ul li a.forum { background: url('images/menuforum.png') no-repeat top left; }
div#menu ul li a.forum:hover { background: url('images/menuforum.png') no-repeat bottom left; }

div#menu ul li a.evenementen { background: url('images/menuevenementen.png') no-repeat top left; }

div#menu ul li a.evenementen:hover { background: url('images/menuevenementen.png') no-repeat bottom left; }

div#menu ul li a.zomermode { background: url('images/menuzomermode.png') no-repeat top left; }

div#menu ul li a.zomermode:hover { background: url('images/menuzomermode.png') no-repeat bottom left; }

div#menu h2 {
	background: url('images/menuh2bg.png') no-repeat top left;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu div {
	background-color: #96c6fd;
	color: #1261CB;
	padding: 7px;
}
div#menu div p {
	margin-bottom: 5px;
}
/* Content */
div#content {
	width: 524px;
	float: left;
	padding-left: 7px;
}
div#content h2 {
	color: #fff;
	font-size: 14px;
	height: 22px;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}
div#content h2 small {
	font-size: 12px;
	font-weight: normal;
}
div#content h2.groenoverlapping { background: url('images/contenth2groenoverlapping.png') no-repeat top left; }
div#content h2.groen { background: url('images/contenth2groen.png') no-repeat top left; }
div#content h2.blauw { background: url('images/contenth2blauw.png') no-repeat top left; }
div#content div.context {
	padding: 7px 5px 7px 5px;
	margin-bottom: 7px;
}
div#content div.groen {
	background-color: #c6e58e;
	color: #5E8E1B;
}
div#content div.blauw {
	background-color: #96c6fd;
	color: #1261CB;
}
div#content div.context p {
	margin-bottom: 10px;
}
div.blauw a {
	color: #1261CB;
}
div.groen a {
	color: #5E8E1B;
}
/* Footer */
p#footer {
	clear: both;
	background: url('images/footerbg.png') no-repeat top left;
	border-top: 5px solid #3393ff;
	height: 20px;
	color: #fff;
	text-align: right;
	padding: 6px 5px 0px 0px;
}
p#footer a {
	color: #fff;
}

