/* Default stylesheet */
body {
	background-color: #fff;
	color: #404040;
	font-family: Verdana, Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
table,caption,th,td, input {
	font-size: 1.0em; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

.hide {
	display: none;
}
.showadmin {
	display: block;
}

h4.blueTitle{
	background: url(https://img0.custompublish.com/getfile.php/1412937.1760.ffpsywetvu/h4_blueTitle.gif) top left repeat-x;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	height: 30px;
	line-height:30px;
	font-size: 0.9em;
	text-transform: uppercase;
	}
	h4.blueTitle a{color:#fff; text-decoration:none;}


	
.ppt168232 h4.blueTitle{
	background: url(https://img0.custompublish.com/getfile.php/1370997.1760.yytubvqtww/h4_blackTitle.png) top left repeat-x;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	height: 30px;
	line-height:30px;
	font-size: 0.9em;
	text-transform: uppercase;
	}	
/* 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;
}
.body h2, .body h3, .body h4, .body h5, .body h6{
	color: #333333;
}
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;
}

a.logo{
	position: absolute;
	top: 35px;
	right: 95px;
}
a.logo.skole{
	right: 160px;
}

a.logo_liten{
	position: absolute;
	top: 55px;
	right: 25px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #0075b5; text-decoration:underline;}
a:visited { color: #0075b5; text-decoration:underline;}
a:hover { color:#40a0d5;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected:hover {text-decoration: underline;}

a.rss{background:url(https://img0.custompublish.com/getfile.php/1402095.1760.qseeaavtcx/rss.png) left center no-repeat; padding:5px 0 5px 25px;
color:#0075b5; text-decoration: none;}
a.rss:hover{text-decoration:underline; color:#0075b5;}

/* Printable/tell a friend links	*/
.toollink { text-decoration:none;}
a.toollink:link {text-decoration:none; }
a.toollink:visited { text-decoration:none;}
a.toollink:hover {text-decoration:none; }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {text-decoration:none; }
.headlinelink:link {text-decoration:none; }
.headlinelink:visited { text-decoration:none;}
.headlinelink:hover {text-decoration:underline; }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.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; }

a.scaletext, a.scaletext:hover {
   cursor: pointer;}
#scalenormal {
   font-size: 12px;
}
#scalelarge {
   font-size: 16px;
}
#scalelargest {
   font-size: 20px;
}

/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.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: 25px 0px; }
div.tool { margin: 2px 0px; }
#skiplink a{
  position: absolute;
	top: -190px;
}
#skiplink a:focus, #skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
div.pagebar { padding: 0px; clear: both; text-align:right;}
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */

.pagelogo {
}

div.pagelogo {
   
    max-width: 100%;
}
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
	font-size: 2.0em;
	font-weight: lighter;
	line-height: 1.1;
	color: #444;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 10px 0px; 
	padding: 0px;
	font-size: 1.2em;
}
p.byline, .byline {
	margin: 0px; padding: 3px 10px;
	background: #eee;
	clear: both;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}

div.articleimage { 
	float: left;
	margin: 0 5px 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.viewarea{
	padding: 10px 0;
}
.viewarea .imgwrap {
   margin-right: 10px;
   margin-bottom: 10px;
   float: right;
}

.page185971 .block, .page185971 .articleblock{
	margin-bottom: 2px !important;
}

.block, .articleblock {
	margin-bottom: 15px;
}

.imgwrap img{
	border: 1px solid #ccc;
	padding: 1px;
	max-width: 100%;
	height: auto;
}
.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}

