/* Default stylesheet */

/* 
#64696e 

*/
body {
	background: #66aabe url(/getfile.php/1044145.1603.cubfrsbsex/bg_1800.jpg) repeat-x;
	color: #64696e;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
}
table,caption,th,td {
	font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum{
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #436f8c; }
a:visited { color: #104669; }
a:hover { }

/* read more.. links */
.link	 { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link {text-decoration: none; }
a.toollink:visited { }
a.toollink:hover {text-decoration: underline; }

/* Copyright, CustomPublish powered link etc.	 */
#cp {color: #497a94; }
#cp a:link { color:#497a94; }
#cp a:visited { color:#497a94; }
#cp a:hover { color:#104669; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { color: #fff; text-align:center;}
.headlinelink:link { color: #fff;text-decoration: none;}
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { color: #fff; text-align: center;}
.headline .headlinelink:link {  color: #fff;text-decoration: none;}
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	 {	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; }
.author { color: #333333; font-size: 10px; }
a.author{text-decoration: none;}
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0 0 15px;
	padding: 4px 0;
	color: #FFF;
}
.headlineview, h1.headlineview {
	font-size: 12px; 
	font-weight: normal; 
	margin: 0px;
	padding: 4px;
	color: #FFF;
	margin-left: 10px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
.ingress {

}
div.ingress {
	margin: 0px; 
	padding: 2px 0px;
}
.ingressview {
color: #000000;
font-style: italic;
}

.inlistingpic img{
margin-right: 10px;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

.articleparagraph {
border: none;
border-bottom:1px solid #FFFFFF;
margin-left:-10px;
padding:3px 0;
width:228px;
overflow: hidden;
}
.viewarea .articleparagraph{
width:auto;
}

.articleparagraph:last-child {
border-bottom:none;
}

.four0 .articleparagraph {
width: 179px;
overflow: hidden;
}

.paragraphheadline {
margin:0 10px;
}
.paragraphtext {
margin: 0 10px;
}

.paragraphimage {
margin: 0 0 5px 0;
clear:both;
float:none !important;
}
.four0 .paragraphimage {
margin-left: -10px;
}


/* SECTION: viewarea block/spacing elements */

.needspadding {
padding: 5px 15px;
}

.block {
	margin-bottom: 15px;
}

.articleblock .imgwrap{
	text-align: center;
}
.articleblock .imgwrap img{
width: 100%;
vertical-align: top;
}
.articleblock .textwrap{
padding: 0px 10px 5px;
}



/* Full text width if no listing image */
div.articleblock.nopic .textwrap{

}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
.specialoffers .threecol { 
	width: 226px;
	float: left;
	position: relative;
	display:inline;
	margin:0;
}
div.threecol .treble0 { 
	clear: both;
}
div.threecol .treble1 { 
	margin-right: 0;
}
.specialoffers .treble1 {
border: none;
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
}
div.threecol .treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
/* 4-spalter */
.fourcol { 
	float: left;
}

.fourcol.four0 { 
	clear: both;
	width: 180px;
}
.fourcol.four1 { 
	margin-right: 0;
	width: 228px;
}
.fourcol.four2 {
	margin-right: 0;
	width: 226px;
}
.fourcol.four3 { 
	clear: right;
	float: right;
	margin-right: 0;
	width: 225px;
}

.frontpagearticlelist .articleblock {
padding: 0px;
margin:0px 0 0;
}
.frontpagearticlelist .four0 .articleblock { 
border: none;
border-right: 1px solid #FFF;
width: 179px;
}
.frontpagearticlelist .four1 .articleblock{ 
background: #dbdcdc;
border: none;
border-right: 1px solid #FFF;
width: 228px;
}
.frontpagearticlelist .four2 .articleblock{ 
border: none;
border-right: 1px solid #FFF;
width: 228px;
}
.frontpagearticlelist .four3 .articleblock{ 
border: none;
background: #dbdcdc;
width: 225px;
}
.frontpagearticlelist .four0 .articleblock{
background: #416B86;
color: #FFF;
}

.frontpagearticlelist .four0 .articleblock a{
color: #FFF;
}


div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px solid #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 100%;
	background: url(/getfile.php/1044134.1603.fybwscqfeu/Essens_bkg1800.jpg) no-repeat center top;
	height: 100%;
	min-height: 700px;
}
#page .inner {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1024px;
}
#topbar {
height: 15px;
padding: 5px;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 151px;
	position: relative;
	background: #FFF;
	zoom: 1;
}
.frontpagearticlelist,.viewarea {
background-image: url(/getfile.php/1043698.1603.paecfeaqyr/frontpagrheadingbg.png);
background-repeat: no-repeat;
background-position-x: 0;
background-position-y: 0;
border: none;
border-top: 1px solid #FFF;
zoom: 1;
}

#topnav ul {
	list-style: none;
}

#topnav ul li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 3px 0;
}
#topnav ul li a{
	color: #fff;
	display: block;
}

#navbar {
	float: left;
	margin: 50px 0px;
	width: 154px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

#navbar .navbartop {
background: url(/getfile.php/1043103.1603.ctaedxeete/navbartop.png) no-repeat left;
width: 154px;
height: 10px;
margin-bottom: -1px;
}

#navbar .navbarbottom {
background: url(/getfile.php/1043102.1603.creqseefef/navbarbottom.png) no-repeat left;
width: 154px;
height: 28px;
}
#navbar ul {
list-style: none;
border: none;
border-left: 4px solid #FFF;
background: #c9cbcc;
margin-top: -1px;
}

