@charset "utf-8";
/* CSS Document */

.headerblack {
	background-color: #000000;
	height: 40px;
}
.headerwhite {
	background-color: #FFFFFF;
	height: 203px;
	background-image: url(../img/sunway.jpg);
}
.titel {
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.footerorange {
	height: 25px;
	background-color: #CC6633;
}
.hoogte15 {
	height: 15px;
}
.tekstitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;	
}
.pluspunten {
	background-image: url(../img/pluspunten.jpg);
	height: 150px;
	background-repeat: no-repeat;
}
.adres {
	margin-top: 110px;
	text-align: left;
}
.adres span{
	padding-left: 10px;
	width: 210px;
}
.schaduw {
	background-image: url(../img/schaduw.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	text-decoration: none;
	color: #CC6633;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:active {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
