html, body, h1, h2, h3, h4, form, table, td, th, ul, li {
	padding: 0;
	margin: 0;
}
table, img, iframe {
	border: none;
}
html {
	height: 100%;
	background: #304249 url(../images/bg.gif) repeat-y;
}
body {
	height: 100%;
	font: 12px/16px Verdana, Arial, Helvetica;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
h1 {
	font-family: Arial;
	font-size: 17px;
	line-height: 20px;
	border-bottom: solid 1px #d5d5d5;
	margin-bottom: 10px;
	color: #304249;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	border-bottom: solid 1px #eaeaea;
	color: #404040;
}
.cb {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
a {
	color: #2a5a9f;
}
a:hover {
	color: #ff6000;
}
iframe.adsense {
	margin-bottom: 10px;
}


/* Container
------------------------------------------------------------------*/
#container {
	width: 750px;
	padding: 0 10px 10px 10px;
}
#logo {
	float: left;
	margin-top: 10px;
}


/* Menu rechtbovenaan
------------------------------------------------------------------*/
#menu {
	float: right;
	width: 346px;
}
#menu ul {
	list-style: none inside;
	float: right;
}
#menu #main {
	height: 50px;
	float: right;
}
#menu #main td {
	width: 66px;
	text-align: center;
	border-left: solid 1px white;
	background-color: #688b9a;
}
#menu #main td a {
	color: white;
	text-decoration: none;
}
#menu #main td a:hover {
	text-decoration: underline;
}
#menu #main td.selected {
	background-color: #ff8000;
}
#menu #sub {
	margin-top: 2px;
}
#menu #sub li {
	text-align: center;
	border: solid 1px #e5e5e5;
	float: left;
	margin-left: 2px;
}
#menu #sub li.selected {
	background-color: #ff8000;
}
#menu #sub li a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 15px;
}
#menu #sub li a:hover {
	text-decoration: underline;
}
#menu #sub li.selected a {
	color: white;
}


/* Pad
------------------------------------------------------------------*/
#path {
	border-bottom: solid 1px #d5d5d5;
	margin-bottom: 10px;
}
#path, #path h1, #path a {
	font: 16px/20px Arial;
	font-weight: bold;
}
#path h1 {
	display: inline;
	border: none;
}
#path a {
	text-decoration: none;
	color: #000000;
}
#path a:hover, #path h1 a {
	color: #ff8000;
}


/* Info (boven de zoekbalk)
------------------------------------------------------------------*/
#info {
	margin: 5px 0;
	font-size: 11px;
	text-align: left;
}
#info .type {
	font-weight: bold;
	float: left;
	display: block;
	width: 165px;
	padding-left: 3px;
}
#info .type a {
	text-decoration: none;
	color: #000000;
}
#info .type a:hover {
	text-decoration: underline;
	color: #ff8000;
}
#info .value {
	float: left;
	width: 575px;
}


/* Zoekbalk
------------------------------------------------------------------*/
#searchbar {
	padding: 5px 0;
	background-color: #f5f5f5;
	font-size: 11px;
	margin-bottom: 20px;
}
#searchbar .field {
	padding: 3px 0;
}
#searchbar label {
	width: 100px;
	display: block;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
}
#searchbar input, #searchbar select {
	font-size: 11px;
	padding-left: 1px;
	border: solid 1px #323232;
}
#searchbar select {
	width: 140px;
}
#searchbar #expand {
	border-top: solid 5px #ffffff;
}
#btnExpandBar {
}
#searchbar input.button {
	border: solid 1px #f19f57;
	background-color: #ee7810;
	color: white;
	font-weight: bold;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 11px;
}

/*
# Box
------------------------------------------------------------------*/
#searchbar div.box {
	line-height: 18px;
	height: 18px;
	width: auto;
}
#searchbar div.box div {
	padding: 0 10px 0 0;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
}
#searchbar div.box input.box {
	border: none;
	padding: 0;
	margin: 0 1px 0 0;
	display: block;
	height: 20px;
	float: left;
	background-color: transparent;
}
#searchbar div.box label {
	font-size: 11px;
	display: block;
	white-space: nowrap;
	font-weight: normal;
	float: none;
	width: auto;
	vertical-align: bottom;
}


/* Vakken op de voorpagina
------------------------------------------------------------------*/
div.frontbox {
	width: 172px;
	display: block;
	float: left;
	margin: 0 14px 20px 0;
}
div.frontbox a {
	background-color: #688b9a;
	line-height: 20px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
div.frontbox a:hover {
	color: #ffffff;
}
div.frontbox ul {
	list-style: none outside;
}
div.frontbox li {
	border-bottom: solid 1px #e5e5e5;
}
div.frontbox ul a {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
div.frontbox ul a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #000000;
}


/* Zoekresultaten
------------------------------------------------------------------*/
#results {
	margin-top: 10px;
}
#results #header {
	border-bottom: solid 1px #c5c5c5;
	height: 20px;
}
#results #header h1 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #ff8000;
	margin-bottom: 1px;
	border: none;
}
#results #header .rss {
	float: right;
}

