html 
{
	overflow: auto;
	overflow-y: scroll;
	font-size: 62.5%;
	line-height: 18px;

	background-image: ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background-color: #FFFFFF;
}

body 
{
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

/*LAYOUT ------------------*/

/*FOOTER ------------------*/

#footer
{
	width:890px;
	height:68px;
	background: transparent url(../layout/footerBg.png) no-repeat left top;
	color: #7f7f7f;
	text-align: right;
	font-size: 11px;
	margin: 0 auto 10px auto;
	padding: 20px 30px 5px 0px;
	clear: both;
}

#container {
	background: transparent url(../layout/wrapperBg.png) repeat-y left top;
	width:920px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapper
{

	text-align: left;
	width: 920px;
	margin: 0 auto;
}

#header
{
	background: #bbb url(../layout/header.gif) no-repeat center 0;
	width: 884px;
	height: 180px;
	clear: both;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#toppmeny
{
	width: 884px;
	height: 35px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../layout/toppmenybg.gif);
}

/* toppmenybox */
.toppmenybox {
	float: left;
	height: 30px;

}

.toppmenybox a {
	color: #000000;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #F4F4F4;
	text-align: center;
	height: 22px;

}
.toppmenybox a:hover {
	color: #666666;
	background-color: #DADADA;
}

#main
{
	padding: 0;
	width: 885px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#vanstermeny {
	background: #f2f2f2;
	width: 163px;
	min-height: 250px;
	height: auto;
	float: left;
	border: 1px solid #BBBBBB;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: none;
}
#vanstermeny h2 {
	width:163px;
	height:20px;
	font-size:12px;
	text-transform:none;
	letter-spacing:2px;
	background-color: #203b92;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: normal;
}
#vanstermeny h3 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	width: 148px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#vanstermeny p {margin:0; padding:0; line-height:1.2;}
#vanstermeny ul {
	padding: 0;
	list-style-type: none;
	width: auto;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #EAEADA;
}

#vanstermeny li a {
	list-style: none
	font-size: 1.0em;
	color: #554;
	display: block;
	text-decoration: none;
	width: 145px;
	list-style-type: none;
	margin-left: -26px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 6%;
	margin-top: -5px;
	margin-bottom: -5px;
	border: 1px dotted #CCCCCC;
	background-color: #EBEBEB;
}
#vanstermeny li a:hover {
	color: #FFFFFF;
	background-color: #203b92;
	list-style-type: none;
}
#vanstermeny a {font-weight:normal; color:#676767; line-height:1.2;}
#vanstermeny a:hover {text-decoration:none; background:#d5d5d5; color:#676767; line-height:1.2;}

/*LAYOUT toppruta startsidan------------------*/
#content_top {
	float: right;
	width: 700px;
	height: 300px;
}
/*LAYOUT högerfält startsidan------------------*/
#content_right {
	float: right;
	width: 190px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
	background-image: url(../layout/rightbg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 10px;
}

/*LAYOUT huvudinnehåll ------------------*/
#content_main {
	float: right;
	width: 499px;
	height: auto;
	background-color: #FFFFFF;
}
.inside {
	float: left;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.inside h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #203b92;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.clear 
{
	clear: both;
	line-height: 0.01;
	border-style: none;
}

/* menu box */
.produkter_start {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 1px;
	height: 82px;
	width: 240px;
	margin-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #333;
	border-left-color: #E6E6E6;
	margin-left: 2px;
}
#content_top_intro {
	float: right;
	width: 700px;
	height: auto;
	margin-bottom: 5px;
}