.articleblock .imgwrap2{
	float: right;
	width: 16%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

.articleblock .pad{
	float: left;
	width: 80%;	
	margin-top: 10px;
}

.articleblock .textwrap {
	float: right;
	width: 63%;
	margin-top: 10px;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

div.articleblock.nopic.aktuelt{width:350px; float:left;}
div.articleblock.nopic.aktuelt.article0, div.articleblock.nopic.aktuelt.article2{margin-right:10px;}

div.articleblock.nopic.intra{width:230px; float:left;}
div.articleblock.nopic.intra.article0, div.articleblock.nopic.intra.article2{margin-right:10px;}

ul.articleList{
	list-style: none;
	margin: -10px 5px 10px;
	padding: 0;
}
ul.articleList li{
	padding: 4px 0;
	background: url(https://img0.custompublish.com/getfile.php/1371019.1760.wxrapuxset/bg_dotted.png) bottom left repeat-x;
}
ul.articleList li.

/* 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%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background: url(https://img0.custompublish.com/getfile.php/1371019.1760.wxrapuxset/bg_dotted.png) bottom left repeat-x;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin:0 5px 10px;
}
div.body {
	clear: both; 
	margin: 10px 0px 10px 0px;
	line-height: 130%;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
.clearfix.roundBottom{
	height: 10px;
	clear: both;
	font-size: 1px;
	background: url(https://img0.custompublish.com/getfile.php/1369619.1760.erufabaucp/bg_roundBottom.gif) bottom left no-repeat;
	width: 970px;
}

div.articleparagraph {
	margin: 4px 0 16px;
}

/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#topContainer{
	text-align: center;
	padding-bottom: 10px;
	background:#eee;
	/*background:url(https://img0.custompublish.com/getfile.php/1414614.1760.xwxvsadcqd/bg_body2.gif) top left repeat-x #eee;*/
}
.paragraphimage {
	float: left;
	clear: left;
	width: 250px;
}
.paragraphtext {
	/*float: right;*//* removed because of googlemap size */
	clear: right;
	width: auto;
	
}
.haschild .paragraphtext {
	width: 479px;
}
#page{
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background: url(https://img0.custompublish.com/getfile.php/1369613.1760.qyvrcxfrsu/bg_page.gif) top left repeat-y #fff;
}
#header{
	width:100% ;
	background:url(https://img0.custompublish.com/getfile.php/2093210.1760.eatwcruaqe/strandlinje_høst2012.jpg) top left no-repeat;
	height:190px ;
	position:relative;
}


/*#page.ppt164473 #header a.logo,
.ppt173940 #header a.logo
{display:none;}*/

#top {
	margin: 0px;
	padding: 0px;
}
#topNav {
color: #fff;
font-size: 0.9em;
width: 950px;
text-align: right;
padding: 0 10px;
height:28px;
line-height:28px;
}
.aScale{position:absolute; top:3px; right:150px;}
#middle {
}
#navbar {
	float: left;
	padding:10px 0 10px 0;
	width: 200px;
}
.frontpage.articlelisting #navbar, .page184263 #navbar, .page185971 #navbar{
	display: none;
}
#main {
	float: left;
	width: 540px;
	padding: 10px 10px 0;
}
.frontpage.articlelisting #main, .page185971 #main{
	width:760px;
	padding:0;
	
}



/* #main when no sidebar */
.page184263 #main {
	width: auto;
	float: none;
}


#leftColumnWrapper{
	float: left;
	width: 760px;
	overflow: hidden;
	padding:10px 0 0;
}
.page184263 #leftColumnWrapper {
	width: auto;
	float: none;
}
.inner{
	margin: 0 5px;
}

.mainWindow{
	width: 750px;
	background: #eee;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #leftColumnWrapper {
	float: none;
	width: auto;
}

.widemain #main {
	float: right;
	width: 740px;
}
.widemain #mainsidebar, .page184263 #mainsidebar {
	display: none;
}

#mainsidebar {
	float: right;
	width: 200px;
	padding:10px 0 0;
}
#footerContainer{
	background: url(https://img0.custompublish.com/getfile.php/1369630.1760.upsvqtvpvw/bg_topContainer.gif) top left repeat-x;
	padding: 2px 0 30px;
	text-align: center;
	width: 100%;
}
#footer {
	clear: both;
	text-align: center;
	width: 950px;
	margin: 0 auto;
	padding: 10px 10px 30px;
	font-size: 0.9em;
	overflow: hidden;
}
#footer .leftDiv{xfloat:left; width:100%; text-align:left; padding-top:10px;}
#footer .bannerDiv{
xfloat:right;
text-align:right;
width:100%;
}
#footer .bannerDiv a{margin-left:10px;}

	#footer .leftSpan{
		float: left;
		text-align: left;
		}
	#footer .rightSpan{
		float: right;
		text-align: right;
		}	
/* SECTION: Sidebar */
.sidebar {
}

.sidebarelement img{
	max-width: 180px;

}

.skolelogo{
	padding: 5px 30px;
}

