/* Teasereinstellungen */


* html .teaser {
	width: 218px;
	margin-top: 18px;
}

.teaser  {
	background-color: #9b9b9b;
	text-align: left;
	margin-top: 19px;
	padding: 0;
	padding-bottom: 12px;
	width: 219px;
	float: right;
	border-left: 1px solid #FFF;
	position:relative;

}

* html .teaser h1,
* html .teaser h2,
* html .teaser h3{
         padding: 7px 10px 7px 10px;

}

.teaser h1,
.teaser h2,
.teaser h3    {
	color: #fff;
         font-size: 10px;
         font-weight: bold;
         background-color: #666;
         margin: 0 0 5px;
         padding: 6px 10px 6px 10px;
         border-bottom: 1px solid #fff;
         border-top: 1px solid #fff;
}

* html .teaser ul	{
	list-style-type:none;
	margin:0px 10px 10px 10px;
	width:100%;
	left:10px;
}

.teaser ul	{
	list-style-type:none;
	margin:10px 10px 12px 10px;
	width:100%;
	left:10px;
}


* html .teaser ul li	{
	/* border:1px solid #000; */
	list-style-type: none;
	/* left:-10px; */
	padding-bottom:5px;
         margin:0px;
}


.teaser ul li	{
	list-style-type: none;
	background-image:url(../images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	color:#fff;
	font-weight:normal;
	padding-left:9px;
	font-size:10px;
	text-decoration:none;
	list-style-type: none;
	margin-bottom:10px;
         margin-left:-40px;
}

.teaser ul li a:link,
.teaser ul li a:visited  {
	color:#fff;
	font-weight:normal;
/*	padding-left:9px;*/
	font-size:10px;
	text-decoration:none;
}

* html .teaser ul li a:hover {
	color:#961011;
	font-weight:normal;
/*	padding-left:9px;*/
	font-size:10px;
	text-decoration:none;
}

.teaser ul li a:hover {
	color:#961011;
	font-weight:normal;
/*	padding-left:9px;*/
	font-size:10px;
	text-decoration:none;
}

* html .teaser p  {
	font-weight:normal;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	font-size:10px;
	color:#fff;
	white-space:normal;
	margin:16px 0px 16px 0px;
	height:100%;

}

.teaser p  {
         font-weight:normal;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	font-size:10px;
	color:#fff;
	white-space:normal;
}

.teaser p a.download {
         display: block;
         background-image:url(../images/download.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
         padding-top: 4px;
         padding-left: 25px;
         padding-bottom: 4px;
	margin: 0px;
}

.teaser p a:link,
.teaser p a:visited	{
	font-weight:normal;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

.teaser p a:hover	{
	font-size:10px;
	font-weight:normal;
	color:#961011;
	text-decoration:none;
}

