/* CSS Teaser */

#teaser {
	position: absolute;
	right: 4px;
	top: 112px;
	width: 178px;
	color: white;
	font-size: 69%;
}

#teaser a {
	color: #00419A;
	text-decoration: none;
}

#teaser a:hover {
	text-decoration: underline;
}

#teaser a img {
	border: none;
}

#teaser h1.ueberschrift {
	background-color: #00419A;
	padding: 3px 6px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid white;
	margin: 0px;
}

#teaser div.bild {
	background-color: #D4DDEE;
	border-bottom: 1px solid white;
}

#teaser div.clear {
	clear: left;
	padding-bottom: 7px;
}

#teaser div.teaser {
	background-color: #D4DDEE;
	color: #00419A;
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid white;
}

#teaser div.datum {
	background-color: #668DC3;
	width: 50%;
	float: left;
}

#teaser div.uhrzeit {
	background-color: #668DC3;
	width: 50%;
	float: left;
	text-align: right;
}

#teaser div.margin7px {
	padding: 3px 6px;
}
