/* Reset
----------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,select,option,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}
#content ul{
 list-style: disc;
padding-left: 30px;
}
#content ol{
 list-style-type: decimal;
padding-left: 30px; 
}
img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}


.floatleft {
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}

.clear {
	clear:both;
}


.clearfix {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
 }


.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 10px 10px;

}

hr {
	display:block;
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #eaeaea;
	padding:0px 0px 0px 0px;
	margin:-5px 0px 8px 0px;
	overflow:hidden;
}


.divider {
	border-bottom:1px solid #535f74;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 13px 0px;
	text-align:center;
}


/* END Reset
----------------------------------------------------------------------------------------*/


/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/



body {
	background:url(../images/body_bg.gif) repeat-x 0 0 #00252e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
}


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

a:hover, a:active {
	
	text-decoration:underline;
}


p {
	line-height:16px;
	padding:0 0 15px 0;
}

/* Headings */



h4 {
	font-size:14px;
	color:#000;
	line-height:20px;
	margin:0 0 8px 0;
	letter-spacing:0;
}


h5 {
	font-size:12px;
	color:#000;
	line-height:14px;
	margin:0 0 4px 0;
	font-weight:bold;
}


/* Wrappers */


#wrapper {
	width:981px;
	margin:0 auto;
	padding:0;
	text-align:left;

}




/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/


/* START HEADER STYLES
----------------------------------------------------------------------------------------*/


#header {
	background:url(../images/header_bg.png) no-repeat 0 0;
	width:959px;
	height:161px;
	padding:0 11px;
	position:relative;
	z-index:3;
}

#header-top {
	width:959px;
	height:90px;
	overflow:hidden;
	position:relative;
	z-index:3;
	margin:0 0 3px 0;
}


#logo {
	width:404px;
	height:66px;
	float:left;
	margin:24px 0 0 29px;
	display:inline;
}


/* languange */


#languange {
	background:url(../images/language_bg-n.png) no-repeat 0 0;
	width:366px;
	height:34px;
	position:absolute;
	top:0;
	right:0px;
	float:right;
	margin:0 0px 0 0;
	padding:4px 0px 0 22px;
}

#languange span {
	float:left;
	margin:4px 10px 0 0;
	font-size:10px;
	line-height:10px;
}

#languange a {
	display:block;
	float:left;
	margin:3px 5px 0 0;
}


/* newsletter */


#newsletter {
	width:252px;
	float:right;
	margin:50px 10px 0 0;
	display:inline;
}

#newsletter form input.text-box {
	width:91px;
	height:15px;
	float:left;
	background-color:#f2f2f2;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c2c2c2;
	padding:0 4px 0 4px;
margin-right: 3px;
}

#newsletter form input.submit-btn {
	width:42px;
	float:left;
	height:15px;
	background-color:#5dbf48;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 4px 0 4px;
	color:#ffffff;
	cursor:pointer;
}


/* nav */

.nav {
	width:959px;
	background:url(../images/navbar.png) no-repeat 0 0;
	height:49px;
	padding:13px 0 0 0;


}

.nav ul li {
	float:left;
	position:relative;
	display:inline;
}

.nav ul li a {
	font-size:12px;
	padding:10px 0 12px 0;
	display:block;
	line-height:14px;

}

.nav ul li#nav-about a {
	width:247px;
	text-align:center;
	margin:0 2px 0 0;
}

.nav ul li#nav-sus a {
	width:138px;
	text-align:center;
	margin:0 2px 0 0;

}

.nav ul li#nav-location a {
	width:130px;
	text-align:center;
	margin:0 2px 0 0;

}

.nav ul li#nav-quick a {
	width:146px;
	text-align:center;
	margin:0 3px 0 0;

}


.nav ul li a:hover {
	text-decoration:none;
	background:url(../images/nav_hover.jpg) repeat-x 0 0;
	display:block;
	color:#000000;
}

.nav ul li a.active {
	text-decoration:none;
	background:url(../images/nav_hover.jpg) repeat-x 0 0;
	display:block;
	color:#000000;
}


/*1st sub level menu*/
.nav ul li ul{
	width:160px;
	position: absolute;
	left: 0;
	margin:0 0 0 0px;
	padding:5px 5px 0 5px;
	display: block;
	background:url(../images/dropdown_bg.png) repeat 0 0;
	visibility: hidden;
	height:auto;
	border:none;
}



/*Sub level menu list items (undo style from Top level List Items)*/
.nav ul li ul li {
	display: list-item;
	float: none;
	background:none;
	margin:0;
	background:url(../images/dropdown_divider.png) repeat-x 100% 100%;
	padding:0 0 6px 0;
	margin:0 0 4px 0;
}

