html, body, h1, h2, h3, h4, h5, p, ul, table, table caption, th, td, dl, dt, dd, form, input, select, textarea {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top center;
}
body {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
ul {
	list-style: none;
}
td, th {
	vertical-align: top;
	text-align: left;
}
h1, h1.kop a {
	font-size: 16px !important;
	line-height: 28px !important;
	font-weight: bold;
}
h2, h3, span.header, h2.kop a {
	font: bold 15px/28px 'Trebuchet MS', Arial, sans-serif;
}
h3, span.header, h4, span.subheader {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}
h4, span.subheader {
	font-size: 12px;
}

/* Algemeen */
.cb {
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.wrap {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
.innerwrap {
	padding: 0 4px;
	overflow: hidden;
}
.innermargin {
	margin: 0 4px;
}

/* Kolommen */
div.kolomlinks {
	float: left;
}
div.kolomrechts {
	float: right;
}
div.kolomcentraal {
	margin: 0 auto;
}
div.kolomrij {
	clear: both;
}
div.kolomrij .kolomlinks {
	margin-left: 7px;
}
div.kolomrij .kolomlinks:first-child {
	margin-left: 0;
}
.kolom-2 { width: 131px !important; }
.kolom-3 { width: 200px !important; }
.kolom-4 { width: 269px !important; }
.kolom-5 { width: 338px !important; }
.kolom-6 { width: 407px !important; }
.kolom-7 { width: 476px !important; }
.kolom-8 { width: 545px !important; }
.kolom-9 { width: 614px !important; }
.kolom-10 { width: 683px !important; }
.kolom-11 { width: 752px !important; }
.kolom-12 { width: 821px !important; }

/* Box */
.box {
	padding: 4px 12px 5px 12px;
	margin: 3px 2px 4px 2px;
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
			border-radius: 7px;
}
.box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.box { display: inline-block; }
.box { display: block; }
#body .box-statisch {
	float: none;
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/* Logo */
.voorpagina #logo {
	left: 234px;
	position: relative;
}
.inhoud #logo {
	margin-top: 36px;
	margin-left: -6px;
}

/* Top */
.voorpagina #top {
	margin-top: 70px;
}
.voorpagina #top .kolom-10 {
	margin: 0 auto;
}
.voorpagina #top h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}

/* Actueelbalk */
#actueelbalk {
	float: right;
	background: transparent url(/images/actueel/wit.png) no-repeat;
	width: 268px;
	height: 28px;
	top: -70px;
	right: 142px;
	position: absolute;
	font: 11px/27px Verdana, Arial, sans-serif;
}
#actueelbalk.inhoud {
	top: 0;
	right: 4px;
}
#actueelbalk .item {
	display: block;
	float: left;
	padding-left: 7px;
	text-decoration: none;
	color: #787878;
}
#actueelbalk a:hover {
	text-decoration: underline;
}
#actueelbalk .aex {
	padding-left: 14px;
	width: 70px;
}
#actueelbalk .item img{
	float: left;
	margin-top: 2px;
}
#actueelbalk .item span {
	color: #3c3c3c;
}
#actueelbalk .item div {
	float: left;
}
#actueelbalk .item div span, #actueelbalk .weer span {
	padding-left: 3px;
}
#actueelbalk .aex span {
	display: block;
	position: absolute;
	top: 0;
	white-space: nowrap;
}
#actueelbalk span.verschil {
	display: none;
}
#actueelbalk span.positief {
	color: #00ab00;
}
#actueelbalk span.negatief {
	color: #ab0000;
}

