#kolom1{
	position:		    absolute;
	width:			    170px;
	height:		      	550px;
	top:				140px;
	left:				0px;
	background:			#CFD0D2;
}

#kolom1 ul {
	list-style-type:	none;
	font-size:			16px;
	font-weight:		bold;
	text-align:			center;
	margin-top:			20px;

}

#kolom1 li{
	padding:			11px;
}

#kolom1 a {
	text-decoration:	none;
	color:				#000000;
}

#geel { 
	position:			absolute;
	top:				186px;
	left:				25px;
	background-image:	url('../img/button_geel.jpg');
	width:				157px;
	height:				30px;
}

#rood { 
	position:			absolute;
	top:				236px;
	left:				25px;
	background-image:	url('../img/button_rood.jpg');
	width:				157px;
	height:				30px;
}

#blauw { 
	position:			absolute;
	top:				286px;
	left:				25px;
	background-image:	url('../img/button_blauw.jpg');
	width:				157px;
	height:				30px;
}

.schaduw {
	position:			absolute;
	width:				157px;
	height:				30px;
	background:			#676768;
}

#schaduwgeel {
	top:				189px;
	left:				28px;
}

#schaduwrood {
	top:				239px;
	left:				28px;
}

#schaduwblauw {
	top:				289px;
	left:				28px;
}

.onder1 {
 margin-top: 140px;
}

.onder2 {
  margin-top: 10px;
}