/**************************************************
 * homepage layout - BEGIN
 **************************************************/  

div#header {
	background:				url(/fileadmin/img/startseiteBild.jpg) no-repeat;
	width:					743px;
	height:					412px;
	position:				relative;
}

div#header #startseiteFlash /*, div#header #startseiteFlash embed */ {
	/*
	position:				absolute;
	position:				static;
	*/
	z-index:				1;		
	width:					743px;
	height:					412px;
}

div#mainNavigation {
	position:				absolute;
	z-index:				1000;
}

.content {
	padding-bottom:			10px;

	min-height:				280px;
	/* min-height hacks for IE */
	_min-height:			280px;
	_min-height:			auto !important;
	_height:				280px;
}

.content div#innerContentDiv {
	

	min-height:				255px;
	/* min-height hacks for IE */
	_min-height:			255px;
	_min-height:			auto !important;
	_height:				255px;
}

.content div#bottomContentDiv {
	clear:					both;
	float: 					left;
	text-align:				center;
	width:					100%;
}

/**************************************************
 * homepage layout - END
 **************************************************/  