/* ---- Teasers ---- */
/* Halb-Teaser mit Hintergrundfarbe */
div.teaser_half {
	background-color: #8dcee9;
}
/*div.teaser_half h1 {
	color: #990000;
}
*/
div.teaser_half a {
	color: #000000;
	background-image: url(http://www.sonntagszeitung.ch/fileadmin/templates/images/colors/ic_arrow_big_home.gif);
}
div.teaser_half a:link, div.teaser_half a:visited {
	color: #000000;
}
div.teaser_half a:hover {
	color: #000000;
}
/*div.teaser_half a:active {
	color: #990000;
}*/


/* News Teaser mit Hintergrundfarbe */
div.teaser_bg_image.rubric {
	background-color: #8dcee9;
}
div.teaser_bg_image.rubric div.textblock a.action, div.teaser_bg_image.rubric div.text a.action {
	background-image:url("http://www.sonntagszeitung.ch/fileadmin/templates/images/colors/ic_arrow_go_home.gif");
	color: #000;
}

