/* MAATSCHAPPELIJKE STAGE IN DE SPORT */

div.ms_box{
	width: 250px;
	float: left;
	cursor: pointer;
}

div.ms_top{
	background: #F0A700;
	font-weight: bold;
	width: 216px;
	font-size:0.8em;
	height:41px;
	padding:5px 10px 0 5px;
}

div.ms_top a{
	color: #fff;
	text-decoration: none;
}

div.ms_box img{
	display: relative;
	height: 215px;
	width: 231px;
	border: none;
}

div.ms_image_overlay{
	position: relative;
	margin-top: -220px;
	height: 220px;
	width: 250px;
}

div.ms_box div.seperator{
	height: 20px;
	width: 231px;
}

div.ms_content{
	padding: 10px;
	font-size: 12px;
	width: 211px;
}

div.ms_bottom{
	height: 50px;
	width: 250px;
	padding-top: 10px;
}

div.ms_bottom a{
	display: block;
	height: 25px;
	width: 120px;
	margin: 0 0 0 120px;
}

div.blauw{
	background: #239bd3;	
}

div.blauw_licht{
	background: #D5EBF8;	
}

div.blauw_overlay{
	background: url("../images/ms/box_blauw.png") no-repeat;
}

div.blauw_bottom{
	background: url("../images/ms/bottom_blauw.png") no-repeat;
}

div.geel{
	background: #f19207;	
}

div.geel_licht{
	background: #FBE6B7;	
}

div.geel_overlay{
	background: url("../images/ms/box_geel.png") no-repeat;
}

div.geel_bottom{
	background: url("../images/ms/bottom_geel.png") no-repeat;
}

div.paars{
	background: #64226b;	
}

div.paars_licht{
	background: #D2BBD8;	
}

div.paars_overlay{
	background: url("../images/ms/box_paars.png") no-repeat;
}

div.paars_bottom{
	background: url("../images/ms/bottom_paars.png") no-repeat;
}

