/*

	Dark brown: 	#7a6661
	Light Brown:	#b2a6a1
	Orange:			#ff872e
	Turcoise:		#d0e8ea
	Dark Turk:		#0db6c9


*/

body {
	background-color: #b1a5a0;
	color:#7a6661;
	font-family:  Helvetica, Arial, sans-serif;
}
.fargeTabell td{
	background-color:#d0e8ea;
	padding:10px;
}
/*	Innholdselementer
------------------------------------------*/
h1 {
	font-size:22px;
	font-weight:normal;
	color:#ff872e;
	margin-bottom:11px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	color:#ff872e;
}

h2#frontpage {
	font-size:22px;
	font-weight:normal;
	color:#ff872e;
	margin-bottom:11px;
}
h2#frontpage a {
	text-decoration:none;
	color:#ff872e;
}

h3 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	color:#ff872e;
}
img {margin:10px;}
h1 a {
	text-decoration:none;
	color:#ff872e;
}

a {
	color:#00bacc;
	outline:none;
}

p {margin-bottom:9px;}

/* Skjema
-----------------------------*/
.knapp {
	color:#fff;
	font-weight:bold;
	background-color:#87abab;
	border:1px solid #7a6661;
	margin-top:5px;
	padding:3px 5px;
	background-image:url(../bilder/bilder/struktur_element/bg_grad_knapp.gif);
	background-repeat:repeat-x;
	background-position:top right;
}


/* Venstre
-----------------------------*/
#ramme {
	background-color:#fff;
	border:15px solid #fff;
}

/* Topp
-----------------------------*/
#rammeTopp {
	background-color:#d0e8ea;
	background-image:url(../bilder/bilder/struktur_element/bg_rammetopp.jpg);
	background-repeat:repeat-x;
	height:91px;
}

#logo a span{
	display:none;
}

#logo a {
	display:block;
	width:265px;
	height:91px;
	
	/* background-image:url(../bilder/bilder/struktur_element/logo_proanalysis.jpg); */
	/* background-image:url(../bilder/bilder/struktur_element/oilinwater.png); */
	background-image:url(../bilder/bilder/struktur_element/oilinwater-com.png);
	background-repeat:no-repeat;
}

/* Snarveimeny
-----------------------------*/
#menySnarvei {
	width:965px;
	margin: 0 auto;
	margin-top: -13px;
	margin-bottom: 3px;
	text-align:right;
	color: #fff;
}

#menySnarvei strong {
	font-style:italic;
	font-size:12px;
}

#menySnarvei table {
	margin-bottom:10px;
}

#menySnarvei ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menySnarvei ul li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#menySnarvei ul li a{
	color:#fff;
	text-decoration:none;
	padding:2px 5px;
	border-left:1px solid #fff;
}

#menySnarvei ul li a.first {border-left:none;}

/* Newsletter signup
_____________________________*/

#newsletter {
	margin: 20px 20px 0 0;
	float: right;
}

#newsletter strong {
	margin-right: 10px;
	text-align: right;
	display: block;
}

#newsletter form input.inputnews {
	margin-right: 1px;
	padding-left: 5px;
	height: 19px;
	width: 176px;
	color: #766661;
	border: 1px solid #fff;
	background: transparent url(../bilder/bilder/struktur_element/form_input_background.png) repeat-x center top;
	float: left;
}

#newsletter form input.submit {
	width: 87px;
	height: 27px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../bilder/bilder/struktur_element/newsletter_signup.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: left;
}

/* Search
_____________________________*/

#search {
	margin-left: 5px;
	float: left;
}

#search #sok1 {
	margin-top: 11px;
	margin-right: 1px;
	padding: 1px 5px;
	width: 156px;
	height: 19px;
	float: left;
	color: #766661;
	border: 1px solid #fff;
	background: transparent url(../bilder/bilder/struktur_element/form_input_background.png) repeat-x center top;
}

#search #searchbutton {
	margin-top: 11px;
	float: left;
}

