div.start_teaser {
	width:363px;
	height:203px;
	margin:0 5px 16px 11px;
	float:left;
	background:url(start_teaser.gif);
}

	table.start_teaser_inner {
		width:363px;
		height:203px;
		border-collapse:collapse;
		border:0;
	}

	table.start_teaser_inner td {
		padding:0 !important;
	}

	td.start_teaser_top {
		height:45px;
		vertical-align:top;
	}

	td.start_teaser_middle {
		height:158px;
		vertical-align:top;
	}

	td.start_teaser_bottom {
		height:45px;
		vertical-align:bottom;
	}

		/* -- Titel mit Hintergrundvarianten -- */
		div.start_teaser_title {
			color:#213483;
			font-size:16px;
		}



		div.start_teaser_title_top {
			height:29px;
			padding:16px 0 0 30px;
		}

		div.start_teaser_title_bottom {
			height:33px;
			padding:12px 0 0 30px;
		}

/*
		div.start_teaser_title_bottom_orange {
			background:url(start_teaser_title_bottom_orange.gif);
		}

		div.start_teaser_title_top_orange {
			background:url(start_teaser_title_top_orange.gif);
		}
*/

		div.start_teaser_title_bottom_orange,
		div.start_teaser_title_top_orange,
		div.start_teaser_title_bottom_orange a,
		div.start_teaser_title_top_orange a {
			color:#FFF;
		}

/*
		div.start_teaser_title_bottom_lightblue {
			background:url(start_teaser_title_bottom_lightblue.gif);
		}

		div.start_teaser_title_top_lightblue {
			background:url(start_teaser_title_top_lightblue.gif);
		}
*/
		div.start_teaser_title_bottom_lightblue,
		div.start_teaser_title_top_lightblue,
		div.start_teaser_title_bottom_lightblue a,
		div.start_teaser_title_top_lightblue a {
			color:#213483;
		}

/*
		div.start_teaser_title_bottom_darkblue {
			background:url(start_teaser_title_bottom_darkblue.gif);
		}

		div.start_teaser_title_top_darkblue {
			background:url(start_teaser_title_top_darkblue.gif);
		}
*/
		div.start_teaser_title_bottom_darkblue,
		div.start_teaser_title_top_darkblue,
		div.start_teaser_title_bottom_darkblue a,
		div.start_teaser_title_top_darkblue a {
			color:#FFF;
		}

		/* -- Content mit Bildvarianten -- */
		div.start_teaser_content {
			padding:15px 15px;
		}

			div#content div.start_teaser_content p {
				margin:0 0 0 0 !important;
				padding:0 !important;
			}

			div.start_teaser_content h2 {
				margin:0 !important;
				padding:0 !important;
				color:#213483 !important;
				font-weight:bold !important;
				font-size:14px !important;
			}

			div.start_teaser_content_image_left {
			}

			div.start_teaser_content_image_right {
			}

				table.start_teaser_content_image_wrap {
					width:100%;
				}

					table.start_teaser_content_image_wrap td {
						vertical-align:top;
					}

					td.start_teaser_content_image_left {
						width:165px;
						padding:0 0 0 0;
					}

					td.start_teaser_content_image_right {
						width:165px;
						padding:0 0 0 0;
						text-align:right;
					}