/*
# Zoeken in het andere land
------------------------------------------------------------------*/
#othercountry {
	float: left;
	width: 500px;
	margin-top: 2px;
	overflow: hidden;
	white-space: nowrap;
}
#othercountry img {
	float: left;
	margin-right: 3px;
}
#othercountry a {
	display: block;
	float: left;
	text-decoration: none;
	line-height: 16px;
	color: black;
	font-size: 11px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	width: 220px;
}

/*
# Weergave modus
------------------------------------------------------------------*/
#results #displaymodes {
	width: 230px;
	float: right;
	margin: 3px 0 10px 0;
	color: #ff8000;
	font-size: 11px;
}
#results #displaymodes a {
	display: block;
	float: right;
	padding: 0 5px;
	text-decoration: none;
	color: #ff8000;
}
#results #displaymodes a.selected {
	font-weight: bold;
}
#results #displaymodes a:hover {
	text-decoration: underline;
}
#results #displaymodes div {
	float: right;
}

/*
# Opmerking
------------------------------------------------------------------*/
#results #notice {
	background-color: #ff8000;
	color: white;
	margin: 5px 0;
	font-size: 13px;
	padding: 5px;
	text-align: center;
}
#results #notice a {
	color: #ffffff;
	text-decoration: underline;
}
#results #notice a:hover {
	color: #000000;
}

/*
# Website header
------------------------------------------------------------------*/
#results .siteheader {
	background-color: #a4b9c2;
	padding: 0 5px;
	line-height: 20px;
	height: 20px;
	color: #ffffff;
}
#results .siteheader h2 {
	font-size: 15px;
	font-family: Arial;
}
#results .siteheader a {
	color: #ffffff;
	text-decoration: none;
	float: left;
}
#results .siteheader div {
	float: right;
	font-size: 11px;
	width: 240px;
	text-align: right;
}
#results .siteheader div.busy {
	width: 140px;
}
#results .siteheader img {
	float: right;
	margin: 2px 0 0 5px;
}

/*
# Website links
------------------------------------------------------------------*/
#results .sitelinks {
	line-height: 20px;
	padding-left: 5px;
	color: #c5c5c5;
}
#results .sitelinks a {
	color: #404040;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#results .sitelinks a:hover {
	color: #ff6000;
	text-decoration: underline;
}

/*
# Cellmode
------------------------------------------------------------------*/
#results .list, #results .gallery {
	border-spacing: 3px;
	border-collapse: separate;
	width: 100%;
}
#results table.list a, #results table.gallery a {
	text-decoration: none;
	cursor: pointer;
}

/*
# List mode item
------------------------------------------------------------------*/
#results .list tr {
	height: 94px;
}
#results .list td {
	width: 33%;
	padding: 5px 2px 0 0;
	vertical-align: top;
	border: solid 1px #e5e5e5;
	font-size: 10px;
	line-height: 13px;
}
#results .list .image {
	float: left;
	width: 80px;
	text-align: center;
}
#results .list img {
	margin: 0 5px;
}
#results .list img.zoom {
	margin: 0;
	cursor: pointer;
}
#results .list ul {
	float: right;
	list-style: none outside;
	width: 158px;
	color: #606060;
}
#results .list li {
	width: 158px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 14px;
}
#results .list li a {
	color: #606060;
}
#results .list li a:hover {
	color: #000000;
}
#results .list li.title {
	overflow: hidden;
	white-space: normal;
}
#results .list b a {
	line-height: 12px;
	color: #404040;
	height: 24px;
	display: block;
	overflow: hidden;
	margin-bottom: 3px;
}
#results .list b a:hover {
	color: #000000;
	text-decoration: underline;
}


/*
# Gallery mode item
------------------------------------------------------------------*/
#results .gallery tr {
	height: 200px;
}
#results .gallery td {
	width: 33%;
	text-align: center;
	padding: 5px 2px 0 0;
	vertical-align: top;
	border: solid 1px #e5e5e5;
	font-size: 10px;
	line-height: 13px;
}
#results .gallery .image {
	width: 100%;
	height: 150px;
	text-align: center;
}
#results .gallery .bottom {
	padding-top: 2px;
	height: 14px;
	font-size: 11px;
}
#results .gallery a {
	color: #202020;
	display: block;
}
#results .gallery img {
	margin: 0;
}
#results .gallery b a {
	font-size: 11px;
	line-height: 13px;
	color: #404040;
	display: block;
	overflow: hidden;
	width: 234px;
	height: 26px;
	margin: 0 auto;
}
#results .gallery b a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
# Item hover
------------------------------------------------------------------*/
#results .hover {
	background-color: #e5f2f8;
}

