/*******************************************************************
	
	concept, design and programming 2006
	----------------------------------------------------------------
	netvision internet media agentur ag
	schaffhauserstrasse 4, 8400 winterthur switzerland europe earth
	fon +41 52 260 59 99
	www.netvision.ch, brain@netvision.ch
	----------------------------------------------------------------
	
*******************************************************************/

/***  IE  ***/

html
{
	margin: 0px;
	padding: 0px;
	height:100%;
	margin-bottom:-50px;
}

/**** BODY ****/

body {
	height:100%;
	background-color:#FFFFFF;
	background-image:url(../pix/HGB_Flash.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

/**** DIV Styles ****/

#flash {
	position:absolute;
	left:0px;
	top:124px;
}

#contentHead {
	z-index: 10;
	position:absolute;
	width: auto;
	left: 0px;
	top: 0px;
	height: 156px;
	margin: 0px;
}

#contentRight {
	z-index: 13;
	position:absolute;
	width: 211px;
	height: auto;
	left: 787px;
	top: 89px;
}