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

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


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

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

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

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

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

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

#content{
	position: fixed;
	top: 270px;
	left: 500px;
	float: left;
	width: 800px;
}

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

#button{
	position: fixed;
	top: 550px;
	left: 700px;
}

#bold{
	font-weight: bold;
}