/*
html, body, div, table, tr, td, ul, li, ol, .logolink, .menue_container, .menuepoint, .logo_container, .banner_container, .horizontale_punkte, .top_spacer_punkte_linie, .bottom_spacer_punkte_linie, .vertikale_punkte, .left_spacer_punkte_linie, .right_spacer_punkte_linie, .site_table, .site_table tr td, .left_content_table, .center_content_table, .right_content_table, .left_content_table table tr td, .center_content_table table tr td, .right_content_table table tr td, .left_content_table table, .center_content_table table, .right_content_table table, .headline, .subheadline, .content_trennstrich, .teaser_table,.brand_logo_container, .brand_logo_container img	{
*/

html, body, div, table, tr, td, ul, li, ol, img	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	color: #5780AE;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	font-weight: 500;
	background-color: #fff;
}
img	{
	border: 0px solid #000;
}

a, a:link, a:visited, a:hover, a:active, a:focus	{
	text-decoration: underline;
	color: #5780AE;
	font-size: 12px;
	font-weight: 500;
	font-family: arial, verdana, helvetica;
}

a.ImageLink, a:link.ImageLink, a:visited.ImageLink, a:hover.ImageLink, a:active.ImageLink, a:focus.ImageLink
{
	text-decoration:none;
}

body	{
	position: static;
	margin: auto;
	width: 925px;
	margin-top: 80px;
}
.logolink	{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100px;
	height: 70px;
	border: 0px solid #ff0000;
	z-index: 20;
	opacity: 0.0;
	filter: alpha(opacity=00);
	display: block;
}
.menue_container	{
	position: relative;
	top: 0px;
	left: 0px;
}
.menuepoint	{
	display: block;
	padding: 0px 0px 2px 0px;
}

.logo_container	{
	width: 193px;
	height: 80px;
	align: left;
	vertical-align: middle;
	overflow: hidden;
}
.banner_container	{
	vertical-align: middle;
}

.horizontale_punkte	{
	height: 1px;
	background-image: url(/art/bg_dot_navi_h.gif);
	background-repeat: repeat-x;
}
.top_spacer_punkte_linie, .bottom_spacer_punkte_linie	{
	height: 3px;
}

.vertikale_punkte	{
	width: 1px;
	background-image: url(/art/bg_dot_navi_v.gif);
	background-repeat: repeat-y;
}
.left_spacer_punkte_linie, .right_spacer_punkte_linie	{	/* TD rechts und links neben der punkte-TD*/
	width: 0px;
}

.site_table	{
	width: 925px;
/*	table-layout: fixed; */
}
.site_table tr td	{
	overflow: hidden;
}

.left_content_table, .center_content_table, .right_content_table	{
}
.left_content_table {
	width: 190px;
}
.center_content_table	{
	width: 730px;
}
.right_content_table	{
	width: 201px;
}

.left_content_table table, .center_content_table table, .right_content_table table 	{
	margin: 29px 0px 10px 27px; 
/*	table-layout: fixed;*/
}
.left_content_table table tr td, .center_content_table table tr td, .right_content_table table tr td	{
	overflow: hidden; 
}
.left_content_table table	{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 187px;
}
.center_content_table table 	{
	width: 701px;
}
.right_content_table table 	{
	margin-left: 21px;
	width: 179px;
}

.headline, .subheadline	{
	border: 0px;
	display: block;
	margin: 0px 0px 25px 0px;
}
.subheadline	{
	margin: 20px 0px 10px 0px;
	font-weight: 900;
}

table.content_trennstrich	{
	border: 0px solid green;
	margin-top: 0px;
}
.teaser_table td.teaser_left, .teaser_table .teaser_right	{
	border: 0px solid #000;
	width: 215px;
}
.teaser_table .left_spacer_punkte_linie	{
}
.teaser_table .vertikale_punkte	{
	width: 1px;
}
.teaser_table .left_spacer_punkte_linie, .teaser_table .right_spacer_punkte_linie	{
	width: 25px;
}
.teaser_table .teaser_right	{	
}

table.teaser_table	{
	border: 0px solid brown;
	margin-top: 0px;
}

.brand_logo_container	{
	position: absolute;
	top: 280px;
	left: 520px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
.brand_logo_container img {
	display: block;
	border: 0px solid green;
	padding: 0px 0px 5px 0px;
	z-index: 2;
}

.teaser_headline, .teaser_image	{
	display: block;
	border: 0px solid #000;
	margin: 0px 0px 5px 0px;
}
.teaser_image	{

}
.Menue_Level_4_container	{
	margin: 0px 0px 10px 0px;
}
.center_content_table tr td ul     {
    list-style-position: outline;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	list-style-type: square;
}
#teaserOverlay {
    position: absolute;
    width: 160px;
    left: 20px;
    top: 70px;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}