/* Basics */
	body#teaser {
	}
	#teaserWrapper {
		width: 100%;
	}
/* << */


/* Sontige Layout Einstellungen */
	body#teaser div#print {
		background: #7F1615;
		font-size: 11px;
		padding: 2px 0;
	}
	body#teaser div#print a {
		color: #fff;
	}
	body#teaser div#print a:hover {
		color: #F3E4D1;
	}
/* << */


/* Teaser */
	/* Infoteaser */
	body#teaser div.teaser div.infoteaser {
		height: auto;
		border: 0;
	}
	
	body#teaser div.teaser div.infoteaser h2 {
		text-align: center;
		color: #7F1615;
		font-size: 14px;
	}
	body#teaser div.teaser div.infoteaser h3 {
		text-align: center;
	}
	
	body#teaser div.teaser div.infoteaser li {
		list-style-type: none;
		list-style-image: none;
		text-align: center;
		background: url(../images/stars.gif) center top no-repeat;
		padding: 13px 0 3px 0;
		margin: 0;
	}

	body#teaser div.teaser div.infoteaser div.htmlcont h6 a  {
		color: #7F1615;
		font-size: 11px;
		border: 0;
		display: block;
		padding-top: 5px;
		margin-bottom: 10px;
		font-weight: normal;
	}
/* << */
