/* Teasers algemeen */

#teasers {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30px;
	width: 940px;
}

.teaser {
	float: left;
	height: 120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.teaser a {
	color: #e0e0e0;
	text-decoration: none;
}
               
.teaser h3 {            
	font: normal normal bold 13px verdana, arial, helvetica, sans-serif;
}

.teaser p {
	font: normal normal normal 12px verdana, arial, helvetica, sans-serif;    
}

.teaser h3, .teaser p {
	padding: 0.14em 0.4em;
	color: #f0f0f0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.teaser div.transparentbox {
	background-image: url(../grafiek/halfdoorzichtig.png);
}

.teaser p {
	color: white;
	line-height: 1.2em;
}

/* Teasers plaatsing */

.teaser.right {
	position: relative;
	left: 20px;
}     

.teaser.wetenschapsjournalistiek h3 {
	background-color: #008000;
}

.teaser.cursus h3 {
	background: #150990;
}          

.teaser.stichting h3 {
	background: #995C00;
}
            
.teaser.bedrijfscursus h3 {
	background: #90095B;
}
