/* Body & Container */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-color: #959595;
	list-style: none;
}

a:link,
a:visited,
a:active {
  color: #D4CD1D; /* hier link kleur veranderen */
  text-decoration: none;
}
a:hover {
  color: #D4CD1D; font-weight: bold
}

div#container {
	width: 960px;
	margin: auto;
	font-family: Verdana;
	font-size: 12px;
}

/* Header */
h1#header1 {
	background: url('../img/header1.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header2 {
	background: url('../img/header2.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header3 {
	background: url('../img/header3.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header4 {
	background: url('../img/header4.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header5 {
	background: url('../img/header5.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header6 {
	background: url('../img/header6.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header7 {
	background: url('../img/header7.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header8 {
	background: url('../img/header8.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header9 {
	background: url('../img/header9.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header10 {
	background: url('../img/header10.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header11 {
	background: url('../img/header11.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header12 {
	background: url('../img/header12.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header13 {
	background: url('../img/header13.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1#header14 {
	background: url('../img/header14.jpg') no-repeat top left;
	width: 940px;
	height: 286px;
	margin: 0;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999999px;
	overflow: hidden;
}
div#upperheader {
	background: url('../img/upperheader.jpg') no-repeat top left;
	width: 498px;
	height: 20px;
	display: block;
	text-indent: -9999999px;
	overflow: hidden;
}

/* Content */
div#content {
	color: #333333;
	width: 900px;
	padding-left: 15px;
	padding-right: 10px;
}
div#column1 {
	width: 350px;
	float: left;
	margin-top: 30px;
}
div#column2 {
	width: 350px;
	float: left;
}
div#column3 {
	width: 900px;
	float: left;
	margin-top: 30px;
}
div#column4 {
	width: 450px;
	float: left;
	margin-top: 30px;
	padding-left: 100px;
}

h3 {
	margin-top: 50px;
	padding-left: 15px;
}

/* Footer */
div#footer {
	background: url('../img/footer.jpg') no-repeat;
	height: 95px;
	width: 980px;
	text-align: right;
	font-size: 8px;
	color: #FFFFFF;
}

ul, li {
margin: 0;
padding: 0;
}

