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

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

div.teaser {
	width: 150px;
	height: auto;
	display: inline-block;
	margin-right: 7px;
	float: left;
}

div.teaser a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

div.teaser:hover h2 {
	background-color: #BB1D0D;
}

div.teaser h2.active {
	background-color: #BB1D0D;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #676b6a;
	text-decoration: none;
	margin: 0;
}

div.teaser p {
	padding: 0 5px 10px 10px;
}


div.teaser div.inner {
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
}