/* Stylesheet-Datei für Startseite
09-01-09 SW, schalk & friends gmbh */

/* Teaser auf der Startseite mit Bildwechsel */

#teaser {
	position: relative;
}

#homeTeaser {
	background: transparent url(/media/images/site/backgrounds/bg_teaser_home.png) top left no-repeat;
}

#homeTeaser .teaser {
	width: 218px;
	height: 114px;
	padding: 10px 30px 10px 10px;
	margin-bottom: 9px;
	position: relative;
	z-index: 3;
}

#homeTeaser .active {
	background: url(/media/images/site/backgrounds/bg_teaser.png) top left no-repeat;

}

#homeTeaser .teaser p {
	/*border-bottom: 1px dashed #afddea;*/
	background: transparent url(/media/images/site/borders/border_dashed_blue_hor.gif) left bottom repeat-x;
	padding-bottom: 10px;
	font-size: 1.3em;
	color: #4c4c4c;
	min-height: 58px;

}

#homeTeaser .active p ,
#homeTeaser .last p {
	background: none;
}

#homeTeaser .teaser h2 {
	font-size: 2.4em;
	line-height: 1em;
	color: #248daa;
	margin-bottom: 10px;
}

#homeTeaser .teaser h2 a {
	color: #248daa;
}

/*#homeTeaser .teaser h2 a:hover {
	color: #1E768D;
}*/

#homeTeaser .active p {
	border-bottom: none;
}

.teaserImage {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 0;
}

#homeTeaser p a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}