.box {
	padding: 0px;
	margin: 0 0 10px;
	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 */

.inBox{
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0;
}
.inBox.important{background:#eee;}

.inBox.center{text-align:center;}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16, .col17, .col18
, .col19, .col20, .col21, .col22, .col23, .col24, .col25, .col27{
	display: inline-block;
	margin: 0 5px 10px;
	float: left;
	xbackground: #eee;
}
.col29 {
	display: inline-block;
	margin: 0 5px 10px;
	float: right;
	width: 243px;
}

	.col1{width:30px;}
	.col2{width:70px;}
	.col3{width:110px;}
	.col4{width:150px;}
	.col5{width:190px;}
	.col6{width:230px;}
	.col7{width:270px;}
	.col8{width:310px;}
	.col9{width:350px;}
	.col10{width:390px;}
	.col11{width:430px;}
	.col12{width:470px;}
	.col13{width:510px;}
	.col14{width:550px;}
	.col15{width:590px;}
	.col16{width:630px;}
	.col17{width:670px;}
	.col18{width:710px;}
	.col19{width:750px;}
	.col20{width:790px;}
	.col21{width:830px;}
	.col22{width:870px;}
	.col23{width:910px;}
	.col24{width:950px;}
	.col25{width:558px;}
	.col27{width:180px}
	
	.col28{width: 558px;}
	.col29{width: 180px;}
.col6.footerBox{margin-bottom:0; width:243px;}
.col5.footerBox{margin-bottom:0;}
.footerBox .inBox{position:relative;}
.footerBox .inBox .icon{position:absolute; z-index: 98;}
	.footerBox .inBox .icon.akkurat{background:url(https://img0.custompublish.com/getfile.php/1466984.1760.frwcvdbabv/icon_akkurat_no.png) top left no-repeat; width:30px; height:30px;  top:-32px; right:5px; }
	.footerBox .inBox .icon.opplev{background:url(https://img0.custompublish.com/getfile.php/1466991.1760.wapqpbtcsv/icon_opplev.png) top left no-repeat; width:30px; height:30px;  top:-32px; right:5px;}
	.footerBox .inBox .icon.media{background:url(https://img0.custompublish.com/getfile.php/1467007.1760.pvubqydxbs/icon_media.png) top left no-repeat; width:30px; height:30px;  top:-32px; right:0;}
	.footerBox .inBox .icon.calendar{background:url(https://img0.custompublish.com/getfile.php/1467020.1760.wftwycyacs/icon_calendar.png) top left no-repeat; width:30px; height:30px;  top:-32px; right:0; }

	
#intrablogcontainer div.blogpost{
	position: absolute;
	/*min-height: 70px;*/
	padding: 20px;
	background-color: #fff;
	width: 300px;
	z-index: 100;
}	
#intrablogcontainer div.emptywarning{
	padding: 20px;
	
}
#intrablogcontainer div.blogpost .close {
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	right: 2px;
	top: 0px;
}
#intrablogcontainer div.blogpost .close, #intrablogcontainer div.blogpost .close:hover {
	cursor: pointer;
}
	
#sitetools{
	border-bottom: 1px solid #dfdfdf;
	margin: 0 10px;
	padding: 5px 0;
	width: 950px;
	overflow: hidden;
}
.frontpage #sitetools{display:none;}

#sitetools.school{	border-top: 1px solid #dfdfdf;}

#flags{position:absolute; top:7px; right:200px;}

#colortools{position:absolute; top:5px; right:70px;}
#path {
float:left;
padding-top:5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
#path a{text-decoration:none;}

.frontpage #path{display:none;}

ul#mainmenu{
	list-style: none;
	margin: 0 10px;
	padding: 0;
	border-bottom: 2px solid #000;
	overflow: hidden;
	width: 950px;
	}
	ul#mainmenu li{
		margin: 0 2px 0 0;
		padding: 0;
		float: left;
		display: inline;
		}
		ul#mainmenu li a{
			color: #000;
			text-decoration: none;
			background: #dcdcdc;
			padding: 0 8px;
			display: inline-block;
			height: 2.5em;
			line-height: 2.5;
			color:#555;
			font-weight:bold;
			}
				ul#mainmenu li a:hover, ul#mainmenu li.itemselected a{
					background: url(https://img0.custompublish.com/getfile.php/1442204.1760.fuaaxucqwb/bg_menu_a_hover.gif) top left repeat-x #0067a8;
					color: #fff;
					text-decoration:none;
					}
			
			
			
			
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;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.childmenu, .xxbox ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.childmenu li, .xxbox ul.menu li {
	margin: 0;
	padding: 4px 0;
	border-top: 1px solid #ddd;
}
ul.childmenu li.menulevel0.firstitem, .xxbox ul.menu li.menulevel0.firstitem {
	border: none;
}
ul.childmenu li.lastitem, .xxbox ul.menu li.lastitem {
	padding-bottom: 0;
}
ul.childmenu li a, .xxbox ul.menu li a {display:inline-block;}
ul.childmenu li.itemselected a.menuitemselected,  .xxbox ul.menu li.itemselected a.menuitemselected{
	font-weight: bold;
}

ul.childmenu ul, .xxbox ul.menu ul {
	margin: 4px 0 0;
	padding: 0;
}
ul.childmenu ul ul, .xxbox ul.menu ul ul {
	padding-left: 10px;
}
ul.childmenu ul li a, .xxbox ul.menu ul li a {
	background: url(https://img0.custompublish.com/getfile.php/1371523.1760.pbvyupysty/bg_bullet.png) 0 5px no-repeat;
	padding-left: 10px;
	margin: 0 5px;
}

		

.page187041 .col5.childmenubox {
	margin-bottom: 0;
}
		
.page187041 .childmenubox .inBox {
	border-bottom: none;
	padding-bottom: 0;
}
		
.page187041 .menuwrap .inBox {
	padding-top: 0;
}
		
ul.btnMenu{
	list-style: none;
	margin: 0 5px 10px;
	padding: 0;
}
	ul.btnMenu li{
		margin: 0;
		padding: 4px 0;
	}
		ul.btnMenu li a{
			display:block; 
			width:140px; 
			height:30px; 
			line-height:30px;
			background:url(https://img0.custompublish.com/getfile.php/1370693.1760.tpwxawutbw/btnMenu_li_a.gif) top left no-repeat;
			padding: 0 10px 0 40px;
			color: #333;
			text-decoration: none;
			}

		

#topmenu {
	list-style-type: none;
	position:absolute;
	bottom:12px;
	left:10px;
	text-align:center;
	width:600px;
}
#topmenu li {
	display: inline;
}
#topmenu li.lastitem .postfix {
	display: none;
}
#topmenu li a{
	color: #0075b5;
}
#topmenu li a:hover, #topmenu li a.menuitemselected{color:#40a0d5; text-decoration:underline;}
#topmenu li.itemlvlnum4 a{background:url(https://img0.custompublish.com/getfile.php/1467031.1760.eaaevtwurr/icon_weather.gif) left center no-repeat; padding-left:20px;}


