<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,h3 { color:#fff; margin:0; }
#main {
    width:925px;
	color:#fff;
}

/* Title Bar */
#main .title {
	font-size:14px;
	margin-bottom:0;
}
td.koopTitle {
	vertical-align: bottom;
}
.vet {
	font-weight: bold;
}
.prijs {
	text-align:right;
	margin-top: 15px;
	width:200px;
}
.koopLine {
	color: #f00;
	background-color: #6c6c6c;
	height: 1px;
	border: 0;
}

/* Images */
.imgbg img {
	height: 300px;
	position: relative;
}
.imgSpace {
	width: 399px;
	text-align: center;
}

/* Omschrijving */
.info {
	width: 484px;
	margin-left: 20px;
}
.info p {
	font-family: verdana;
	line-height:16px;
	font-size:12px;
}
.info p.infoTitle {
	font-size:14px;
	color: #F76C03;
}

table {
	width:100%;
}
header a, header a:link, header a:visited, header a:hover{
	color: #fff;
	text-decoration: none;
}</pre></body></html>