html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f1dd75;
}

a, a:visited, a:active {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

/* index */

#index {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 882px;
	height: 491px;
	margin-top: 40px;
	text-align: left;
	background: #f1dd75 url(../images/index_background.jpg) no-repeat;
}

#index_bb {
	position: relative;
	width: 389px;
	height: 374px;
	top: 96px;
	left: 29px;
	float: left;
}

#index_rijstal {
	position: relative;
	width: 393px;
	height: 347px;
	top: 112px;
	right: 31px;
	float: right;
}

#index_contact {
	position: relative;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 856px;
	top: 15px;
}