/* Hoofdtabbladen: bladen */
#hoofdtabs {
	width: 100%;
}
#hoofdtabs ul {
	height: 58px;
	list-style: none;
	padding: 0;
	position: relative;
	top: 16px;
	z-index: 1;
}
.inhoud #hoofdtabs {
	margin-top: 14px;
}
#hoofdtabs ul li {
	float: left;
	padding: 0;
	height: 100%;
}
#hoofdtabs ul li.leeg {
	width: 7px;
}
#hoofdtabs ul li.tab {
	width: 131px;
}
#hoofdtabs ul li a {
	display: block;
	padding: 0 0 0 20px;
	color: #000000;
	font: normal 13px/58px Arial, sans-serif;
	text-decoration: none;
	height: 100%;
	text-align: center;
}
#hoofdtabs ul li a span {
	display: block;
	padding-left: 7px;
	padding-right: 27px;
}
#hoofdtabs ul li.actief a {
	font-weight: bold;
	background-position: left -58px;
}
#hoofdtabs ul li.eerste a {
	background-position: top left;	
}
#hoofdtabs ul li.actief a span {
	background-position: right -116px;
}
#top .box {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

/* Sublinks */
#sublinks {
	float: right;
	width: 120px;
	text-align: right;
}

/* Kruimelpad */
#kruimelpad {
	padding: 0 14px 7px 14px;
	font-size: 12px;
	line-height: 18px;
}
#kruimelpad {
	color: #8b8b8b;
}
#kruimelpad a {
	color: #444444;
	text-decoration: none;
}
#kruimelpad a:hover {
	text-decoration: underline;
}
#kruimelpad span {
	font-size: 10px;
	font-family: Verdana;
	margin: 0 4px;
}
#kruimelpad div.weergave {
	float: right;
	width: 240px;
	text-align: right;
}
#kruimelpad div.weergave ul, #kruimelpad div.weergave ul li {
	display: inline;
}
#kruimelpad div.weergave a.actief {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#kruimelpad div.weergave span {
	font-size: 13px;
}

/* Kolomgrid */
#pagina .kolomgrid .griditem {
	float: left;
	padding-left: 0;
	padding-right: 0;
}

/* Pagina */
#pagina {
	padding-top: 14px;
	padding-bottom: 21px;
	text-align: left;
}
#pagina .pad {
	padding: 7px;
}
#pagina .pad-hor {
	padding: 0 7px;
}
#pagina .pad-ver {
	padding: 7px 0;
}
#pagina .pad-boven, #pagina .pad-boven td {
	padding-top: 7px;
}
#pagina .pad-onder, #pagina .pad-onder td {
	padding-bottom: 7px;
}
#pagina .pad-links {
	padding-right: 0;
	padding-left: 7px;
}
#pagina .pad-rechts {
	padding-right: 7px;
	padding-left: 0;
}
#pagina .pad-geen {
	padding-left: 0;
	padding-right: 0;
}

/* Knop */
#pagina .knoppen {
	height: 25px;
}
#pagina .knoppen .knop {
	float: left;
	margin-right: 7px;
}
#body input.knop, #body img.knop {
	width: auto;
	height: auto;
	padding: 2px 14px;
}

/* Verwantlijst */
.verwantlijst {
	font-size: 11px;
	padding: 0 7px;
	line-height: 18px;
	color: #8b8b8b;
}
.verwantlijst .kort {
	white-space: nowrap;
	display: inline;
}
.verwantlijst .kort a {
	color: #4b4b4b;
}
.verwantlijst .kort a, .verwantlijst .kort span {
	text-decoration: underline;
	cursor: pointer;
}
.verwantlijst a:hover, .verwantlijst span:hover {
	color: #000000;
	text-decoration: underline;
}
.verwantlijst .meer {
	display: none;
}

/* Lijst: kop */
.lijst th, .galerij th, .kaart .kop {
	padding: 0 7px;
	text-align: right;
	color: #8b8b8b;
	font-weight: normal;
	line-height: 28px;
	border-bottom: solid 1px #eaeaea;
}
.lijst .smal th {
	padding: 0 7px;
}
.lijst th b, .galerij th b, .kaart .kop b {
	color: #6b6b6b;
}
.lijst th a, .galerij th a {
	text-decoration: none;
	color: #4b4b4b;
	line-height: 28px;
}
.lijst th a.sortering-a, .lijst th a.sortering-d {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: center left;
	color: #000000;
}
.lijst th a.sortering-a {
	background-image: url(/images/icoon/sortering-a.png);
}
.lijst th a.sortering-d {
	background-image: url(/images/icoon/sortering-d.png);
}
.lijst th a:hover, .galerij th a:hover {
	text-decoration: underline;
}

