/* Teaser */

.teaser {
	width:179px;
	background:url(../images/teaser/edges_middle.gif) repeat-y center;
	background-color:white;
	margin-top:10px;

}
.teaser_edges_top {
	width:179px;
	height:2px;
	background:url(../images/teaser/edges_top.gif) no-repeat top;
	overflow:hidden;
}

.teaser_content {
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
}

.teaser_headline {
	width:167px;
	color:#7d7d7d;
	background-color:#f0f0f0;
	margin-bottom:4px;
	font-weight:bold;
}

.teaser_headline_edges_left {
	width:167px;
	height:1px;
	background-image:url(../images/teaser/pixel.gif);background-repeat:no-repeat;background-position: 0px 0px;
	overflow:hidden;
}
	
.teaser_headline_edges_right {
	width:167px;
	height:1px;
	background-image:url(../images/teaser/pixel.gif);background-repeat:no-repeat;background-position: 166px 0px;
	overflow:hidden;
}


.teaser_headline_indent {
	line-height:14px;
	font-size:12px;
	padding:1px;
	padding-left:6px;
}

.teasertext {
	font-size:10px;
	line-height:15px;
	color:#535353;
	padding-left:2px;
}

a.teaser_headline_link:link, a.teaser_headline_link:visited, a.teaser_headline_link:hover, a.teaser_headline_link:focus, a.teaser_headline_link:active{
	color:#7d7d7d;
	font-weight:bold;
	text-decoration:none;	
}

a.teaser_headline_link:hover {
	text-decoration:underline;	
}

a.teaser_textlink:link, a.teaser_textlink:visited, a.teaser_textlink:hover, a.teaser_textlink:focus, a.teaser_textlink:active {
	text-decoration:underline;
	display:block;
	color:#535353;
	padding-left:10px;
	background:url(../images/teaser/link_button.gif) no-repeat 0px 5px;
}

a.teaser_textlink:hover {
	color:#798E16;
}

a.teaser_pdflink:link, a.teaser_pdflink:visited, a.teaser_pdflink:hover, a.teaser_pdflink:focus, a.teaser_pdflink:active, {
	text-decoration:underline;
	display:block;
	color:#535353;
	padding-left:17px;
	background:url(../images/teaser/pdf_button.gif) no-repeat 0px 1px;
}

a.teaser_pdflink:hover {
	color:#798E16;
}

.teaser_edges_bottom {
	width:179px;
	height:5px;
	background:url(../images/teaser/edges_bottom.gif) no-repeat bottom;
	overflow:hidden;
}
