@charset "UTF-8";
/* CSS Document */

html
	{overflow-y:auto;}
	
body
	{text-align:center;
	background:#000 url(../img/bg_tapet.png) no-repeat top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:0;
	padding:0;}
	
div#wrapper
	{margin:0 auto;
	text-align:left;
	width:828px;
	padding-top:10px;}
	
div#header
	{float:left;
	width:828px;
	height:269px;
	display:inline;
	background:url(../img/bg_header.png) no-repeat;}
	
div#header_img
	{margin:14px 0 0 14px;
	width:800px;
	height:204px;}
	
ul#menu
	{clear:both;
	float:left;
	margin:14px 0 0 14px;
	padding:0;}	
	
ul#menu li
	{margin:0;
	list-style:none;
	padding:0 47px 0 0;
	float:left;}
	
ul#menu a:hover, ul#menu a.active
	{border-bottom:1px solid #fff;}
	
div#main
	{float:left;
	display:inline;
	clear:both;
	width:786px;
	background:#fff;
	border:1px solid #000;
	padding:20px 20px 10px 20px;}
	
div#contact
	{clear:both;
	float:left;
	display:inline;
	border-top:1px solid #000;
	width:786px;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	text-align:center;
	font-size:70%;}
	
div#footer
	{clear:both;
	float:right;
	text-align:right;}
	
div#footer a
	{color:#fff;
	text-decoration:none;
	font-size:60%;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;}
	
div#footer a:visited
	{color:#fff;}		
	
img
	{border:none;}
	
p
	{text-align:justify;
	line-height:150%;
	font-size:80%;}
	
a:link, a:active, a:visited
	{outline:none;
	color:#666;}
	
table#products
	{text-align:center;
	padding-left:25px;}
	
table#products td
	{padding:5px 5px 10px 5px;
	font-size:80%;}

table#products img
	{border:2px solid #555;
	display:block;
	margin-bottom:5px;}
	
table#products a:hover img
	{border-color:#000;}
	
table#priser
	{font-size:80%;
	margin:10px 0 0 175px;
	border:1px solid #000;
	padding:0;}
	
table#priser td
	{padding:3px 10px;}
	
table#priser td.header
	{height:25px;
	background:#000;
	color:#fff;}
	
table#priser td.price
	{text-align:right;
	width:100px;}	