/* Lijst: inhoud */
.lijst td {
	padding: 14px 7px;
	text-align: right;
	color: #000;
}
.lijst th:first-child, .lijst td:first-child {
	padding-left: 0;
}
.lijst th:last-child, .lijst td:last-child {
	padding-right: 0;
}
.lijst .smal td {
	padding: 3px 7px;
}
.lijst tr.links th, .lijst tr th.links, .lijst tr.links td, .lijst tr td.links {
	text-align: left;
}
.lijst tr.rechts th, .lijst tr th.rechts, .lijst tr.rechts td, .lijst tr td.rechts {
	text-align: right;
}
.lijst tr.midden th, .lijst tr th.midden, .lijst tr.midden td, .lijst tr td.midden {
	text-align: center;
}
.lijst .foto {
	text-align: center;
	padding-right: 0;
	width: 100px;
}
.lijst .foto img {
	display: block;
	width: 100px;
}
.lijst .info p, .lijst td small, .lijst td em {
	color: #6b6b6b;
	font-size: 11px;
}
.lijst td em {
	font-style: normal;
}
.lijst td small {
	clear: both;
	display: block;
}
.lijst td span {
	color: #8b8b8b;
}
.lijst td small.bron, .galerij td small.bron, #marker .info small.bron {
	font-size: 10px;
	color: #ababab;
}
.lijst td small.bron a {
	visibility: hidden;
}
.lijst tr:hover td small.bron a {
	visibility: visible;
	color: #000;
}
.lijst a.titel, .galerij a.titel {
	color: #4b4b4b;
	font-weight: bold;
	display: block;
	line-height: 20px;
	margin-bottom: 3px;
	text-decoration: none;
}
.lijst a.titel:hover, .galerij a.titel:hover {
	text-decoration: underline;
	color: #000;
}
.lijst .info p {
	height: 30px;
	padding-bottom: 7px;
	overflow: hidden;
}
.lijst tr.geen td, .galerij tbody.geen td {
	text-align: center;
	line-height: 21px;
	height: auto;
}

/* Lijst: type kleding */
.lijst.kleding td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.lijst.kleding td.foto {
	width: 80px;
}
.lijst.kleding td.foto img {
	width: 80px;
}
.lijst.kleding .titel {
	font-size: 16px;
}
.lijst.kleding .info p {
	font-size: 12px;
	height: auto;
	overflow: auto;
}
.lijst.kleding .prijs {
	width: 90px;
}
.lijst.kleding .prijs strong {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 4px;
}
.lijst.kleding .prijs del {
	color: #f00;
}
.lijst.kleding .prijs del span {
	color: #aaa;
}
.lijst.kleding .link {
	font-size: 11px;
	color: #8B8B8B;
}

/* Galerij */
.galerij th, .kaart .kop {
	text-align: left;
}
.galerij th.sortering, .kaart .kop .sortering {
	text-align: right;
}
.galerij td {
	height: 120px;
	text-align: center;
	padding: 14px 7px;
	border-bottom: solid 1px #eaeaea;
}
.galerij div.foto, .marker a.foto {
	display: block;
	height: 80px;
	width: 100px;
	margin: 0 auto;
	font-size: 10px;
}
.galerij a.titel {
	height: 40px;
	font-size: 11px;
	overflow: hidden;
}
.galerij small.bron {
	display: block;
	clear: both;
}

