/*alle elementen zijn op hierargische volgorde*/
/*alle propertys zijn op alfabetische volgorde*/

html {
	color: #999999;
	font-family: 'Minion Pro', 'Times New Roman';
	text-align: center;
}

body {
margin: auto
}

header {
	display: block;
	height: 87px;
	padding-top: 100px; 
	padding-bottom: 40px;
}

span1 {
	text-align: left;
	color: #999999;
	display: inline-block;
	font-size:  18pt;
	position: relative;
	top: -40px ;

	}

nav {
display: block
height: 45px; 
width: 100%;
background-repeat: repeat-x;
background-image: url('stip2.png');
background-image-height: 10px;
text-align: center;

}

nav a {
background-color: #ffffff;
display: inline-block;
margin-right: 110px; 
padding-left: auto; 
position: relative;
top: -5px; 
}

#navbar {
	position: relative;
}

#under {
bottom: 0px;
padding-left: auto;
margin-right: auto;
position: absolute;}

#content-wrapper {
}
