DIV#divmain {
	
	
}

BODY	{
	cursor:auto;
	font-size:12pt;
	color:black;
	background-color:white;
	background-image:url(/bilder/lingon.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	padding-top:90px;
	padding-bottom:40px;
	padding-left: 60px;
	padding-right:5px;
	border-style:none;
	border-width:0;
	}

HTML	{
	height:100%;
	width:100%;
	}

IMG#main_logo{
	float:right;
	margin-top:2px;
	margin-right:5px;
	border-style:none;
	}

TABLE#meny {
	position:fixed;
	background-color:rgb(66,106,179);
	left:0px;
	top:65px;
	border-style:none;
	width:100%;
	z-index:5;
	}

TABLE#meny A {
	color:white;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:0px;
	text-decoration:underline;
	font-weight:bold;
	border-style:none;
	}

TABLE#meny A:hover {
	color: yellow;
	}

DIV#topdiv {
	background-color:white;
	z-index:1;
	position:fixed;
	padding:0;
	margin:0;
	top:0px;
	left:0px;
	height:90px;
	width:100%;
	}

TABLE#pagectrl {
	background-color:rgb(210,35,42);
	width:100%;
	border-style:none;
	border-width:0;
}

TABLE#pagectrl A {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

TABLE#pagectrl A:hover {
	color:yellow;
}

DIV#bottomdiv {
	background-color:white;
	z-index:1;
	position:fixed;
	left:0px;
	bottom:0px;
	height:40px;
	width:100%;
	}

TABLE.clean
	{
	background-color:white;
	}

A	{
	border-width:1px;
	border-style:none;
	}

A:link	{
	text-decoration:none;
	}

A:visited
	{
	color:rgb(50,50,255);
	text-decoration:none;
	}

A:active{
	color:black;
	text-decoration:underline;
	}

A:hover {
	 color:rgb(210,35,42); 
	}


P.rubrik
 	{
	color:rgb(66,106,179);
	font-size:28pt;
	font-family:sans-serif;
	font-weight:bold;
	position:static;
	margin-left:10px;
	margin-top:20px;
	padding:0;
	}

TH	{
	background-color:rgb(66,106,179);
	color:white;
	font-family:Times New Roman,Times,serif;
	}

HR	{
	height:5px;
	background-color:rgb(210,35,42);
	}

TABLE
	{
	background-color:rgb(240,240,240);
	border-style:outset;
	border-width:3px;
	border-color:rgb(200,200,200);
	}
	
TFOOT TD
	{
	border-top-width:1px;
	border-top-style:solid;
	}
	
DL	{
	width:0;
	background-color:rgb(220,220,220);
	}

#divrel
	{
	background-color:rgb(220,220,220);
	}

#divfloat
	{
	background-color:rgb(220,220,220);
	}

#divfloatmeny
	{
	background-color:rgb(220,220,220);
	}

#divlogin
	{
	background-color:rgb(185,210,185);
	}
#divmeny
	{
	background-color:rgb(185,210,185);
	}

*.rfloat {
	float:right;
	}

IMG.prodpic {
	width:150px;
	float:right;
	}

UL {margin-left:0;padding-left:0;}
UL LI {margin-left:0;padding-left:10px;list-style-type:none;}
