/* Basics */
	.wrap-cl {
		min-height: 545px;
	}
	* html .wrap-cl {
		height: 545px;
	}
/* << */


/* Teaser */
	/* Teaserhuelle */
	div.teaser {
		position: absolute;
		top: 0;
		left: auto;
		width: auto;
		z-index: 200;
		padding: 0;
	}
	div.teaser div.inteaser {
		position: absolute;
		top: 460px;
		left: 0;
		z-index: 201;
		width: 930px;
	}
	/* Text und Ueberschriften */
	div.teaser p,
	div.teaser h2,
	div.teaser h3,
	div.teaser h4,
	div.teaser ul,
	div.teaser li {
		margin: 0 0 6px 0;
		font-size: 11px;
	}
	div.teaser th,
	div.teaser td {
		font-size: 11px;
	}
	div.teaser h2 {
		font-size: 14px;
		color: #0F220E;
		line-height: 110%;
	}
	div.teaser h3 {
		font-size: 12px;
		color: #666;
	}

	/* Standard Absatz */
	div.teaser div.standard {
		position: absolute;
		top: -280px;
		left: 20px;
		z-index: 201;
		width: 210px;
		font-size: 12px;
		padding: 0;
	}
	div.teaser div.standard div.intext {
	}
	div.teaser div.standard div.headline {
	}
	div.teaser div.standard div.htmlcont {
	}
	
	div.teaser div.standard p {
		font-size: 12px;
	}
	
	div.teaser div.standard h1,
	div.teaser div.standard h2,
	div.teaser div.standard h3 {
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		margin: 0 0 8px 0;
	}
	
	/* Startseiten Absatz */
	div.teaser div.startseite {
		width: 220px;
		float: right;
		color: #000;
	}
	div.teaser div.startseite div.intext {
		background: #fff;
		padding: 10px;
		margin-right: 10px;
		height: 190px;
		overflow: hidden;
	}
	* html div.teaser div.startseite div.intext {
		height: 210px;
	}
	div.teaser div.startseite a:hover {
		color: #000;
	}
	
	/* Gruener Teaser */
	div.teaser div.green div.intext {
		background-color: #D9EBD4;
	}
/* << */