﻿/* CSS Document */

a {
	text-decoration: none;
}

#teaser {
	width: 493px; 
	height: 326px; 
	border: 1px solid #999999; 
	background-color: #FFFFFF; 
	padding: 2px;
}
	#teaser-pic {
		width: 493px; 
		height: 271px; 
		background-color: #CCCCCC; 
		margin: 0; 
		padding: 0;
	}
	#teaser-pic img {
		z-index: 5; 
		position: absolute; 
		margin: 0; 
		padding: 0;
	}
		.teaser-text {
			position: absolute; 
			left: 0px; 
			width: 307px; 
			height: 275px; 
			padding: 20px 176px 0px 10px; 
			background: url(images/texfield.png) no-repeat; 
			z-index: 10;
		}
		.teaser-text h1 {
			font-size: 18px; 
			color: #FFFFFF; 
			text-align: left; 
			margin-bottom: 5px;
			margin-left: 10px; 
			width: 220px;
			height: 62px;
		}
		.teaser-text p {
			font-size: 12px; 
			color: #FFFFFF; 
			padding-bottom: 5px; 
			line-height: 14px; 
			width: 170px;
		}
		p.more-btn {
			position: absolute;
			top: 215px;
			background: url(images/more-btn.png) no-repeat;
			height: 30px;
			color: #fff; 
			margin-left: 5px;
			width: 58px;
			padding-top: 8px;
		}
			.more-btn a {
				color: #FFFFFF;
				text-align: center;
				padding: 8px 10px;
			}
		p.small-text {
			border: none;
			display: none;
		}
	#teaser-block {
		width: 475px; 
		height: 45px;
		background: url(images/blockbar.gif) no-repeat; 
		margin: 0; 
		padding: 5px 10px;
	}
		a:link div.blocks, a:visited div.blocks {
			background: url(images/effect.png) no-repeat;
			display: block;
		}
		a:hover div.blocks, a.activeSlide:link div, a.activeSlide:visited div {
			background: url(images/hover-effect.png) no-repeat;
			display: block;
		}
		.blocks {
			float: left;
			height: 45px; 
			width: 108px;
			margin: 0 5px; 
			padding-top: 3px;
			color: #FFFFFF; 
			font-size: 12px;
			text-align: center;
		}
			.blocks img {
				visibility: hidden;
				margin-right: 5px; 
				border: 2px solid #000000; 
				display: block;
			}
			 .blocks p {
			 	padding: 0;
				margin: 0;
			 }
			 
/* Teaser Aktion*/
.teaser-aktion #teaser {
	width: 233px; 
	height: 261px; 
	margin: 10px 0px 10px 10px;
	background: url(images/mini-slider.jpg) no-repeat; 
	background-color: none !important;
	border: none;
	padding: 0px;
}
	.teaser-aktion #teaser-pic {
		background: none !important;
		width: 233px; 
		height: 261px; 
		margin: 0; 
		padding: 0;
	}
	.teaser-aktion #teaser-pic img {
		z-index: 10; 
		position: relative; 
		margin: 0; 
		padding: 0;
		height: 115px;
		width: 220px;
		left: 6px;
		top: 6px;
	}
		.teaser-aktion .teaser-text {
			position: absolute; 
			background: none !important;
			left: 0px; 
			width: 307px; 
			height: 80px; 
			padding: 10px 7px 0px 6px; 
			z-index: 10;
		}
		.teaser-aktion .teaser-text h1 {
			font-size: 18px; 
			color: #22438a; 
			text-align: center; 
			margin-bottom: 5px;
			margin-left: 0px !important;
			width: 220px;
			height: 20px;
		}
		.teaser-aktion .teaser-text p {
			font-size: 12px; 
			color: #404155 !important; 
			padding-left: 0px !important;
			padding-bottom: 5px; 
			line-height: 14px; 
			width: 220px;
			text-align: center;
		}
		.teaser-aktion p.more-btn {
			background: none !important;
			position: relative;
			top: 12px;			
			margin-left: 0px;			
			padding-top: 0px !important;
		}
			.teaser-aktion .more-btn a {
				display: block;
				width: 144px;
				height: 40px;
				background: url(images/btn-more.png) no-repeat 0px 0px;
				color: #FFFFFF;
				font-size: 0px;
				text-align: center;
				padding: 0px;
				margin: 0px auto;
			}
			.teaser-aktion .more-btn a:hover {
				display: block;
				width: 144px;
				height: 40px;
				background: url(images/btn-more.png) no-repeat -144px 0px;
				color: #FFFFFF;
				font-size: 0px;
				text-align: center;
				margin: 0px auto;
				padding: 0px;
			}
		.teaser-aktion p.small-text {
			border: none;
			display: none;
		}
	.teaser-aktion #teaser-block {
		width: 213px; 
		height: 45px;
		margin-top: -56px; 
		padding: 5px 10px;
		background: none;
	}
		.teaser-aktion a:link div.blocks, .teaser-aktion a:visited div.blocks {
			background: url(images/effect.png) no-repeat;
			display: none;
		}
		.teaser-aktion a:hover div.blocks, .teaser-aktion a.activeSlide:link div, .teaser-aktion a.activeSlide:visited div {
			background: url(images/hover-effect.png) no-repeat;
			display: none;
		}
		.teaser-aktion .blocks {
			float: left;
			height: 45px; 
			width: 108px;
			margin: 0 5px; 
			padding-top: 3px;
			color: #FFFFFF; 
			font-size: 12px;
			text-align: center;
		}
			.teaser-aktion .blocks img {
				visibility: hidden;
				margin-right: 5px; 
				border: 2px solid #000000; 
				display: block;
			}
			 .teaser-aktion .blocks p {
			 	padding: 0;
				margin: 0;
			 }