/* Toppmeny
-----------------------------*/
#menyTopp{
	background-image:url(../bilder/bilder/struktur_element/bg_menytopp.jpg);
	background-repeat:repeat-x;
	height:38px;
}

#menyTopp ul {
	list-style:none;
	margin:0;
	padding:0 0 0 266px;
}

#menyTopp ul li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#menyTopp ul li a {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent;
	line-height:38px;
	height:34px;
	margin-top:4px;
	padding:0 0 0 18px;
	display:inline-block;
}

#menyTopp ul li a span {
	padding:0 10px 0 0;
	height:34px;
	display:inline-block;
	cursor: pointer;
	background:transparent;
}

#menyTopp ul li.active a {
	color:#7a6661;
	background:url(../bilder/bilder/struktur_element/bg_menytopp_l.jpg);
}

#menyTopp ul li a:hover {
	color:#7a6661;
	background:url(../bilder/bilder/struktur_element/bg_menytopp_l.jpg);
}

#menyTopp ul li.active a span{
	background-image:url(../bilder/bilder/struktur_element/bg_menytopp_r.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#menyTopp ul li a:hover span{
	background-image:url(../bilder/bilder/struktur_element/bg_menytopp_r.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#rammeInnhold {
	padding-top:9px;
}

/* Venstre
-----------------------------*/
#boksSubscribe {
	background-color:#ff872e;
	padding:15px 15px 0px 15px;
	color:#fff;
	margin-bottom:10px;
	min-height:196px;
	height:auto !important;
	height:194px;
	
}

#boksSubscribe h2 {
	color:#fff;
	margin-bottom:10px;
	font-size:16px;
}

#boksSubscribe input {
	background-color:#fab148;
	border:1px solid #fff;
	color:#fff;
	padding:3px 5px;
	background-image:url(../bilder/bilder/struktur_element/bg_grad_input.gif);
	background-repeat:repeat-x;
	background-position:top right;
}

#boksSubscribe input.knapp {
	background-color:#87abab;
	border:1px solid #fff;
	margin-top:5px;
	background-image:url(../bilder/bilder/struktur_element/bg_grad_knapp.gif);
	background-repeat:repeat-x;
	background-position:top right;
}

#boksNews {
	background-color:#b2a6a1;
	padding:15px 15px 15px 15px;
	font-size:11px;
/*	min-height:400px; */
	height:auto !important;
	height:390px;
}

#boksNews h4 {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	border-bottom:1px solid #fff;
	margin-bottom:15px!important;
}

#featured h4 {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	border-bottom:1px solid #fff;
	margin-bottom:15px!important;
}


#boksNews h4 small a{
	float:right;
	text-decoration:none;
	color:#7a6661;
}

#news p {
	border-bottom:1px solid #dcd1cd;
}

#news p a{
	color:#fff;
	text-decoration:none;
	padding-top:9px;
}

#featured {
	margin-bottom:20px;
	height:150px;
}



#featured h3 a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
}

.forside_ingress {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding:5px 0px 7px 0px;
}

#featured h3 a img {
	margin-bottom:0px;
	border:none;
	width:234px;
	height:100px;
	margin:0;
	
}

#boksQuote {
	background-color:#7a6661;
	padding:15px;
	color:#fff;
	margin-bottom:9px;
}

#boksQuote h3 {
	color:#fff;
	font-size:22px;
	font-weight:normal;
	margin-bottom:9px;
}

#boksQuote a {
	color:#fff;
}

/* Venstremeny
-----------------------------*/
#menyVenstre{
	background-color:#ff872e;
	padding:15px;
	color:#fff;
	margin-bottom:9px;
}

#menyVenstre ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menyVenstre ul li{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

#menyVenstre ul li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px solid #fbb047;
	display:block;
	padding:1px 0px;
}

#menyVenstre ul li a span {

	padding:5px;
	display:block;
}

#menyVenstre ul li a:hover{
	color:#7a6661;
}

#menyVenstre ul li a:hover span{
	background-color:#fbb047;
}

