
body {
	margin: 10px 0px 0px 10px;
	background: url(images/bg.jpg) repeat-x top left;
}


#container {
    padding: 0px;
    width: 600px;
	position: relative;
    margin-left: -300px;
    left: 50%;
}

#autototaal {
	width: 599px;
	height: 199px;
	background: url(images/autototaal.jpg) no-repeat top left;
	border: none;
	margin-bottom: 1px;
	cursor: pointer;
}

#welkom {
	width: 599px;
	height: 59px;
	background: url(images/welkom.jpg) no-repeat top left;
	border: none;
	margin-bottom: 1px;
}

#carwash {
	width: 599px;
	height: 199px;
	background: url(images/carwash.jpg) no-repeat top left;
	border: none;
	margin-bottom: 1px;
	cursor: pointer;
}

#ster {
	position: absolute;
	margin: 20px 0px 0px 20px;
	height: 125px;
	width: 125px;
}

.ster:link, .ster:active, .ster:visited {
	display: block;
	background: url(images/ster.png) no-repeat top center;
	height: 125px;
	width: 125px;	
}

.ster:hover {
	background: url(images/ster.png) no-repeat bottom center;
}

#waspas {
	clear: both;
	width: 600px;
	height: 99px;
}

#stap1 {
	float: left;
	width: 200px;
	height: 99px;
}

#stap2 {
	float: left;
	width: 200px;
	height: 99px;
}

#stap3 {
	float: left;
	width: 200px;
	height: 99px;
}

.stap1:link, .stap1:active, .stap1:visited {
	display: block;
	width: 200px;
	height: 99px;
	background: url(images/stap1.jpg) no-repeat top center;
}

.stap1:hover {
	background: url(images/stap1.jpg) no-repeat bottom center;
}

.stap2:link, .stap2:active, .stap2:visited {
	display: block;
	width: 200px;
	height: 99px;
	background: url(images/stap2.jpg) no-repeat top center;
}

.stap2:hover {
	background: url(images/stap2.jpg) no-repeat bottom center;
}


.stap3:link, .stap3:active, .stap3:visited {
	display: block;
	width: 200px;
	height: 99px;
	background: url(images/stap3.jpg) no-repeat top center;
}

.stap3:hover {
	background: url(images/stap3.jpg) no-repeat bottom center;
}


#saldo {
	clear: both;
	width: 599px;
	text-align: center;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	color: #e10024; 
}

#saldo a:link, #saldo a:visited, #saldo a:active {
	color: #e10024; 
	text-decoration: underline;
}

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