@charset "utf-8";
/* CSS Document */

#jobspots{
}



#jobspots div.spot_naam{
	font-size: 20px;
	color: #96DB5A;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}


#jobspots div.spot_afbeelding{
	width: 340px;
	float: left;	
}

#jobspots div.spot_blogs{
	width: 120px;
	float:right;
	margin-right:20px;
	
}
#jobspots div.spot_blogs div.blogtopic{
	background-color: #9ac45a;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

#jobspots div.spot_blogs div.blogtopic a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#jobspots div.spot_text{
	clear:both;
}


#jobspots div.blog_subject{
	font-size: 14px;
	color: #96DB5A;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}


#jobspots div.blog_item{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#jobspots div.blog_item div.item_titel{
	font-size: 14px;
	font-weight: bold;
}
#jobspots div.message{
	font-size: 14px;
	font-weight: bold;
}
