
html {overflow-y: scroll;} 

body,td {
	padding: 0; 
	margin:20px 0 0 0;
    font-family: Verdaba, Arial, Helvetica, sans-serif;
    font-size: 12px;  font-weight: normal; color : #000000;	
	}

div#footer{
	clear:both; 
	height:40px;
	color:#174e77;  
	font-size:10pt; 
	width:925px; 
	text-align:center;
	}

a {
	text-decoration:none;
	}

.ameny {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color:#656565; }
.ameny:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color:#000000; }

.acart {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color:#656565; font-weight:bold; }
.acart:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color:#000000; font-weight:bold; }

	
.shopmenu
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;  
	color: #000000;	
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding: 3px 15px 3px 20px;	
	}

.shopmenu:hover
	{
	color: #ffffff;	
	background: #846457; 
	display: block;
	padding: 2px 15px 2px 20px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	}

.shopmenuact
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight:bold;	
	color: #ffffff;	
	background: #846457; 
	display: block;
	padding: 2px 15px 3px 20px;	
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	}

.shopmenuchild
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
	color: #000000;	
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding: 3px 15px 3px 30px;	
	}
	
.shopmenuchild:hover
	{
	color: #846457;	
	}	

.rubrik {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #000000; 
	margin-bottom:0px;
	}

#container {
	width:959px;
	margin:0 auto; 
	background-image: url(../pix/main_v6.jpg);
	text-align:left;
	}

#content{
	margin: 2em; 
	padding: 0;
	}

#top {
	margin: 0 auto;
	width:959px;
	height:123px;
	z-index:1;
	background-image: url(../pix/top_v2.jpg);
	}
	
#bottom {
	margin: 0 auto;
	width:959px;
	height:55px;
	z-index:1;
	background-image: url(../pix/bottom.jpg);
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	}
	
	
#meny {
	width:959px;
	height:27px;
	background-image: url(../pix/meny_v2.jpg);	
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#left {
	float: left;
	width:210px;
	/*height:400px;*/
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	padding-left:5px;
	/*border: #000000 solid 1px;*/
	}
	
.rightmenu {
	float:left; 
	width:100px; 
	height:300px; 
	padding:8px; 
	border-left:solid #CCCCCC 1px;
	
}

#mainframe 
	{
	float: left;
	width:700px;
	margin-top: 20px;
	margin-right: 5px;	
	/*border: #000000 solid 1px;*/
	}
 
#glowingtabs
	{
	float:right;
	line-height:normal;
	text-align:right;
	margin-right: 20px;
	}

#glowingtabs ul
	{
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	}

#glowingtabs li
	{
	display:inline;
	margin:0;
	padding:0;
	}

#glowingtabs a
	{
	float:left;
	background:url(../pix/tab_left_v6.gif) no-repeat left top;
	margin:0;
	margin-right: 6px; /*spacing between each tab*/
	padding:0 0 0 10px;
	text-decoration:none;
	}

#glowingtabs a span
	{
	float:left;
	display:block;
	background:url(../pix/tab_right_v6.gif) no-repeat right top;
	padding: 8px 12px 5px 3px; /* ändra padding top vid behov   */
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span 
	{
	color: black;
	}

#glowingtabs #current a
	{ /*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
	}

#glowingtabs #current a span
	{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #000000;
	font-weight:bold;
	}

#glowingtabs a:hover
	{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
	}

#glowingtabs a:hover span
	{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	}


