@charset "UTF-8";
/* CSS Document */

/* CONTENT
/ ---------------------------------------------------------- */

div#content div.block {
	margin: 0 0 30px 0;
}

div#content h1 {
	font-family: 'Lucida Sans', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

div#content p {
	margin: 0 0 18px 0;
}

div#content a.textlink {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div#content a:hover.textlink {
	text-decoration: underline;
}

div#content div.foto {
	border: 1px solid #eee;
	padding: 4px 4px 0 4px;
	margin: 0 0 20px 0;
	text-align: left;
	display: inline-block;
}

div#content div.foto span {
	display: block;
	line-height: 18px;
	font-style: italic;
	margin: 5px 10px 0 10px;
	padding: 0 0 5px 0;
	float: left;
}

div#content a.partij img{
	padding: 4px;
	border: 1px solid #eee;
}



div.adres {
	position:absolute;
	width: 180px;
	height:98px;
	padding: 10px;
	top:48px;
	right:0;
	overflow:hidden;
	border: 1px solid #eee;
}

img.thumb {
	width: 80px;
	padding: 4px;
	margin: 0 10px 10px 0;
	border: 1px solid #eee;
}

img.artikel-thumb {
	height: 80px;
	padding: 4px;
	margin: 0 10px 10px 0;
	border: 1px solid #eee;
}


table {
	width: 100%;
}

table thead{
	background-color: #fcae1a;
	color: #000;
	font-weight: bold;
}

table tbody tr.odd {
	background-color: #fafafa;
}

table thead th, table tbody tr td {
	padding: 2px 10px 2px 10px;
}







div#content div.foto-links {
	border: 1px solid #eee;
	padding: 4px 4px 0 4px;
	margin: 0 0 20px 0;
	text-align: left;
	display: inline-block;
	width: 195px;
	float:left;
}

div#content div.foto-links span {
	display: block;
	line-height: 18px;
	font-style: italic;
	margin: 5px 10px 0 10px;
	padding: 0 0 5px 0;
	float: left;
}

div#content div.foto-rechts {
	border: 1px solid #eee;
	padding: 4px 4px 0 4px;
	margin: 0 0 20px 0;
	text-align: left;
	display: inline-block;
	width: 195px;
	float:right;
}

div#content div.foto-rechts span {
	display: block;
	line-height: 18px;
	font-style: italic;
	margin: 5px 10px 0 10px;
	padding: 0 0 5px 0;
	float: left;
}




/*

div#content div#formulier {
	width: 360px;
	height: auto;
	background-color: #b2d233;
	background-image: url(../images/bg-formulier.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#content div#formulier div#formulier-inner {
	background-image: url(../images/bg-formulier-bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 300px;
}

*/