body
{
	background: #e7e7e7 url('../design/bodybg.png') fixed repeat-y top center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	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:194px;
}

div#main
{
	position:absolute;
	left:190px;
	top:205px;
	width:746px;

}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:205px;
	width:180px;
}

div#topmenubar, a#topmenu_startsidan, a#topmenu_hjalp, a#topmenu_villkor, a#topmenu_lankar, a#topmenu_nyheter, a#topmenu_nyhetsbrev, a#topmenu_varukorg, a#topmenu_kassan
{
	background: #3d3d3d url('/design/menysprite.png') no-repeat top left;
	cursor:pointer;
	float:left;
	height:30px;
}
div#topmenubar
{
	cursor:default;
	float:none;
	background-position:0px -60px;
}
div#topmenu_leftspace
{
	float:left;
	width:16px;
	height:30px;
}

a#topmenu_startsidan
{
	width:88px;
	background-position:-16px -30px;
}
a#topmenu_startsidan:hover
{
	background-position:-16px 0px;
}

a#topmenu_hjalp
{
	width:58px;
	background-position:-105px -30px;
}
a#topmenu_hjalp:hover
{
	background-position:-105px 0px;
}

a#topmenu_villkor
{
	width:66px;
	background-position:-162px -30px;
}
a#topmenu_villkor:hover
{
	background-position:-162px 0px;
}

a#topmenu_lankar
{
	width:67px;
	background-position:-228px -30px;
}
a#topmenu_lankar:hover
{
	background-position:-228px 0px;
}

a#topmenu_nyheter
{
	width:70px;
	background-position:-295px -30px;
}
a#topmenu_nyheter:hover
{
	background-position:-295px 0px;
}

a#topmenu_nyhetsbrev
{
	width:93px;
	background-position:-365px -30px;
}
a#topmenu_nyhetsbrev:hover
{
	background-position:-365px 0px;
}

a#topmenu_varukorg
{
	width:81px;
	background-position:-458px -30px;
}
a#topmenu_varukorg:hover
{
	background-position:-458px 0px;
}

a#topmenu_kassan
{
	width:87px;
	background-position:-539px -30px;
}
a#topmenu_kassan:hover
{
	background-position:-539px 0px;
}