/* Basis */
html, body  {
	margin: 0;
	padding: 0;
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Trebuchet MS", Arial, sans-serif;
 	font-size: 11px;
 	color: #3333333;
	line-height: 160%;
}

/* Linkjes */
a {
	color: #A18400;
	text-decoration: none;
}
a:hover {
	color: #A18400;
	text-decoration: underline;
}

a.fatlink {
	font-weight: bold;
	color: #A18400;
}

a.fatlink:hover {
	font-weight: bold;
	color: #A18400;
}

a.soldlink {
	font-weight: bold;
	color: #606060;
}

a.soldlink:hover {
	font-weight: bold;
	color: #606060;
}

/* Positioneren van teksten */

div#maintext {
	color: #FFFFFF;
	margin: 25px 30px 25px 30px;
	text-align:justify;
	background-image: url("../images/bg-leaf.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#mainright {
	color: #333333;
	margin: 15px 15px 25px 15px;
}

div#overview {
	color: #333333;
	margin: 10px 15px 0px 15px;
	text-align:justify;
}

#overview img {
	float: left;
	margin: 5px 15px 0px 0px;
}

div#detailview {
	color: #333333;
	margin: 0px 0px 0px 15px;
	text-align:justify;
}

/* Overig */
img {
	border: 0px;
}
