body {
	font: 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #fff url('../img/bg.jpg') no-repeat left top;
}

a img {
	border: 0;
}

a, a:link, a:active, a:visited {
	color: #f3f3f3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pdf {
	padding: 2px 0 2px 20px;
	background: transparent url('../img/document-pdf-text.png') no-repeat left 50%;
}

#wrapper {
	margin: 70px auto;
	/* margin: 70px 0 70px 134px; */
	width: 768px;
}

#menu {
	width: 768px;
	height: 161px;
	position: relative;
}

#menu li {
	float: left;
	border-right: 1px solid #3e3d3d;
	height: 161px;
}

#menu li.noborder {
	border-right: 0 !important;
}

#menu li a {
	display: block;
	width: 90px;
	height: 27px;
	padding-top: 134px;
	background: #272727;
	color: #00aeef;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover, #menu li a.current {
	background: #272727 url('../img/bg_menuitem_current.png') repeat-x left top;
	text-decoration: none !important;
}

#contentwrapper {
	width: 734px;
	margin-top: 68px;
	position: relative;
}

#contentwrapper div {
	width: 224px;
	float: left;
	margin-left: 20px;
	text-align: justify;
}

#contentwrapper div.col2 {
	width: 468px !important;
}

#contentwrapper div img {
	width: 220px;
	border: 2px solid #fff;
}

#contentwrapper div h2 {
	margin-bottom: 8px;
}

#contentwrapper div p {
	margin-bottom: 8px;
}

#footer {
	margin-top: 68px;
	width: 768px;
	padding-top: 8px;
	height: 22px;
	text-align: center;
	color: #00aeef;
	background: #272727;
}

#credits {
	width: 768px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	font-size: 11px;
}

.nordlys {
	position: absolute;
	top: -50px;
	right: -2px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

table.prisliste {
	width: 500px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.prisliste th {
	padding: 4px 20px 4px 4px;
}

.prisliste td {
	font-weight: normal;
	white-space: nowrap;
	padding: 4px 20px 4px 4px;
}

.prisliste tr.odd {
	background: #fff;
}

.prisliste tr.solgt td {
	text-decoration: line-through;
}

.cb {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}