/*--------------------------------------------------*/
/*Grundformatierung Teaser                          */
/*--------------------------------------------------*/

table.teaser {
	border-collapse: collapse;
	height: 134px;
	padding: 10px 0px 0px 0px;
	width: 200px; }

table.teaser a  {
	font-weight: normal; }

div#content-right table td {
	background-color: #E1E1E3;
	border-bottom: 16px solid #3468AB;
	padding: 8px 0px 0px 0px;
	vertical-align: top; }

div#content-right table td p {
	font-size: 12px;
	margin: 0px 9px 3px 9px; }

div#content-right table td ul {
	font-size: 12px;
	list-style-type: decimal;
	margin-top: 0px;
	padding-left: 18px; }

div#content-right table td ul li {
	margin: 0px 9px 3px 9px; }


/*--------------------------------------------------*/
/*Newsletter abonnieren                             */
/*--------------------------------------------------*/

form#teaser-newsletter label {
	color: #000000;
	display: block;
	font-size: 12px;
	margin: 0px 9px 3px 9px; }

form#teaser-newsletter button#submit {
	height: 20px;
	margin: 3px 0px 0px 6px;
	width: 184px; }

form#teaser-newsletter input.textfield {
	font-size: 12px;
	width: 90%;
	margin: 0px 9px 3px 9px; }

form#teaser-newsletter span.fehler {
	color: #FF0000;
	font-size: 9px;
	font-weight: bold;
	margin: 0px 9px 3px 9px; }


/*--------------------------------------------------*/
/*Überschriften als Grafik                          */
/*--------------------------------------------------*/

h1.imageteaserheader {
	background-repeat: no-repeat;
	margin: 14px 0px 0px 0px; }

h1.imageteaserheader span {
	background-color: #3468AB;
	color: #FFFFFF;
	display: block;
	height: 42px;
	margin: 12px 6px 0px 6px;
	width: 1px;
	font-size: 16px;
	overflow: hidden;
	text-transform: uppercase; }

h1.imageteaserheader span span {
	display: block;
	width: 1000px; }

