@charset "UTF-8";
/* CSS voor i-padstaand */

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

#cssmenu {
    padding-top: 200px;
}

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




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


header {
	background-color: #FFF;
	background-image:
	url(../afbthl/beeldipad2.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 175px;
	float: right;
		background-size:cover;

	margin: 0;
	border-radius: 0px 17px 0px 0px;
	margin: 0px;
	
	
}

h1 {

	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 380px;
	color: #FFF;!important;

}
h2 {

	margin-top: 15px;

}
h3 {
	
		margin-bottom:7px;

}

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

article {
	width: 460px;
	height:400px;
	float:left;
	padding-right: 25px;
	border-radius: 0px 0px 17px 0px;
	
	overflow: auto;

}


/*------------opmaak van het menu----------*/
nav {
	float:left;
	width: 150px;
	height:	575px;
	background-image:
	url(../afbthl/tegenhetlicht.png);
	background-size:150px;
	background-repeat:no-repeat;
	background-position:top;
	border-radius: 17px 0px 0px 17px;
	padding-top:0;

}