/* Kaart */
#map-canvas {
	height: 680px;
}
#map-canvas div.uitleg {
	line-height: 680px;
	text-align: center;
	font-size: 14px;
}
.kaart {
	padding-bottom: 7px;
	border-bottom: solid 1px #eaeaea;
}
.kaart .kop {
	margin-bottom: 7px;
}
.kaart .kop .sortering {
	float: right;
	width: 300px;
}
#marker {
	width: 360px;
	height: 80px;
}
#marker .foto, #marker .info {
	float: left;
}
#marker .foto {
	padding-right: 7px;
}
#marker .info a.titel {
	display: block;
	clear: both;
	color: #000;
}
#marker .info .subtitel {
	font-size: 11px;
	color: #4b4b4b;
}
#marker .info .prijs {
	padding-top: 4px;
}
#marker .info .prijs em {
	font-size: 11px;
}

/* Bladerlijst en filterlijst */
.bladerlijst {
	line-height: 21px;
}
.bladerlijst a, .filterlijst li a {
	text-decoration: none;
}
.bladerlijst strong a {
	color: #444;
}
.bladerlijst a:hover, .filterlijst ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* Filters: keuze */
#pagina .filters-keuze .form {
	padding: 2px 0 0 0;
}
#pagina .filters-keuze select {
	margin-bottom: 2px;
}
#pagina .filters-keuze li.n2 {
	margin-left: 10px;
}
#pagina .filters-keuze li.n3 {
	margin-left: 20px;
}
#pagina .filters-keuze li.actief a {
	color: #000;
	font-weight: bold;
}

/* Filters: actief */
#pagina .filters-actief ul {
	font-size: 11px;
	line-height: 16px;
	color: #8b8b8b;
}
#pagina .filters-actief li {
	padding-top: 14px;
}
#pagina .filters-actief li:first-child {
	padding-top: 7px;
}
#pagina .filters-actief li a {
	display: block;
}
#pagina .filters-actief li a:hover {
	background: transparent url(/images/icoon/verwijder-klein.gif) no-repeat right 5px;
}

/* Meerlink */
.meer-link {
	text-align: right;
	line-height: 28px;
}
.meer-link a {
	font-size: 11px;
}

/* Het weer */
table.hetweer {
	width: auto;
}
.hetweer th, .hetweer td {
	padding: 2px 7px;
}
.hetweer th {
	width: 80px;
	text-align: center;
}
.hetweer td {
	text-align: center;
}
.hetweer td.eerste {
	width: 160px;
	text-align: left;
	color: #4b4b4b;
}

/* Powered by */
div.poweredby {
	color: #ababab;
	line-height: 30px;
	margin-bottom: 20px;
}
#form-zoeken div.poweredby {
	margin-left: 20px;
}

/* Pagina navigatie */
#paginator {
	padding: 21px 0 7px 0;
	clear: both;
	height: 34px;
	text-align: center;
	color: #ababab;
	font-size: 14px;
}
#paginator a, #paginator b, #paginator span {
	font-size: 12px;
	display: inline;
	padding: 3px 7px;
	margin: 0 3px;
}
#paginator a {
	color: #666677;
	text-decoration: none;
}
#paginator a:hover {
	text-decoration: underline;
}
#paginator b, #paginator a:hover {
	color: #000000;
}


/* Autosuggestie */
#autosuggest {
	position: absolute;
	width: 200px;
	overflow: auto;
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	z-index: 100;
	display: none;
}
#autosuggest div.optie {
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
}
#autosuggest span {
	color: #909090;
}
#autosuggest div.geselecteerd {
	background-color: #e5e5e5;
}
#autosuggest-iframe {
	background-color: #ffffff;
	position: absolute;
	z-index: 5;
}


/* Het weer */
img#weer-radar {
	float: right;
	margin: 0 0 7px 7px;
}
img#weer-actueel {
	float: left;
	margin: 0 7px 3px 0;
}


/* Sitemap */
#sitemap {
	padding: 14px 0;
}
#sitemap, #sitemap a {
	color: #9b9b9b;
}
#sitemap ul {
	list-style: none;
	text-align: center;
}
#sitemap ul li {
	display: inline;
}
#sitemap ul li span {
	padding: 0 4px;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Footer */
#footer {
	height: 254px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: center bottom;
	position: fixed;
	z-index: -1;
}