/*
# Item empty
------------------------------------------------------------------*/
#results .list td.empty, #results .gallery td.empty {
	border: none;
}

/*
# Tabel 
------------------------------------------------------------------*/
table.summary {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	margin-bottom: 10px;
}
table.summary th {
	height: 20px;
	vertical-align: middle;
	background-color: #a4b9c2;
	text-align: right;
	padding: 0 5px;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial;
	margin: 0 4px;
}
table.summary tbody tr {
	background-color: #f9f9f9;
	height: 22px;
	cursor: pointer;
}
table.summary td {
	height: 22px;
	border-bottom: solid 1px #e5e5e5;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 11px;
	text-align: right;
}
table.summary td div {
	overflow: hidden;
	white-space: nowrap;
}
table.summary td.website, table.summary td.photo, table.summary td.title {
	background-color: #f0f0f0;
}
table.summary td.website, table.summary td.photo {
	text-align: center;
}
table.summary td.title {
	text-align: left;
}
table.summary tr.new td {
	background-color: #e5f2f8;
}
table.summary tr.hover td {
	background-color: #f0c198;
	border-bottom: solid 1px #f3b47d;
}



/*
# Reclame strook
------------------------------------------------------------------*/
#results .cellstroke {
	text-align: left;
	padding: 20px 0;
	margin: 10px 0;
	border: solid 1px #ff8000;
	border-left: none;
	border-right: none;
	line-height: 20px;
}
#results .cellstroke a {
	display: block;
	clear: both;
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}
#results .cellstroke b {
	text-decoration: underline;
}

/*
# Geen resultaten
------------------------------------------------------------------*/
#results .noresults {
	text-align: center;
	padding: 20px 0;
	border-bottom: solid 1px #e5e5e5;
}


/* Google Maps
------------------------------------------------------------------*/
/*#viewMap {
	border: solid 1px #858585;
}
.gmbox {
	width: 360px;
	height: 140px;
	margin-right: 10px;
	display: block;
	overflow: auto;
}
.gm {
	font-size: 11px;
	margin-bottom: 10px;
	height: 130px;
}
.gm a.title {
	font-weight: bold;
	text-decoration: none;
	clear: both;
	display: block;
	width: 340px;
	color: #ff8000;
	font-size: 13px;
}
.gm a.title:hover {
	text-decoration: underline;
}
.gm ul {
	margin-top: 10px;
}
.gm img {
	float: right;
	margin: 5px;
}
.gm .gmlinks {
	margin-top: 10px;
}*/


/* Navigatie
------------------------------------------------------------------*/
.navigation div {
	width: 20%;
	float: left;
	text-align: center;
	display: block;
	padding: 5px 0;
	font-size: 11px;
}
.navigation div.next, .navigation div.prev {
	width: 40%;
}
.navigation div a {
	text-decoration: none;
	background-color: #eaeaea;
	border: solid 1px #e5e5e5;
	padding: 2px 15px;
	display: block;
	width: 140px;
	margin: 0 auto;
	font-weight: bold;
	color: #202020;
}
.navigation div a:hover {
	background-color: #304249;
	color: white;
}
.navigation div.next a {
	float: right;
}
.navigation div.prev a {
	float: left;
}


/* Corner editibale
------------------------------------------------------------------*/
/*
# Grey gradient
*/
.grey-gradient .tl, .grey-gradient .tr, .grey-gradient .bl, .grey-gradient .br { 
	background-image: url(../images/corner/grey_gradient_border.gif);
}
.grey-gradient .inside {
	background: #ffffff url(../images/corner/grey_gradient.gif) repeat-x bottom;
	border-left: 1px solid #eef0eb;
	border-right: 1px solid #eef0eb;
}

/*
# Grey
*/
.grey .tl, .grey .tr, .grey .bl, .grey .br { 
	background-image: url(../images/corner/grey.gif);
}
.grey .inside {
	background-color: #eef0eb;
}


/* Corner static
------------------------------------------------------------------------------------------------------------------------------------*/
div.corner .inside {
	padding: 15px 0;
	color: #101010;
	text-align: center;
	font-size: 13px;
}
div.corner .tl, div.corner .tr, div.corner .bl, div.corner .br { 
	height: 6px;
	font-size: 2px;
}
div.corner .tl, div.corner .bl { 
	margin-right: 6px;
}
div.corner .tr, div.corner .br { 
	margin-left: 6px;
	margin-top: -6px;
}
div.corner .tr {
	background-position: 100% 0;
}
div.corner .bl  { 
	background-position: 0 -6px;
}
div.corner .br { 
	background-position: 100% -6px;
}