.nav ul li ul li.last {
	display: list-item;
	float: none;
	background:none;
	margin:0;
	background:none;
	padding:0 0 6px 0;
	margin:0 0 0px 0;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.nav ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
#header .nav ul li ul li a {
	width:160px; /*width of sub menus*/
	padding:0px 5px 0px 5px;
	margin: 0;
	font-size:11px;
	line-height:14px;
	background:none;
	color:#000000;
	text-align:left;
}


#header .nav ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	color:#ffffff;
	background:none;

}


/* search */


.search {
	float:right;
	background:url(../images/search_bg.gif) no-repeat 0 0;
	width:127px;
	height:15px;
	margin:6px 9px 0 0;
	display:inline;
}


.search form input.text-box {
	width:94px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	background:none;
	font-size:11px;
	padding:0 5px 0 5px;
	border:none;
}

.search form input.submit-btn {
	background:url(../images/search_btn.gif) no-repeat 0 0;
	width:12px;
	height:12px;
	display:block;
	float:left;
	border:none;
	font-size:0;
	text-align:left;
	text-indent:-1000px;
	cursor:pointer;
	margin:2px 0 0 0;
	letter-spacing:16px;
}


/* END HEADER STYLES
----------------------------------------------------------------------------------------*/


/* START MAINBODY STYLES
----------------------------------------------------------------------------------------*/

#mainbody {
	width:959px;
	padding:0 11px 0 11px;
	background:url(../images/main_body_bg_new_3.png) repeat-y 0 0;
	margin:-20px 0 40px 0;
	float:left;
	position:relative;
}

#filler {
	width:183px;
	height:141px;
	position:absolute;
	bottom:33px;
	left:11px;
	z-index:1;
	background:url(../images/filler.jpg) no-repeat 0 0;
}

#main-content {
	width:901px;
	overflow:hidden;
	padding:15px 29px 80px 29px;
	position:relative;
	z-index:2;
}


#content-bar {
	background:url(../images/content_top.png) no-repeat 0 0;
	width:901px;
	height:57px;
	margin-top: 0;
	padding:0px 29px 0 29px;
	overflow:hidden;

}

#content-bar h4.welcome {
	float:left;
	margin:13px 0 0 0;
font-weight: bold;
}

#content-bar h4.news {
	float:right;
	width:204px;
	padding:13px 0 0 20px;
	height:30px;
}

.gallarytxt {
	z-index: 9999;
	visibility: visible;
	position:absolute;
	clear: both;
	padding-top: 284px;
	padding-left: 25px;
	color: #FFF
}


/* content */


#content {
	width:457px;
	float:left;
	padding:0 50px 0 15px;
}
#content-full {
	width:901px;
	float:left;
	padding:0 5px 0 15px;
}

/* sidebar */

#leftside{
 width: 169px;
 float: left;
height: 100%;
}

#sidebar {
	width:204px;
	float:right;
}


/* Bottom Content */

#bottom-content {
	width:901px;
	background:url(../images/bottom_bg.png) no-repeat 0 0;
	height:47px;
	margin:0 0 -15px 0;
	padding:25px 29px 0 29px;
	position:relative;
	z-index:2;
}

#pagemenu{
position: relative;
left: -30px;
top: -20px;
}
#pagemenu li{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
background: url(../images/undirmenu-knappa-skjiljari.jpg) no-repeat bottom center;
font-size: 11px;
}
#pagemenu li.subs{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
background: none;
font-size: 11px;
}
h1{
font-size: 13px;
font-weight: bold;
color: #333;
}
#pagemenu li a:hover{
 color: #ed3424;
}
.livebar {
	position: relative;
	top:0;
	background: #000;
	color: #fefefe;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	font-size: 11px;
	margin: 0 auto;
	}
	
.livebar a {
	text-decoration: underline;
	color: #baf800;
	padding-left: 15px;
	font-weight: bold;
	}
	
.livebar a:hover {
	text-decoration: none;
	color: #fff;
	}
.sub_active{
color: #ed3424;
}
.unfocus_more_item{
	font-size: 11px;
	width: 199px;
	display: table;
	float: left;
}
.unfocus_more_item h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;	
}
.unfocus_more_item h6{
font-size: 11px;
padding-top: 2px;
padding-bottom: 12px;
color: #ed3324;
font-style: italic;
}
.unfocus_more_item h6 a{
	color: #ed3324;
}
.unfocus_more_h_split{
	width: 197px;
	border-top: 1px solid #eaeaea;
	display: table;
	position: relative;
	padding-bottom: 10px;
	height: 1px;
	float: left;
}