@charset "UTF-8";
/* CSS voor desktop */

@import url("nav-styles.css");

body, html {
	margin-top: 25px;
	padding: 0;
}

 


#wrapper {
	background-color: #FFF;
	width: 700px;
	margin: 0 auto;
	display:block;
}

header {
	background-color: #FFF;
	background-image:
	url(../afbthl/beelddesktop4.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 550px;
	height: 175px;
	float: right;
	border-radius: 0px 17px 0px 0px;
	margin: 0px;
	box-sizing: border-box;
}

h1 {

	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 427px;
}
h2 {

	margin-top: 15px;

}




/*---opmaak article-----*/

article {
	width: 520px;
height: 385px;
	float: left;
	padding-left: 15px;
	border-radius: 0px 0px 17px 0px;
	overflow:auto;
}

/*---opmaak menu-----*/

nav {
	float:left;
	width: 150px;
	height:	540px;
	background-image:
	url(../afbthl/tegenhetlicht.png);

	background-repeat:no-repeat;
	background-position:top;
	background-size:150px;
	border-radius: 17px 0px 0px 17px;
	padding-right:0px;

}