#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#searchbox{
	position:absolute;
	bottom:40px;
	left:180px;
}
#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
	background: url(https://img0.custompublish.com/getfile.php/1424019.1760.frubdpwwpx/bg_searchInput_2.gif) top left no-repeat;
	border: 0;
	width: 170px;
	min-height: 22px;
	padding: 0 25px 0 10px;
	margin: 0;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	background: url(https://img0.custompublish.com/getfile.php/1369544.1760.wdtxucrwyc/bg_searchBtn.gif) left center no-repeat;
	border: 0;
	height: 22px;
	color: #fff;
	width: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
}


input.text, textarea{
	background: #FFF;
	border: 1px solid #D1D1D1;
	padding: 4px 6px;
}

/* .cpstext{
	width: 400px;
	
} */

.cpstext .cpstextheading{
	float: left;
	width: 160px;
}

.cpstext .cpsoptionstext input{
	margin-bottom: 10px;
	background-image: url(https://img0.custompublish.com/getfile.php/1604090.1760.actfdwatbt/bg-input2.png); 
}
 

.cpselementcontainer .
.cpsoptions.cpsoptionstext{
	margin-bottom: 10px;
}

.cpsimpleform .cpssubmit{
	background-image: url(https://img0.custompublish.com/getfile.php/1603969.1760.vdbdexrfbs/submit_Malvik.png);
	border: none;
	padding: 24px;
	width: 130px;
}

.cpsimpleform .cpssubmit:hover{
background-image: url(https://img0.custompublish.com/getfile.php/1604049.1760.yyvxbtyrww/submit_Malvik_dark.png);
}


.attachments{margin-bottom:10px;}

/* 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: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }
.weatherBox{
	float: left;
	font-size: 0.9em;
}
table.weathertablefivedays { }
.weathersymbolname, .weatherwindspeed{
	display: none;
}
.weatherlocname{font-weight: bold;}
.weatherdayname{
	float: left;
}

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%;
}



#loopedslider {
	clear: both;
	margin: 5px;
	position: relative;
	width: 750px;
}
.container {
    width:750px;
    height:275px;
    overflow:hidden;
    position:relative;
}
.slides {
    position:absolute;
    top:0;
    left:0;
    height: 240px;
  }
.slides .slide {
    position:absolute;
    top:0;
    width:750px;
    display:none;
}
.slides .slide .slidetext{
    position:absolute;
    top:10px;
    left: 360px;
    padding: 0px;
    width:370px;
    z-index: 2;
    color: #666;
    font-size:1.2em;
}
.slides .slide.nopic .slidetext{
position:absolute;
top:10px;
left: 10px;
padding: 0px;
width:370px;
z-index: 2;
color: #666;
}
.slides .slide h2{
    font-size:2.0em;
    font-weight:lighter;
}
.slides .slide h2 a{color: #666;}
.slides .slide img.dynimage{border:1px solid #dfdfdf; padding:1px;}
ul.pagination {
	list-style: none;
	padding: 0; margin: 0;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
ul.pagination li {
	float: left;
	margin-right: 6px;
}
ul.pagination li a{
	background: url(https://img0.custompublish.com/getfile.php/1394373.1760.dsawrsysxf/slider_btn.gif) no-repeat;
	width: 19px;
	height: 16px;
	display: block;
	text-align:center;
	padding-top:3px;
	color:#666;
	text-decoration:none;
	
}
ul.pagination li.active a {
	background: url(https://img0.custompublish.com/getfile.php/1394372.1760.wsbxqsdefw/slider_btn_hover.gif) no-repeat;
	color:#333;
	text-decoration:none;
}


ul.hurtigmenu{
	list-style:none;
	margin:0 5px;
	padding:0;
	width: 190px;
	}
	ul.hurtigmenu li{
		margin:0 0 5px;
		padding:0;
		}
		ul.hurtigmenu li a{display:block; height:30px; line-height:30px; padding-left:40px; color:#000;}
		ul.hurtigmenu li a:hover{}
		ul.hurtigmenu li.itemlvlnum1 a, ul.hurtigmenu li.itemlvlnum6 a, ul.hurtigmenu li.itemlvlnum11 a{
			background: url(https://img0.custompublish.com/getfile.php/1442233.1760.tfcsxcexcs/bg_hurtig_sprites.gif) 0 0 no-repeat;
			}
		ul.hurtigmenu li.itemlvlnum2 a, ul.hurtigmenu li.itemlvlnum7 a, ul.hurtigmenu li.itemlvlnum12 a{
			background: url(https://img0.custompublish.com/getfile.php/1442233.1760.tfcsxcexcs/bg_hurtig_sprites.gif)  0 -30px no-repeat;
			}
		ul.hurtigmenu li.itemlvlnum3 a, ul.hurtigmenu li.itemlvlnum8 a, ul.hurtigmenu li.itemlvlnum13 a{
			background: url(https://img0.custompublish.com/getfile.php/1442233.1760.tfcsxcexcs/bg_hurtig_sprites.gif) 0 -60px no-repeat;
			}
		ul.hurtigmenu li.itemlvlnum4 a, ul.hurtigmenu li.itemlvlnum9 a, ul.hurtigmenu li.itemlvlnum14 a{
			background: url(https://img0.custompublish.com/getfile.php/1442233.1760.tfcsxcexcs/bg_hurtig_sprites.gif) 0 -90px no-repeat;
			}
		ul.hurtigmenu li.itemlvlnum5 a, ul.hurtigmenu li.itemlvlnum10 a, ul.hurtigmenu li.itemlvlnum15 a{
			background: url(https://img0.custompublish.com/getfile.php/1442233.1760.tfcsxcexcs/bg_hurtig_sprites.gif) 0 -120px no-repeat;
			}
			
			
ul.smallList{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.smallList li{
	border-bottom: 1px solid #f1f1f1;
	padding: 5px 0;
}
ul.smallList li a{text-decoration:none;}
ul.smallList li:first-child{
	padding-top: 0;
	}
ul.smallList li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
	}
ul.smallList li.odd1{background:#eee;}
	
	
#calendarWrapper{

}
.monthlycalendar{
	background: #f1f1f1;
	width: 160px;
	padding: 5px;
	}
.calendarcell.odd0{
	float: left;
	margin-bottom: 10px;
}	
.calendarcell.odd1{
	width: 160px;
	margin-bottom:10px;
	}
	.calendarcell.odd1 ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


ul.navpointlist {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	margin: 5px 0 15px;
	padding: 0;
}
ul.navpointlist li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.articlelist {
	list-style-type: none;
	margin: 5px 0 15px;
	padding: 0;
}
ul.articlelist li{
	padding: 0;
	margin: 2px 0;
}
ul.articlelist li.navpoint{
	background-color: #CCCCCC;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0 5px;
	padding: 2px 5px;
}

div.utvalgsak {
	border-bottom: 1px solid #999999;
	margin: 0 0 10px;
}
.utvalgsak ul {
	padding: 0 !important;
	margin: 10px 0 15px !important;
}
.utvalgsak ul li div {

}


/*INTRANETT*/
ul#mainmenuIntra{
	list-style: none;
	margin: 0 10px;
	padding: 0;
	border-bottom: 2px solid #000;
	overflow: hidden;
	width: 950px;
	}
	ul#mainmenuIntra li{
		margin: 0 2px 0 0;
		padding: 0;
		float: left;
		display: inline;
		}
		ul#mainmenuIntra li a{
			color: #000;
			text-decoration: none;
			background: #dcdcdc;
			padding: 0 15px;
			display: inline-block;
			height: 2.5em;
			line-height: 2.5;
			color:#555;
			font-weight:bold;
			}
				ul#mainmenuIntra li a:hover, ul#mainmenuIntra li.itemselected a{
					background-color: #FFC12C;
					color: #fff;
					text-decoration:none;
					}

			
