body{
	background-color: #FFA5A5;
}

#header{
	height: 150px;
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
}

#nav{
	position: fixed;
	top: 233px;
	left: 110px;
	float: left;
	width: 200px;
	height: 100%;
	border-right: solid 2px #000000;
}

#nav ul{
	list-style-type: none;
}

#nav ul li{
	margin-bottom: 20px;
	border-bottom: solid 2px #000000;
	text-align: center;
}

#nav ul li p{
	display: block;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 10px;
	
}

#left{
	height: 100%;
	width: 150px;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	
}

#left2{
	height: 100%;
	width: 150px;
	background-color: white;
	position: fixed;
	top: 150px;
	left: 0;
	border-right: solid 2px #000000;
}

#kunst{
	width: 100%;
	position: fixed;
	left: 150px;
	float: left;
	top: 150px;
	border-bottom: solid 2px #000000;
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	background-color: white;
}

#kunst p{
	font-size: 25px;
	margin-left: 30px;
	font-weight: bold;
}

#content{
	position: fixed;
	top: 250px;
	left: 180px;
	float: left;
	width: 800px;
}

#content p{
	text-align: justify;
	font-size: 18px;
}

#actual{
	background-color: white;
}

#button{
	width:70px;
	height:25px;
	left: 400px;
	position:fixed;
}

#checkbox{
	position: fixed;
	top: 380px;
	left: 650px;
}