#wrapperTable {
	table-layout:fixed;
	border:0px;
	border-collapse:collapse;
	height:100%;
	width:926px;
	margin-left:auto;
	margin-right:auto;
}

#wrapperTable td.wrapperTD {
	vertical-align:top;
	padding:0px;
	height:100%;
	width:926px;
	border:1px solid #9dc0b0;
	border-top:0px;
	border-bottom:0px;
}

#wrapper {
	clear:both;
	float:left;
	display:block;
	width:926px;
}


#top {
	clear:both;
	float:left;
	display:block;
	width:926px;
	height:140px;
}

#header {
	clear:both;
	float:left;
	display:block;
	width:926px;
	height:97px;
	position:relative;
	overflow:hidden;
}

div.flashheader img, 
div.flashheader object {
	position:absolute;
	top:0;
	z-index:20;
}


#header img {
	display:block;
	padding:0px;
	z-index:10;
}

#menuL1 {
	clear:both;
	float:left;
	display:block;
	/* Änderung bezüglich neuer Menüpunkte */
	/* width:624px; */
	width: 100%;
	height:29px;
	/* Änderung bezüglich neuer Menüpunkte */
	/* padding:6px 151px 6px 151px; */
	padding: 6px 0;
}

#middle {
	clear:both;
	float:left;
	display:block;
	width:926px;
}

#left {
	clear:both;
	float:left;
	display:block;
	width:145px;
	margin-right:6px;
}

#aktuelles {
	clear:both;
	float:left;
	display:block;
	width:126px;
	border:1px solid #9dc0b0;
	border-left:0px;
	padding:4px 9px 4px 9px;
}

#center {
	float:left;
	display:block;
	width:624px;
	margin-right:7px;
	padding-bottom:32px;
}

#right {
	float:left;
	display:block;
	width:144px;
}

.clearfix
{
	clear:both;
}