body {
	text-align: left;
}

.kwicks li {
	float: left;
	width: 250px;
	height: 400px;
	margin-right: 0px;
	background-image: url('images/licht.png');
	overflow-x: hidden;
	
}
#kwick1 { 
	
	background-color: #4da6dc;
	
}
#kwick2 {
	background-color: #d12e20;
}
#kwick3 {
	background-color: #f3bf29;
}

#wrapper {
	position: absolute;
	width: 750px;
	height: 300px;
	margin-left: -375px;
	left:50%;
	border-bottom: #EEE solid 2px;
	border-top: #888 solid 1px;
}

#header {
	color: white;
	font-size: 52px;
	position: absolute;
	font-family:monospace;
	width: 750px;
	margin-left: -375px;
	left:50%;
	text-align: center;
	margin-top: 80px;
}
.tekst {
	font-size: 14px;
	margin-left:270px;
	margin-top: -250px;
	width: 200px;
	color: #222222;
}
#frame {
	position: absolute;
	width: 750px;
	height: 402px;
	margin-left: -375px;
	left:50%;
	margin-top: 200px;
	padding:10px;
	background-color: #CCC;
	border-top: #EEE solid 1px;
}
