/* LINKERKANT */
#teaser-links {
	padding-left: 10px;
	width: 480px;
	height: 275px;
	overflow: hidden;
	float: left;
}
#teaser-afbeelding {
	width: 480px;
	height: 275px;
	overflow: hidden;
	position: relative;	
}
#corner-top-left {
	z-index: 1;
	position: absolute;
	width: 3px;
	height: 3px;
	top:0px;
	left: 0px;
}
#corner-bottom-left {
	z-index: 1;
	position: absolute;
	width: 3px;
	height: 3px;
	top:272px;
	left: 0px;
}
.teaserImage {
	z-index:2
}
#teaser-transparent {
	width: 480px;
	height: 55px;
	top: 220px;
	left: 0px;
	z-index: 3;
	position: absolute;
}
.teaser-title {
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	width: 440px;
	height: 20px;
	top: 230px;
	left: 20px;
	z-index: 4;
	position: absolute;	
}
.teaser-description {
	color: #ffffff;
	font-size: 13px;	
	width: 440px;
	height: 20px;
	top: 250px;
	left: 20px;
	z-index: 5;
	position: absolute;		
}

/* RECHTERKANT */
#teaser-rechts {
	color: #ffffff;
	width: 230px;
	height: 275px;
	float: left;
}
a#teaserLink{
	color: #ffffff;
}
a#teaserLink:hover{
	text-decoration:none;
}

.teaser-rechts-item {
	width: 220px;
	height: 39px;
	padding: 16px 0 0 10px;
	overflow: hidden;
	cursor: pointer;
}
.teaser-rechts-item-active {
	width: 220px;
	height: 39px;
	font-weight: normal;
	padding: 16px 0 0 10px;
	overflow: hidden;
	background: url(/images/background-teaser-item-active.jpg) no-repeat;	
	cursor: pointer;
}
.teaser-rechts-item-active-top {
	width: 220px;
	height: 39px;
	font-weight: normal;
	padding: 16px 0 0 10px;
	overflow: hidden;
	background: url(/images/background-teaser-item-active-top.jpg) no-repeat;	
	cursor: pointer;
}
.teaser-rechts-item-active-bottom {
	width: 220px;
	height: 39px;
	font-weight: normal;
	padding: 16px 0 0 10px;
	overflow: hidden;
	background: url(/images/background-teaser-item-active-bottom.jpg) no-repeat;	
	cursor: pointer;
}
