@charset "utf-8";
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
width:980px;
margin:0 auto;
}
img {
border:none;
}

h1 {
font-size:18px;
}
a:link {text-decoration: none;color:black;}
a:visited {text-decoration: none;color:black;}
a:active {text-decoration: none;color:black;}
a:hover {text-decoration: underline; color: #982828;}
#wrapper {
	position:relative;
	width:980px;
	
}
#logga {
height:100px;
width:980px;

}
#intro {
	width:980px;
	text-align:center;
	font-size:18px;
}

#kategoritext {
height:100px;
width:980px;
background-image:url(img/kategorier.png);
}

#kategoribox {
	position:relative;
	height:240px;
	width:200px;
	background-color:white;
	color:black;
	border:solid 1px black;
	float:left;
	margin: 16px;
	font-size:18px;
	text-align:center;
}

#omtext {
clear:both;
height:100px;
width:980px;
background-image:url(img/om.png);
}

#produktbox {
position:relative;
width: 800px;
height: 320px;
border: solid 1px black;
margin-top:20px;
margin-left:50px;
padding:6px;
padding-right:10px;
}

.button {
    border: none;
    background: url('img/order.png') no-repeat top left;
    padding: 2px 8px;
}