#menyVenstre ul li.active a span{
	background-color:#fbb047;
}

/* Venstre skjema CTA
_____________________________*/

#oilinwatermonitorform {

}

#oilinwatermonitorform ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

#oilinwatermonitorform ul li {
	margin-bottom: 3px;
}

#oilinwatermonitorform label {
	display: none;
}

#oilinwatermonitorform label.visible {
	display: inline;
}

#oilinwatermonitorform input[type=text] {
	padding: 2px 5px;
	height: 19px;
	width: 222px;
	color: #766661;
	border: 1px solid #fff;
	background: transparent url(../bilder/bilder/struktur_element/form_input_background.png) repeat-x center top;
}

#oilinwatermonitorform textarea {
	margin: 0;
	padding: 5px 5px;
	height: 222px;
	width: 222px;
	color: #766661;
	border: 1px solid #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #fff url(../bilder/bilder/struktur_element/form_input_background.png) repeat-x center top;
}

#oilinwatermonitorform input#submit {
	width: 234px;
	height: 37px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../bilder/bilder/struktur_element/send_form.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

/* breadcrumbpath
_____________________________*/

#breadcrumbpath {
	margin-bottom: 5px;
}

/* Innhold
-----------------------------*/
#innhold {
	padding-bottom:9px;
}

.innholdBilde img{
	margin:0 0 9px 0;
}

.innholdBoks {
	border:1px solid #d0e8ea;
	padding:15px 9px 6px 9px;
	margin-top:9px;
}

.innholdFeature {
	border-top: 9px solid #fff;
	background-color:#d0e8ea;
	vertical-align:top;
	width:212px;
	overflow-x:hidden;
}
 
.innholdFeature img {
	/* border-top:9px solid #fff; */
	margin:0;
	
}

.innholdFeature h3 {
	margin:9px 9px 9px 9px;
}

.innholdFeature h3 a {
	color:#FF872E;
	text-decoration:none;
}

.innholdFeature p {
	margin:9px;
}

.tdLuft {
	width:9px;
	height:9px;
}
.tdLuft * {	display:none;}

td#frontpagebanner {
	white-space: nowrap;
}
td#frontpagebanner #banner {
	position: relative;
	width: 457px;
	height: 221px;
	text-indent: -9999px;
	background-image: url(../bilder/bilder/struktur_element/oil-in-water-monitor.png);
	float: left;
	border: none;
}
td#frontpagebanner #banner h1 {
	text-indent: -9999px;
}
td#frontpagebanner #banner ul {
	text-indent: -9999px;
	list-style: none;
}
td#frontpagebanner #banner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 457px;
	height: 221px;
	display: block;
	text-indent: -9999px;
}
td#frontpagebanner img { 
	float: left;
	cursor: pointer;
	border: none;
}

/* News side
-----------------------------*/

#innholdNews .nyhetsRamme {
	margin-bottom:15px;
	border-bottom:1px solid #d0e8ea;
}

#innholdNews .nyhetsRamme h2{
	margin-bottom:0px;
}

#innholdNews .nyhetsRamme h2 a{
	text-decoration:none;
	color:#ff872e;
}

/* Video ting */
div.overlay {
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');

	display: none;
	width: 653px;
	height: 400px;
}
div.overlay .close {
	background-image: url(../bilder/bilder/struktur_element/close.png);
	position: absolute; 
	right: -21px; 
	top: -25px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
a#playerFrontpage {
	border: none;
}

a#playerFrontpage img {
	margin: 0;
	padding: 0;
	border: none;
}



/* Bunn
-----------------------------*/
#rammeBunn{
	background-image:url(../bilder/bilder/struktur_element/bg_menytopp.jpg);
	background-repeat:repeat-x;
	background-position:0 -3px;
	height:32px;
	line-height:39px;
	padding-left:15px;
}

#rammeBunn a {color:#7a6661;}

#copy a{
	color:#7a6661;
	text-decoration:none;
	font-size:10px;
}
