body
{
/*	background: #eee url('../design/bodybg.gif') fixed repeat-y center;*/
/*	background: #ffffff url(http://www.manniskohjalp.se/images/avantime/gradient_bg.gif) repeat-x;*/
background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	margin-top: 20px;
	background-color:#ffffff;
	width: 949px;
	text-align: left;
	position:relative;
	height:100%;
	overflow:hidden;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:107px;
}

div#main
{
	position:absolute;
	left:164px;
	top:107px;
	width:785px;
	height:480px;
	overflow:auto;
	background-color:#fe02d7;
	padding:0px;
}

div#leftMenu
{
	position:absolute;
	left:0px;
	top:107px;
	width:169px;
	height:480px;
	background-color:#fe02d7;
	background-image:url(../grafik/left_bottom.gif); background-position:bottom left; background-repeat:no-repeat;
	padding-left:10px;
	color:#FFFFFF;
}