/************************************************************/
/* Zusatz-CSS für Seiten mit Teaser-Spalte rechts */
/************************************************************/


#inhalt { 
	position: relative;
	float: left;
	width: 400px;
	width: 513px;

}


#teaserspalte {
	position: relative;
	float: right;
	width: 175px;
	margin: 39px 15px 0 0px;
	display: block;
	border-left: 1px dashed #DDD;
}


* html #teaserspalte {
	width: 150px;
	margin: 39px 7px 0 0px;
}


.teaser {
	position: relative;
	float: left;
	width: 165px;
	border: 1px solid #999;
	margin: 0 0 15px 10px;
	background-color: #f0e5d7;
}


* html .teaser {
	width: 155px;
	margin: 0 0 15px 5px;
}


.teaser h1 {
	position: relative;
	float: left;
	width: 155px;
	background-color: #9e4846;
	background-color: #8a2a28;
	color: #dac9b6;
	color: #FFF;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	padding: 0 5px 2px 5px;
}

.teaser p {
	padding: 0 5px 5px 5px;
}

.teaser img {
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 5px 0;
}
