#teaser p {
	font-size: 85%;
	line-height: 150%;
}

#teaser p.Einzug {
	margin-left: 16px;
	margin-right: 8px;
}

#teaser h5 {
	font-size: 77%;
	color: white;
	background-image: url(../images/background-teaser-h5.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 5px 0 7px 24px;
	margin: 0 0 6px 0;
}

#teaser a {
	color: #ee2b1a !important;
	text-decoration: none !important;
}

div#teaser div.cmsCell div {
	background-image: url(../images/background-teaser-top.gif);
	background-repeat: no-repeat;
}

div#teaser div.cmsCell div div {
	background-image: none;
}

div#teaser div.cmsCell {
	padding-bottom: 6px;
	background-image: url(../images/background-teaser-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

/* teaser cms page mode view */
body.cms_editpage div#rightcol div#teaser table.editGroup td.cellFrame {
	background-image: url(../images/background-teaser-top.gif);
	background-repeat: no-repeat;
}

body.cms_editpage div#rightcol div#teaser {
	margin-left: 2px;
	width: 196px;
}

/* teaser cms editor view */
body#teaser {
	background-image: url(../images/background-teaser-top.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

div#teaser ::-moz-selection{
	background: blue !important;
	color: white !important;
} 

div#teaser ::selection {
	background: blue !important;
	color: white !important;
} 

#teaser ul {
	margin: 0;
}

