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

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------  einde reset */

body {
	background: #222;
}

#wrapper {
	height: auto;
	width: 750px;
	margin: 0 auto;
	padding:0px;
	list-style: none;
	list-style-type: none;
}

#header{
	width:750px;
	height:750px;
	margin-top: 100px;
	background-image:url(colourful.jpg);
	background-repeat:no-repeat;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 19px;
	color: #5B536D;
	text-align: left;
	font-weight:bold;
	padding-left: 45px;
	padding-right: 35px;
	padding-top: 95px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #5B536D;
	text-align: left;
	font-weight:bold;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 19px;
	color: #5B536D;
	text-align: left;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 25px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #5B536D;
	text-align: left;
	font-weight:bold;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #5B536D;
	text-align: left;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 15px;
}

.tekst a {
	font-weight: bolder;
	list-style:none;
	list-style-type:none;
	color:#6BA634;	
	text-decoration:none;
}

.tekst a:hover {
	color:#5B536D;
}

#footer {
	height: 30px;
	width: 921px;
	clear: both;
	background-color: #333333;
	margin-top: 0px;
}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}

.footer a {
	list-style:none;
	list-style-type:none;
	color: #999;	
	text-decoration:none;
	font-weight: bold;
}

.footer a:hover {
	color:#FFF;
}

#footer2 {
	height: 30px;
	width: 921px;
	clear: both;
	background-color: #333333;
}
	
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.footer2 a {
	list-style:none;
	list-style-type:none;
	color:#fff;
	font-weight: 600;
	text-decoration:none;
}

.footer2 a:hover {
	color:#FFF;
}
