.wrapper {
	background-color: black;
	width: auto;
	height: 160px;
}

.logo{
	position: relative;
	margin-top: 8px;
	margin-left: 20px;
	width: 60px;
	float: left;
}

.hoofding {
	background-color: black;
	float: left;
	margin-top:20px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 36px;
	color: #ff0000;
	text-shadow: 3px 3px 3px gray;
}

.koptekst {
	float: left;
	margin-left: 160px;
	margin-top: 40px;
	width: 500px;
	height: 60px;
	background-color: #00c0c0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: gray;
	text-shadow: 3px 3px 3px white;
	text-align: center;
	border : 2px solid white;
	border-radius: 10px;
}

.welkom {
	margin-top: 25px;
	position: relative;
	float: right;
	width: 350px;
	height: 120px;
	padding: 10px 10px;
	margin-right: 50px;
	background-color: #efeaea;
	border-radius: 20px;
	box-shadow: 4px 8px 12px black;
}

.knop  {	
	background-color: #00c0c0;
	border: none;
	color: white;
	padding: 15px 32px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 20px;
	box-shadow: 3px 3px 3px gray;
}

.lijst {
	clear: left;
	margin-top: 150px;
	margin-left: 450px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: black;
}

.lijst li {
	margin-bottom: 15px;
}
