/* CSS-Style #0005 
	Description
	Flash Menu	: On Top
	Content		: Centered with Right- And Left-Content or FullSize-Content
	Footer		: On Bottom Of Content
*/

html 
{
	/* FW Hack
		Always display Scrollbar, to get fixed screen dimensions in FW */
	height				: 100.02% !important; 
	height				: auto;
}
BODY {
	MARGIN: 0px auto;
 	HEIGHT: 100%;
}

IMG 	{
	margin-top			: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	border				: 0px;
	}

#FlashMenu {
	position : relative;
}

#Container 
{
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

#Content 
{
	clear: left;
	position:relative;
	height	: 100%;
}

#ContentFullSize 
{
	position:relative;
	clear:both;
	float:left;
}

#ContentLeft
{
	position:relative;
	clear:both;
	float:left;
}

#ContentRight 
{
	position:relative;
	float:left;
	vertical-align:top;
}

#Footer 
{
	border-top-color: #D3D3D3;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left		: 5px;
	margin-right	: 5px;
	clear			: both;
	position		: relative;
	
}

#__asptrace
{
	margin-top: 1000px;
	background-color: Lime;
}
