/* -------------------------------------------------------------------- basics */
* { 
	padding: 0;
	margin: 0;
}
.floatR {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	background-color: #AD843F;
	line-height: 1.4em;
	color: #4A3931;
}
h1 {
	clear: both;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-right: 20px;
	line-height: 1.8em;
}
h2 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.051em;
}
p {
	margin-bottom: 15px;

}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;

}
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
li {
	padding-left: 20px;
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
hr {
	border: none;
	border-bottom: 1px solid #FFF;
	height: 0;
}
div#fotos img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 5px solid #FFF;
}
.floatL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.external {
	background-image: url(img/link-external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
.small{
	font-size: 0.9em;
	line-height: 1.2em;
}
table {
	border-bottom-style: solid;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	background-color: #CFAE79;
	width: 540px;
	font-size: 0.95em;
}
th {
	text-align: left;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
	padding-left: 3px;
}
td{
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
tr {
}
.row {
	background-color: #DFC8A2;
}
td ul {
	margin-bottom: 0px;
}
td li {
	padding-left: 12px;
}
td a:link, td a:visited {
	color: #4A3931;
	text-decoration: underline;
	font-weight: bold;

}
td a:hover, td a:active {
	color: #D78122;
	text-decoration: underline;
}
form table tr.row td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/* prijs vanaf */
td .prijs {
	color: #FFF;
	font-size: 1.6em;
}