#navbar ul li {
padding:0px;
}
#navbar ul li a {
display: block;
padding: 5px 5px 5px 10px;
color: #2f2f2f;
font-size: 14px;
border: none;
border-bottom: 1px solid #ffffff;
}

#navbar ul li li a {
border: none;
}

#navbar ul li a.lastitem {
border: none;
}

#navbar ul li a.lastitem {
border: none;
}

#navbar ul li.menulevel1.lastitem {
padding-bottom: 3px;
}

#navbar ul li a.itemselected,#navbar ul li ul li.menulevel1 {
background: #69b0c2 url(/getfile.php/1043107.1603.frcubfrusy/navbar_active.png) repeat-y;
color: #FFF;
border: none;
}
#navbar ul li ul li a.menulevel1 {
color: #FFF;
padding: 3px 0;
background: transparent;
margin-left: 20px;
font-size: 12px;
}

#navbar ul li ul li a.itemselected {
color: #FFF;
border-bottom: 1px solid #FFF;
}
#navbar ul li.menulevel0.itemselected.hassubitem.itemselectedcurrent.itemexpanded {
border: 0;
border-bottom: 1px solid #fff;
}

#navbar .submenu {
padding:0;
border: 0;
}

#content {
float: left;
width: 870px;
}
#content .contentbottom {
background: url(/getfile.php/1043150.1603.wbswbpbsuu/contentbottom.png);
width: 870px;
height: 11px;
}

#content .contenttop {
background: url(/getfile.php/1043153.1603.bywfcprufa/contenttop.png);
width: 870px;
height: 11px;
}
#content .contentinner {
border-left: 4px solid #fff;
border-right: 4px solid #fff;
background: #cccecf;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
.specialoffers {
	/*float: right;*/
	width: 682px;
	height: 158px;
	position: absolute;
	left: 182px;
	top: -7px;
	color: #3d444a;
	background: #FFF;
	overflow: hidden;
	right:0;
	z-index: 5;
	zoom: 1;
}
/*
.specialoffers .info {
  padding: 0px;
  position: relative; 
  zoom: 1;
}
*/

/* Endret fra 70px til 158px Kent-Ole 02.02.2010*/
.specialoffers .opacity {
	background: transparent url(/getfile.php/1043424.1603.udfyadfxub/opacity80.png) left top repeat;
	height: 158px;
	width: 100%;
	display: block;
	z-index: 15;
	position: relative;
}
.specialoffers div.textwrap {
	position: absolute;
	padding: 10px 5px;
	left: 5px; 
	top: 5px; 
}
/* .specialoffers .info img { position: relative; z-index: 5; } */

.specialoffers h2.offer a {
	font-weight: normal;
	color: #3d444a;
	text-decoration: none;
	font-size: 18px;
}

.specialoffers .pic {
	/*width: 228px;*/
	/* height: 103px; */
	overflow: hidden;
	position: absolute;
	z-index: 5;
	height: 682px;
}

#main {
	width: 862px;
	position: relative;
	z-index: 3;
	min-height:200px;
	
}
#bottomsection {
width: 862px;
background: #3a6887 url(/getfile.php/1043668.1603.vsuqtsbtac/bottomsectionbg.png) repeat-x top;
height: auto;
position:relative;
bottom: 0;
color: #FFF;
border: none;
border-top: 1px solid #FFF;
}


#bottomsection h3 a,#bottomsection h3 {
color: #FFF;
font-weight: normal;
text-decoration: none;
padding: 2px 10px;
margin: 0;
}
#footer {
	clear: both;
	text-align: center;
	padding: 5px;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
#path{
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu{
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}
#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}