* {
	font-family: arial;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: white; /* museo 500 font */
}
body {
	background-color:#f5b33c;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('img/bg.png');
	margin: 0 0 0 0;
}
div#logo {
	width: 801px;
	height: 204px;
	background-image: url('img/fiskeolie.png');
	position: absolute;
	top: 0px; left: 0px;
	z-index: 15;
}
div#boxPosition {
	position:absolute;
	top: 150px; left: 200px;
	z-index: 10;
}
div.box {
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background-color: #cf8a2d;
	width: 760px;
	min-height: 500px;
}
div#boxPriser {
	background-color: white;
	margin-top: -100px;
}
div#boxBottom {
	font-size: 13px;
	width: 760px;
	text-align: center;
	padding: 10px 0 10px 0;

}
div.boxPad {
	padding: 20px;
}
div#b1 {
	width: 212px;
	height: 386px;
	background-image: url('img/b1.png');
	position: absolute;
	top: 300px; left: 0px;
	z-index: 15;
}
div.boxCol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
div#b2 {
	width: 800px;
	height: 174px;
	background-image: url('img/b2.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	top: -60px;
}
h1 {
	margin: 0 0 0 0;
	font-size: 18px;
	text-indent: 170px;
}
h2 {
	font-size: 30px;
	margin: 0px;
	padding-top: 90px;
	text-indent: 40px;
	text-shadow: 1px 1px 1px #525252;
}
p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 20px;
}
div#boxPriser table {
	width: 100%;
}
div#boxPriser td,b,span {
	color: #555555;
}
div#boxPriser td{
	padding: 15px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
}

div#boxPriser tr:nth-of-type(n+2):hover td {
	background-color: #93cd6f !important;
	cursor: pointer;
	color: white;
}
div#boxPriser tr:nth-of-type(n+2):hover div.koebBtn {
		background-position: bottom left;
	text-shadow: 1px 1px 1px black;
		cursor: pointer;

}
div#boxPriser table tr:nth-of-type(1) td {
	background-color: #d2d2d2;
	border: 0px;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

div#boxPriser table tr:nth-of-type(n+2):nth-of-type(even) td {
	background-color: #f9f9f9;
}
div#boxPriser table tr:nth-of-type(1) td:nth-of-type(1) {
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
div#boxPriser table tr:nth-of-type(1) td:nth-of-type(4) {
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}
div.koebBtn {
	width: 158px;
	height: 32px;
	display: block;
	background-image: url('img/koeb-bg.png');
	background-position: top left;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #545454;
}
