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

/*************** TEASER  **************/

.teaser{
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.teaserInfos{
	width: 495px;
	float: right;
}


.teaser .teaserImage {
	float: left;
	position: relative;
	width: 140px;
	margin-top: 5px;
}

.teaser .teaserText {
	font-size: 12px;
	color: #4a535d;
	float: left;
	padding: 0px;
	margin-bottom: 10px;
}

.teaser .teaserHead {
	width: 495px;
	float: right;
	padding: 0px;
	margin: 0;
}

.teaser .teaserHead .teaserHeadline {
	line-height: 20px;
	font-size: 12px;
	margin-top: 0px;
	padding: 0;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.teaser .teaserHead .teaserHeadline a {
	text-decoration: none;
	color: #4a535d;

}

.teaser .teaserHead .teaserHeadline a:hover {
	text-decoration: none;
	color: #0082cb;
}

.teaser .teaserHead .mehrDazu a {
	float: right;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	margin-bottom: 3px;
	color: #0082cb;
	display: block;
}

.teaser .teaserHead .mehrDazu a:hover {
	text-decoration: underline;
	color: #0082cb;
}

.teaser .teaserHead .mehrDazu a:active {
	text-decoration: underline;
	color: #0082cb;
}

/*************** IMAGES  **************/

.images {
	float: left;
	margin-top: 20px;
	margin-left: -10px;
	padding-bottom: 20px;
}

.images table tr td{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

.image {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	clear: both;
	padding: 0;
}


.image .zoom {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/lightbox/zoom.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
