﻿#inhoud {
	font-family: Arial;
	width: 720px;
	padding: 10px;
	margin-left: 30px;
	}

#inhoud h1 {
	display: none;
}


#inhoud h1#welkom {
	color: #1e1d4b;
	font-size: 17px;
	font-weight: normal;
	display:			block;
	margin-bottom: 		12px;
}

#inhoud p {
	color: #707070;
	font-size: 10px;
	margin-bottom: 10px;
}

ul#blocks {
	margin-left: 	0px;
}


ul#blocks  li {
	display: block;
	float: left;
	width: 227px;
	height: 125px;
	text-indent:-3000px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 	0px;
}

a.occasions {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/occasions.jpg');
}

a.occasions:hover {
	background: url('../images/buttons/occasions.jpg') 0% 100%;
}


a.verkoop {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/verkoop.jpg');
}

a.verkoop:hover {
	background: url('../images/buttons/verkoop.jpg') 0% 100%;
}


a.onderhoud {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/onderhoud.jpg');
}

a.onderhoud:hover {
	background: url('../images/buttons/onderhoud.jpg') 0% 100%;
}


a.videotheek {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/videotheek.jpg');
}

a.videotheek:hover {
	background: url('../images/buttons/videotheek.jpg') 0% 100%;
}


a.wassen {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/wassen.jpg');
}

a.wassen:hover {
	background: url('../images/buttons/wassen.jpg') 0% 100%;
}


a.tanken {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/tanken.jpg');
}

a.tanken:hover {
	background: url('../images/buttons/tanken.jpg') 0% 100%;
}


a.overons {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/overons.jpg');
}

a.overons:hover {
	background: url('../images/buttons/overons.jpg') 0% 100%;
}


a.onsteam{
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/onsteam.jpg');
}

a.onsteam:hover {
	background: url('../images/buttons/onsteam.jpg') 0% 100%;
}


a.contact {
	display: block;
	width: 227px;
	height: 125px;
	background: url('../images/buttons/contact.jpg');
}

a.contact:hover {
	background: url('../images/buttons/contact.jpg') 0% 100%;
}

