html,
body {
	font-family: Calibri, Lucida Sans Unicode, sans-serif;
	text-align:center;
}

h1, h2{
	margin: 0 0 0 0;
	padding: 0;
	font-weight:normal;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 18px;
	font-style:italic;
}

	.orange{
		color:#f8aa47;
	}
	
	.bold{
		font-weight:bold;
	}
	
	.wit{
		color:#FFFFFF;
	}
	
p{
	font-size:17px;
	line-height:18px;
}

	.left{
		text-align:left;
	}

a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

*{
margin:0;
padding: 0;
outline: 0;
z-index: 0;
}

html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#wrapper{
	height:100%;
	width:100%;
	margin:0 auto;
}

#melding{
	width:100%;
	min-width:600px;
	min-height:45px;
	background:#292929;
	padding:8px 0;
}

#balk{
	width:100%;
	min-height:20px;
}
	
	.oranje{
		background:#f8aa47;
	}
	
	.geel{
		background:#ffd18b;
	}
	
	.groen{
		background:#afddd2;
	}
	
	.blauw{
		background:#7cb4d3;
	}
	
	.paars{
		background:#8b97cc;
	}

#broodtekst {
	width:600px !important;
	margin: auto;
}

#avant {
	width:600px !important;
	margin:0 auto !important;
	position:absolute;
	bottom:10px;
	right:100px;
}

img{
	border:none;
}

.terug, .sluiten{
	float:left;
	color: #FFFFFF;
	height: 30px;
	text-align:center;
	width: 130px;
	border:none;
	cursor:pointer;
	font-weight:bold;
}

.terug{
	background: #8b97cc !important;
}

.sluiten{
	background: #f8aa47 !important;
}