/* 
	CSS Document 

	Lettertypen
	font-family: 'Poppins', sans-serif; 200 Light of 700 Bold

*/

html,body {
	height:100%;
}
body {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight:200;
	color:#000;
	line-height:28px;
	text-align:left;
}
a {
	color:#000;
	text-decoration:none;

}
a:visited {
	text-decoration:none;
}
a:hover {
	font-weight:200;
	text-decoration: underline;
	color:#000;
}
a:active {
	text-decoration:none;
}

/* Dit zijn de div instellingen */
#container { display:block; width:100%; height:100%; position:relative; }
#logo { position:absolute; width:25%; top:0; left:0; }
#balk { position:absolute; bottom:0; left:0; width:70%; } #balk img {vertical-align:bottom; }
#content { position:absolute; left:50%; top:50%; width:400px; height:300px; margin-left:-200px; margin-top:-150px; text-align:center; }

H1 { font-size:40px; line-height:40px; font-weight:700; text-transform:uppercase; margin:0 0 20px 0; }
p img { vertical-align:middle; }