/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #e8e8e8;
	background-image: url(images/bg7.jpg);
}

#wrapper {
	text-align: left;
	width: 965px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
	color: #faa61a;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.top {
	background: url("images/bg_top.jpg") no-repeat 0% 50%;
	color: #888;
	font-size: 13px;
	padding-left: 25px;
}

a.top:hover {
	color: #bbb;
	text-decoration: none;
}

blockquote {
	background: url("images/blockquote.png") no-repeat top left;
	margin-bottom: 25px;
	padding-left: 32px;
}

blockquote p {
	font-style: oblique;
	margin-bottom: 5px;
}

blockquote p.author {
	color: #666;
	font-size: 11px;
	font-style: normal;
}

em {
	font-style: oblique;
}

h2 {
	border-top: 1px solid #555;
	color: #ddd;
	font-size: 22px;
	margin-bottom: 35px;
	padding-top: 17px;
	text-transform: uppercase;
}

h3 {
	color: #ddd;
	font-size: 21px;
	margin-bottom: 20px;
}

h4 {
	color: #ebebeb;
	font-size: 18px;
	margin-bottom: 20px;
}

h5 {
	color: #9c9c9c;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: justify;
}

img {
	margin-bottom: 10px;
}

li {
	background: url("images/bullet.jpg") no-repeat 0% 50%;
	color: #fba51a;
	font-size: 13px;
	line-height: 21px;
	padding-left: 18px;
}

ol {
	list-style-position: inside;
	margin-bottom: 20px;
}

ol li {
	background: none;
	padding: 0;
}

p {
	color: #9c9c9c;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
}

p.featured {
	background-color: #333;
	color: #d5d5d5;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 20px;
	width: 180px;
}

p.featured.right {
	margin-left: 15px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ========================== Form Elements Styles ========================== */
label {
	color: #888;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

input, textarea {
	background-color: #333;
	border: 1px solid #555;
	color: #bfbfbf;
	font-size: 12px;
	padding: 8px 10px;
	width: 300px;
}

textarea {
	width: 500px;
}

form > div {
	margin-bottom: 20px;
}

form button {
	background-color: #333;
	color: #ddd;
	font-size: 12px;
	padding: 10px 12px;
	text-transform: uppercase;
}

#note  #notification {
	background-color: #111;
	border: 1px solid #333;
	margin-bottom: 20px;
	padding: 10px;
}

#note #notification p {
	font-size: 11px;
	margin-bottom: 4px;
}

/* ========================== Table Styles ========================== */


/* ========================== Header Styles ========================== */
#header {
	height: 80px;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 963px;
	z-index: 1000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#header h1 {
	color: #eee;
	float: left;
	font-size: 14px;
	height: 80px;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
	padding-top: 10;
	padding-right: 16px;
	padding-bottom: 20;
	padding-left: 10px;
}

#header ul {
	float: right;
	padding-top: 10px;
}

#header ul li {
	background: none;
	float: left;
	height: 60px;
	line-height: 41px;
	padding: 0;
	margin-right: 20px;
}

#header ul li a {
	color: #a2a2a2;
	font-size: 11px;
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #fba51a;
	text-decoration: none;
}

/* ========================== Intro text Styles ========================== */
#intro {
	color: #9c9c9c;
	font-size: 32px;
	line-height: 42px;
	font-family: Georgia, "Lucida Sans", "Times New Roman", Times, serif;
	width: 940px;
	font-weight: bold;
	margin-bottom: 5px;
}
.intro2 {
	color: #ebebeb;
	font-size: 34px;
	line-height: 42px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	width: 850px;
	margin-top: 99px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

/* ========================== Portfolio Styles ========================== */
#portfolio {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 20px;
}

#portfolio li {
	background: none;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
	width: 220px;
}

#portfolio li.last {
	margin-right: 0;
}

#portfolio li img {
	border: 4px solid #222;
	margin: 0;
}

#portfolio li img:hover, #portfolio li:hover img {
	border: 4px solid #444;
}

#portfolio li .description {
	background-color: #444;
	color: #eee;
	display: none;
	font-size:10px;
	padding: 8px 10px;
	position: absolute;
}
#produkter {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 20px;
}
#firmaet {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 20px;
}
#partnere {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 20px;
}
#kontakt {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 20px;
}

/* ========================== Layout Styles ========================== */
.page {
	margin-bottom: 100px;
	overflow: hidden;
	padding-top: 70px;
}

.box_220, .box_300, .box_620 {
}

.box_220 {
	width: 940px;
}

.box_300 {
	width: 300px;
}

.box_620 {
	width: 620px;
}

.last {
	margin-right: 0;
}

/* ========================== Details List Styles ========================== */
.details li {
	background: none;
	border-bottom: 1px solid #333;
	margin-bottom: 6px;
	overflow: hidden;
	padding: 0 0 6px 0;
}

.details li p, .details li img {
	font-size: 12px;
	margin: 0;
}

.details .left {
	color: #eee;
}

/* ========================== Footer Styles ========================== */
#footer {
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/bottom.png);
	height: 300px;
	width: 100%;
}

#footerContainer {
	text-align: center;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 35px;
}

#footer h2 {
	font-size: 18px;
	margin-bottom: 18px;
	padding-top: 14px;
}

#footer li {
	background: none;
	padding: 0;
}

#footer li a, #footer p {
	color: #555;
	font-size: 12px;
}

#footer li a:hover {
	color: #bbb;
	text-decoration: none;
}
.introbilde {
	float: left;
	width: 214px;
	margin-right: 20px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #faa61a;
	text-align: center;
	background-image: url(images/imgtumb.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	margin-bottom: 5px;
	vertical-align: top;
	padding-right: 1px;
	padding-left: 1px;
	height: 200px;
	line-height: 14px;
}
.introbilde2 {
	float: left;
	width: 216px;
	height: 145px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	padding-right: 23px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	padding-top: 5px;
}

.logo {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.line {
	height: 1px;
	width: 943px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.line2 {
	height: 1px;
	width: 943px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.partnerlogo {
	border: 2px solid #ffffff;
}
.img_float {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 3px solid #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbb;
	vertical-align: top;
}
.tilbake {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-align: right;
	width: 940px;
	float: right;
}
.topmargin {
	margin-top: 100px;
}
.arrow {
	text-align: left;
	vertical-align: top;
	height: 33px;
	margin: 0px;
	padding: 0px;
}
.uheading {
	color: #9c9c9c;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
	height: 33px;
	text-align: left;
	vertical-align: top;
}