h4.intraTitle{
	background: url(https://img0.custompublish.com/getfile.php/1590129.1760.qrtydvwcrb/h4_Title_intra.png) top left repeat-x;
	color: #000;
	margin: 0;
	padding: 0 10px;
	height: 30px;
	line-height:30px;
	font-size: 0.9em;
	text-transform: uppercase;
}

h4.intraTitle a{color:#fff; text-decoration:none;}

.publicuser{
	padding-left: 10px;
}

/* .page185971 #main {
	padding: 10px 0 0;
} */

div.kriseomraade {
	border: 2px solid #006AAA;
	margin: 0 5px 7px;
	min-height: 250px;
	padding: 7px;
}
.kriseomraade > .caption {
	background-color: #006AAA;
	background-image: url(https://img0.custompublish.com/getfile.php/1412937.1760.ffpsywetvu/h4_blueTitle.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: -7px -7px 7px;
	padding: 5px 7px;
	text-transform: uppercase;
}

div.krisenavbar {
	float: left;
	width: 23%;
}
div.krisemain {
	float: right;
	width: 75%;
}
ul.krisemenu {
	background-color: #007BB9;
	padding: 10px;
}

.krisemenu a:link, .krisemenu a:visited, .krisemenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.krisemenu a:hover, .krisemenu a.menuselected:link, .krisemenu a.menuselected:visited {
	text-decoration: underline;
}
div.krise .imgwrap {
	width: 27%;
}
div.krise .textwrap {
	width: 71%;
}
div.krise .imgwrap img {
	border: none;
	margin-top: 0;
}
.krise .headline {
	text-transform: uppercase;
}
.krise a.headlinelink:link, .krise a.headlinelink:visited {
	color: #CC0000;
	text-decoration: underline;
}
.krise .article0 .ingress {
	color: #000000;
}
.krise .article0 .ingress {
	color: #000000;
	font-size: 1.2em;
	font-style: italic;
}
.krise .article0 a.link:link, .krise .article0 a.link:visited, .krise .article0 a.link:hover {
	color: #CC0000;
}
.krise .articleblock {
	margin-bottom: 10px;
}
.krise .articleblock .textwrap {
	margin-top: 0px;
}
/* SHOP4 */
.insertedtocartmsg {
	background-color: yellow;
	padding: 5px; 
	padding: 5px;
	border: 1px solid gray;
}

/* scroll på tavle over en 3-4 saker */
.inBox.tavla {
	max-height: 200px;
	overflow: auto;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #header, #navbar, #mainmenu, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		float: none;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}