@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center; /*(correctie voor IE, auto margins werken daar niet)
			Dit zal wel de tekst centreren in andere browsers,
			Dus dat moet later opgevangen worden.*/
	background-color: #47055b;
	background-image: url(_images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}.tekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: justify;
	line-height: 16px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f9e42c;
}
.tekstKopiëren {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f9e42c;
	text-align: justify;
	line-height: 16px;
	font-style: italic;
}

.adreslink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
