/*
		Kunde: Brennabu AS
		© 2011 Kreativ Strek AS
		Dokumentet er laget med enerett for www.brennabu.no
*/


body {
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	background-color: #FFF; 
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;

	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 100%;
	line-height: 1.4em;
}

#map {
	display: block;
	width: 600px;
	height: 400px;
}

#page-wrap {
	width: 880px;
	margin: 0 auto;
}

#header-wrap {
	width: 880px;
}

#header-lang {
	width: 860px;
	height: 19px;
	margin: -5px 10px 0px 10px;
	padding-top: 2px;
	text-align: right;
}

a#lang-eng {
	background-image: url(../images/spraak-eng.png);
	background-repeat: no-repeat;
	margin-right: 4px;
}

a#lang-ger {
	background-image: url(../images/spraak-ger.png);
	background-repeat: no-repeat;
	margin-right: 8px;
}

a.lang {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-left: 19px;
	background-position: 0px 1px;
}

#header-image {
	width: 880px;
	height: 234px;
	background-image: url(../images/header/header001.jpg);
	position: relative;
}

a#logo {
	position:absolute;
	top: 4px;
	left: 10px;
	width: 199px;
	height: 199px;
	display:block;
}

a#logo h1 {
	display: none;
}

#menu {
	position: absolute;
	top: 203px;
	left: 10px;
	width: 860px;
	height: 27px;
}

#menu ul {
	margin: 2px 0px 0px 12px;
	padding: 0;	
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}

#menu ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 2px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

#menu ul li a:hover {
	border-bottom: 3px solid #FFF;
}


#menu ul li a.aktiv {
	border-bottom: 3px solid #FFF;	
}

#menu ul li a.aktiv:hover {
	border-bottom: 3px solid #E55924;	
}

#submenu {
	font-size: 80%;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#submenu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	border-bottom: solid 2px #FFF;
}
	
#submenu li a {
	display: block;
	background-color: #e7e7e7;
	color: #2f2f2f;
	text-decoration: none;
	padding: 4px 5px 2px 15px;
	width: 150px;
	-moz-box-shadow: inset 0 0 3px #ccc;
	-webkit-box-shadow: inset 0 0 3px#ccc;
	box-shadow: inner 0 0 3px #ccc;
}

#submenu li a:hover {
	border-left: 10px solid #4B6583;
	padding-left: 5px;
	width: 150px;
} 

#submenu li a.selected {
	border-left: 10px solid #4B6583;
	padding-left: 5px;
	width: 150px;
}

/* sub-sub */

#submenu li li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#submenu li li a {
	display: block;
	background-color: #cdcdcd;
	color: #2f2f2f;
	text-decoration: none;
	padding: 2px 5px 2px 25px;
	width: 140px;
	
	font-size:11px;
	
	position: relative;
	top: 3px;
}

#submenu li li a:hover {
	background-color:#b6b6b6;
	border: none;
	padding-left: 25px;
	width: 140px;
} 

#submenu li li a.selected {
	background-color:#b6b6b6;
	border: none;
	padding-left: 25px;
	width: 140px;
} 


#maincontent-wrap {
	width: 840px;
	margin: 6px 20px 4px 20px;
}

#maincontent-left {
	width: 190px;
	float: left;
}

#maincontent-right {
	width: 630px;
	float: left;
	margin-left: 20px;
	font-size: 95%;
}

#footer-wrap {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	width: 880px;
	height: 60px;
}

#footer-text {
	padding: 9px 10px 0px 10px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

#footer-text a {
	color: #FFF;
	text-decoration: none;
}

#footer-props {
	padding: 2px 18px 0px 0px;
	color: #222222;
	font-size: 10px;
	text-align: right;
}

#footer-props a {
	text-decoration: none;
	color: #222222;
}

#news-wrap {
	width: 670px;
	margin-top: 10px;
}

.news-item {
	width: 200px;
	margin-right: 15px;
	float: left;
	background-color: #F5F5F5;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.news-item h2 {
	padding: 5px 0 0 0;
	margin: 0 5px 0 5px;
	font-size: 18px;
}

.news-item h2 a {
	text-decoration: none;
	color: #000;
}

.news-item p {
	padding: 5px 0 0 0;
	margin: 0 5px 0 5px;
	font-size: 12px;
}

.news-item-archive {
	width: 200px;
	margin-right: 15px;
	float: left;
	background-color: #F5F5F5;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 15px;
	height: 217px;
	overflow: hidden;
}

.news-item-archive h2 {
	padding: 5px 0 0 0;
	margin: 0 5px 0 5px;
	font-size: 18px;
}

.news-item-archive h2 a {
	text-decoration: none;
	color: #000;
}

.news-item-archive p {
	padding: 5px 0 0 0;
	margin: 0 5px 0 5px;
	font-size: 12px;
}

.news-item-large {
	width: 630px;
	padding-top: 230px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news-item-large-text {
	background-image: url(../images/transp.png);
	width: 610px;
	height: 70px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.news-item-large-text h1 {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.news-item-large-text h1 a {
	color: #FFF;
	text-decoration: none;
}

.news-item-large-text p {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	color: #FFF;	
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.readmore-first {
	text-align: right;
}

.readmore-first a {
	color: #FFF;		
	text-decoration: none;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.readmore {
	float: right;
	font-size: 12px;
	padding-left: 5px;
	background-color: #4B6583;
	width: 56px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.readmore a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.clear {
	clear: both;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

.box {
	background-color: #4B6583;
	color: #FFF;
	padding: 10px 10px 4px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 170px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
}

.box ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}

.box ul li {
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	margin-bottom: 4px;
}

.box ul li a {
	color: #FFF;
}

.box-wide {
	background-color: #4B6583;
	color: #FFF;
	padding: 10px 10px 4px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 610px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
}

.box-wide ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}

.box-wide ul li {
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	margin-bottom: 6px;
}

.box-wide ul li a {
	color: #FFF;
}

.box-front {
	background-color: #4B6583;
	color: #FFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 600px;
	margin-bottom: 10px;
	margin-top: 1px;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
}

.box-front h2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 22px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.box-front h2 a {
	color: #FFF;
}

.box-front h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

/* gamle stiler */

a.valdres {
	background-image: url(../images/valdres.png); 
	width: 170px;
	height: 109px;
	outline: 0;
	display:block;
	text-indent: -9999px;
	margin-top: 1px;
}


a.rgf {
	background-image: url(/images/reisegarantifondet.gif); 
	width: 106px;
	height: 80px;
	outline: 0;
	display:block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#newsarchive-link a {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #FFF;
	display: block;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* Accordion */

/* --------------- Accordian linjesider ------------------- */

.accDivWrapper {
	margin-bottom: 1px;
}

.accDivInner {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.accLink {
	background-color: #4B6583;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 95%px;
	margin-bottom: 1px;
	margin-top: 1px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	background-repeat: repeat-x;
}

a.accLink2 {
	background-color: #777777;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 95%px;
	font-size: 14px;
	margin-bottom: 1px;
	margin-top: 1px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	background-repeat: repeat-x;
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

