@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-image: url(/storage/images/bg.png);
	background-position: center bottom;
	background-attachment: fixed;
	margin:0px;
}

#canvas {
	width:800px;
	margin:0 auto;
	padding:0 auto;
	background-color:#FFF;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}
h2, h3, h4 {
	margin-bottom: 0px;
}
#sidfot {
	width:740px;
	margin: 0 auto;	
	text-align:center;
	padding:30px;
	clear:both;
}
#sidfot a {
	color:#000;
	text-decoration:none
}
#sidfot a:hover {
	background-color:#FFC;
}
#language {
	width:80px;
	text-align:right;
	float:right;
	padding:2px;
}
#huvud {
	padding-top:15px;
	padding-bottom:0px;	
	width:732px;
	margin: 0 auto;
}
.text {
	width:732px;
	margin: 0 auto;	
}
#menu {
	padding:0px;
	margin-top:20px;
	font-size: 8pt;
	list-style:none;
}
#menu li {
	background-image: url(/storage/images/knapp.png);
	background-position: -2px -34px;
	height:30px;
	width:121px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	float:left;
	font-weight:bold;
	margin-right:1px;
	cursor:pointer;
}
#menu li.active {
	background-position: -2px -2px;
}
#menu li:hover {
	background-position: -2px -66px;
}
#menu a {
	color: #FFF;
	text-decoration:none;
}

#produktmenu {
	padding:0px;
	margin:0 auto;
	font-size: 8pt;
	list-style:none;
}
#produktmenu li {
	background-image: url(/storage/images/knapp.png);
	background-position: -2px -66px;
/*	background-position: -2px -130px;	*/
	height:30px;
	width:121px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	float:left;
	font-weight:bold;
	margin-top:1px;
	margin-right:1px;
	cursor:pointer;
}
#produktmenu a {
	color: #FFF;
	text-decoration:none;
}
#produktmenu li.active {
/* background-position: -2px -98px; */
	background-position: -2px -2px;	
}
#produktmenu li:hover {
	background-position: -2px -34px;	
/* background-position: -2px -162px; */
}
.clear {
	clear:both;
}
.artikeltabell {
	margin-top:5px;
	border-collapse:collapse;
	font-size:9pt;	
}
.artikeltabell thead {
	border-bottom:1px solid;	
	font-weight:bold;
}
.produktbild {
	margin:1px;
	margin-top:20px;	
}
.produktbild:hover {
	border:1px solid #CCC;
	margin:0px;	
	margin-top:19px;	
}
.artikelrad {
	background-color:#EEE;
}

