a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


body {
	font-family: 'Roboto', sans-serif; 
	font-smoothing: antialiased; /* Zorgt ervoor dat tekst strakker uitziet*/
	-webkit-font-smoothing: antialiased;
	
}

.clear{
	clear: both;
}
	
header {
		height:70px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background: white;
	opacity: 0.99;

	}

#containerHeader{
	width:1100px;
	margin:0 auto;
	display: block;
	
}
	
#logoHeader {

	width:255px;
/*	margin:0 auto;*/

}

#logoID {
	display: block;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:7.5px;

	
}

hr {
 	height:0.5px;
  	background-color: black;
	width:1000px;

}


#containerMain{
	width:1100px;
	margin:0 auto;
	display: block;
	
}

main{
	margin-top:70px;
}

p{
	line-height:1.8em;
	text-align: justify;
	font-weight: 300;
}

.boek1 {
	width:535px;
	height:812.5px;
	background: url(../img/omslagMaagdenkoor.jpg);
	background-size: cover;
	float:left;
	margin-right:5px;
	margin-left:10px;
	margin-bottom: 30px;
}


.boek2 {
	width:535px;
	height:812.5px;
	background: url(../img/omslagMaagdenkoor.jpg);
	background-size: cover;
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-bottom: 30px;
}

.textHeader{
	height:70px;
	float:left;
	text-align: center;
	line-height: 70px;
	text-transform: uppercase;
	margin-left:100px;
}

h1{
	font-size: 40px;
	text-transform: uppercase;
}