body
{
	background: #eee url('../design/bodybg.gif') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:166px;
}

div#main
{
	position:absolute;
	left:164px;
	top:180px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:180px;
	width:159px;
}

div#right_menu {
	position:absolute;
	left:800px;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	top:-195px;

}
div#right_menu_top {
	width:240px;
	background: #FFF url("/design/bodybg2.png") no-repeat center top;
	margin: 0 auto;
}

div#right_menu_content {
	margin-left: 30px;
	padding-top: 30px;
}
div#right_menu_bottom {
 width:240px;
	background: #FFF url("/design/bodybg2.png") no-repeat center bottom;
	height: 30px;
	margin: 0 auto;
}

div#main_content {
	padding: 0 20px;
}

div#toplogo
{
	/* Topbildens höjd här */
	z-index:2;
	height:166px;
	overflow:hidden;
	position:relative;
	left: 1px;
}
div#topmenubar
{
	z-index: 3;
	height:26px;
	line-height: 26px;
	background: none;
	padding-left:20px;
	position: absolute;
	top: 134px;
	font-size:14px;
	color: #11517d;
}

div#topmenubar ul, div#topmenubar li
{
	margin:0;
	padding:0;
}

div#topmenubar li
{
	list-style:none;
	float:left;
}

div#topmenubar a
{
	color: #000;
	font-size:14px;
	line-height:34px;
	text-decoration:none;
}
div#topmenubar a:hover
{
	text-decoration:underline;
}

