/* RESET CSS */

html, body, span, applet, object, iframe,
blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}


/* DEFAULT CSS */

body {
	font-family: Calibri, Trebuchet MS, Helvetica, Arial, Sans-serif;
	text-align: left;
	background-color: #fff;
}

ul {
	list-style: none;
	
}

img {
	border-style: none;
}

div#wrapper {
	width: 800px;
	height: 600px;
	background-image: url(img/about.png);
	margin-left: auto;
	margin-right: auto;
}
div#wrapper2 {
	width: 800px;
	height: 600px;
	background-image: url(img/contact.png);
	margin-left: auto;
	margin-right: auto;
}




h2{
	color: #1c88d1;	
}

#actiefabout{
margin-left: 20px;
display: block;
width: 29px;
height: 90px;
background: transparent url(img/i.png) no-repeat;		
background-position: 4px 0;
}
a#about {
margin-left: 20px;
display: block;
width: 29px;
height: 90px;
background: transparent url(img/i.png) no-repeat;
background-position: -25px 0;
}

a#about:hover {
background-position: -54px 0;
} 

#actiefcontact{
margin-top: 100px;
display: block;
width: 71px;
height: 74px;
background: transparent url(img/aap.png) no-repeat;		
background-position: -4px 0;
}
a#contact {
margin-top: 100px;
display: block;
width: 71px;
height: 74px;
background: transparent url(img/aap.png) no-repeat;
background-position: -78px 0;
}

a#contact:hover {
background-position: -153.4px 0;
} 
div#lijst{
	
	display: block;
	width: 98px;
	padding-top: 210px;
	padding-left: 25px;
	float: left;
	height: 335px;
}

div#header {
	
	float: left;
	margin-top: 235px;
	height: 310px;
	width: 625px;
	font-size: 14px;
	padding-left: 10px;
	
	
}
div#footer{
	margin-top: 11px;
	float: left;
	text-align: left;
	font-size: 14px;
	display: block;
	width: 800px;
	padding-left: 42px; 
}
a:active{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #1c88d1;
	text-decoration: none;
}
div#info{
	float: left;	
	display: block;
	height: 200px;
	padding-top: 10px;
	width: 370px;
	font-size: 16px;
	padding-right: 40px;
	
}
div#mailform{
	float: left;	
	height: 300px;
	display: block;
	
}



