/*** Ergänzendes CSS für Newsteaser ***/

div#newsteaser {
	padding: 15px;
	width: 446px;
	position: absolute;
	top: 150px;
	left: 262px;
	z-index: 1000;
	color: #fff;
	background: #003663;
}

* html div#newsteaser {
	left: 385px;
}

*+html div#newsteaser {
	left: 390px;
}


div#newsteaser h1 {
	color: #fff;
	display: block;
}

div#newsteaser img {
	color: #fff;
	float: right;
}

div#newsteaser p {
	color: #fff;
	margin-bottom: 8px;
}

div#newsteaser a {
	background:transparent url(../../../../fileadmin/styles/img/news_arrow.gif) no-repeat scroll -5px 0;
	color: #fff;
	font-weight:bold;
	padding-left:12px;
	margin-right: 35px;
	text-decoration:none;
	cursor:pointer;
}

div#newslink {
	text-align: right;
	clear: both;
}

div#newslink a {
	background:transparent url(../../../../fileadmin/styles/img/news_arrow.gif) no-repeat scroll -5px 0;
	color: #fff;
	font-weight:bold;
	padding-left:12px;
	margin-right: 0px;
	text-decoration:none;
}


