/* Default stylesheet */
body {
	background: #DEDEDE;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding-top: 0px;
}
body.needsair {
	padding-top: 70px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family: Arial,"Liberation Sans", "Helvetica Neue",Helvetica,sans-serif;
}

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;
}
/* 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;
	margin-bottom: 25px;
}

li.latestpostsforaid5067302 {
	display: none;
}

/* 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: #0980c4;}
a:visited { color: #7b4e7f; }
a:hover { }

/* 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.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { color: #000; }
.headlinelink:link {color: #000; 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; }


/* SECTION: Standard CP classes*/
div.date, span.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: url(http://img9.custompublish.com/getfile.php/1445603.639.sxqrabqxxx/boxborder-3px.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 16px;
	height: 16px;
}
span.corner.tl { 
	background-position: top left;
	left: -6px;
	top: -6px;
}
span.corner.tr { 
	background-position: top right;
	right: -6px;
	top: -6px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -6px;
	right: -6px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -6px;
	left: -6px;
}


/* 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 { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline,h1.headlineview  {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

.hovedartikkel h1.headline,h1.headlineview  {
	font-size: 40px;
}
.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 {
	font-weight: bold;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
.byline {
	margin: 0px 0px 10px; padding: 0px;
	border: none;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 0;
}
.byline span {
}
.byline span.author a{
	color: #0075dc;
	font-size: 1.2em;
	text-decoration: none;
}
.byline .authorimg {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.byline .authorinfo {
	float: left;
	width: 40%;
}
.byline .sharelinks {
	float: right;
	text-align: right;
	width: 320px;
}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}       

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 300px;
	float: right;
	margin-left: 10px;
}
.articleextra {
	float: right;
	width: 300px;
}
.articleinner {
	float: left;
	width: 380px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
	font-size: 10px;
}

.paragraphpictext{
	padding-left: 15px;
	
}
/* SECTION: viewarea block/spacing elements */
.block, .articleblock, .paragraphpictable {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 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;
}

/* 4-spalter */
.fourcol .articleblock { 
	width: 24%;
	margin-right: 1%;
}
.fourcol .articleblock.pair0 { 
	clear: both;
	float: left;
}
.fourcol .articleblock.pair1 { 
	float: left;
}
.fourcol .articleblock.pair2 { 
	float: left;
}
.fourcol .articleblock.pair3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
.fourcol .movieimg {
	height: auto;
	width: 100%;
}


.hasarticlemedia0 img.dynimage {
	width: 100%;
}

.hasarticlemedia1 img.dynimage {
	display: none;
}
.hasarticlemedia0 a.movie {
	display: none;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #CCC;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
.forum .clearfix {
	font-size: 1.0em;
	height: auto;
}
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	background: #FFFFFF;
	width: 980px;
	padding: 10px 10px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	zoom: 1;
}

.bodyfix{
	height: 70px;
}
#top {
	background: url(http://img9.custompublish.com/getfile.php/1443227.639.rtxsfcpewa/toppbg.jpg) no-repeat;
	margin: 0 ;
	padding: 0px 0 0;
}
.ppt185687 #top {
	background: url(http://img9.custompublish.com/getfile.php/1763299.639.rqysubqrsa/toppbg_gt.png) no-repeat;
}
.logotext {
	float: left;
	width: 330px;
	margin: 15px;
}
.ppt185687 .logotext {
	margin: 45px 15px 15px;
}
.logo {
	float: right;
}


.ppt19218 .articleextra{ width: 100%;} /*Fiks for fullbredde kart*/
#menubar {
	font-size: 13px;
	font-family: Arial, "Liberation Sans", "Helvetica Neue",Helvetica,sans-serif;
}
.mainmenubg {
	background: #ededed url(http://img9.custompublish.com/getfile.php/1443244.639.taueqbacbp/mainmenubg.png) repeat-x;
	
}
ul#mainmenu {
	color: #444;
	
}

ul#mainmenu li{
	float: left;
}

ul#mainmenu li a, ul#mainmenu li.noclick{
	color: #444;
	display: block;
	padding: 10px 8px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFF;
}
ul#mainmenu li a:hover, ul#mainmenu li a.menuselected, ul#mainmenu li.itemselected > a {
	background:	#2b5f0f url(http://img9.custompublish.com/getfile.php/1234472.639.cervsdbtpr/mainmenubghover.png) repeat-x;
	color: #FFF;
	outline:0;
	text-shadow: 0px 1px 1px #153007;
}
.submenubg {
	background: #2b5f0f;
	padding: 4px;
	-webkit-border-radius: 0px 0 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
ul#subnavbar {
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
}
ul.subnavbar li{
	float: left;
	
}

ul.subnavbar li a{
	color: #FFF;
	display: block;
	padding: 4px 10px;
}

ul.subnavbar li a:hover, ul.subnavbar li a.itemselected, ul.subnavbar li.itemselected > a {
	text-decoration: underline;
}

#topnav {
}
#middle {
	padding: 10px 0;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main, .page104716.articleview #main {
	float: none;
	min-height: 500px;
	width: 100%;
}

#mainsidebar .page104716.articleview #mainsidebar {
	float: right;
	width: 180px;
}
.page104716.articleview  .articleinner {
	float: left;
	width: 380px !important;
}

.left1 {
	float: left;
	width: 390px;
}
.left2 {
	float: left;
	width: 730px;
	clear: left;
}
.left3 {
	float: none;
	width: 100%;
	clear: both;
}
.left50 {
	float: left;
	width: 49%;
	clear: left;
}
.right1 {
	width: 230px;
	float: right;
	clear: right;
}
.right2 {
	width: 580px;
	float: right;
	clear: right;
}
.right50 {
	float: right;
	width: 49%;
	clear: right;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main, .nosidebar #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar, .nosidebar #navbar, .nosidebar #mainsidebar, .nosidebar .right1, .widefull .right1 {
	display: none;
}
.widefull #main, .nosidebar #main, .nosidebar .left2, .widefull .left2 {
	float: none;
	width: auto;
}
.nosidebar .articleinner {
	width: 678px !important;
}
.widefull .articleinner {
	width: auto;
	float: none;
}
.page104716.articleview .right1, .page104716.articleview .left2 {
	display: block;
}
.page104716.articleview .right1 {
	width: 230px;
	float: right;
	clear: right;

}
.page104716.articleview .left2 {
	float: left;
	width: 730px;
	clear: left;
}


.ppt26217 .byline{
	display: none !important;
}

#footer {
	clear: both;
	background: #565656;
	color: #FFF;
	padding: 10px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0 ;
}
ul#footermenu {
	list-style: none;
	padding: 0; margin: 0;
}
ul#footermenu li {
	display: inline;
	margin-right: 10px;
}
ul#footermenu li.lastitem {
	margin-right: 0px;
}

ul#footermenu li a, ul.contactmenu li a {
	color: #FFF;
	text-decoration: none;
	
}
ul#footermenu li a:hover, ul.contactmenu li a:hover {
	color: #999;
	text-decoration: underline;
	
}
ul.contactmenu {
	float: left;
	margin: 0px 10px 0 0;
	list-style: none;
	padding: 0;
}
ul.contactmenu .third {
	width: 200px;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	
}

.box .head {

}
.box .cell {
	padding: 5px;
	background: #f2f2f2;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-radius: 0 0 8px 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #e3e3e3;
	border-top: 0;
}

.box#kjopsalgsearchres .cell {
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	
}
.box#bannerlocation28 .cell{
	padding: 0;
}
/*.box#bannerlocation28 .cell img{
	width: 268px;
}*/
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px 6px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 8px 6px;
	margin: 0px;
	background: #4b8d22 url(http://img9.custompublish.com/getfile.php/1234472.639.cervsdbtpr/mainmenubghover.png) repeat-x bottom;
	color: #FFF;
    font-size: 15px;
    text-shadow: 0 1px 1px #274f11;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    font-family: Arial,"Liberation Sans", Helvetica,sans-serif;
}

.box h3 a.headlinelink{
	color: #FFF;	
}

.box.black h3 a{
	color: #666;	
}

.box#bestillab h3{
	line-height: 32px;
	font-size: 15px;
	display: block;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.box#bestillab h3 img{
	line-height: 32px;
	vertical-align: middle;
}

.box h3 a{
	color: #FFF;
	text-decoration: none;
}


#bodybanner{
	background-color: #950004; 
	margin: 0px auto;
	padding-top: 70px;
}
/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
#pathkjopsalg {
	float: left;
	width: 700px;
	color: #FFF;
}
#pathkjopsalg a {
	color: #FFF;
	text-decoration: none;
}
#pathkjopsalg a:hover, #pathkjopsalg a.activepath {
	text-decoration: underline;
}

#pathkjopsalg a.pathnum0 {
	
}
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: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#searchform {
	float: right;
	background: #fff url(http://img9.custompublish.com/getfile.php/1443253.639.wfcwtwwvyw/searcbbar.png) repeat-x;
	width: 260px;
	font-size: 14px;

}
input.searchinput {
	background: transparent;
	border: 0;
	background: transparent;
	vertical-align: middle;
	margin: 0;
	padding: 3px 4px;
	width: 190px;
	float: left;
	
	
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: #21490c url();
	color: #FFF;
	border: 1px solid #132907;
	padding: 3px 8px;
	float: right;
	
	text-shadow: 0px 1px 1px #153007;
}
.weathertabletwodays {
	width: 100%;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertabletwodays { padding: 5px; }
table.weathertabletwodays td{ padding: 0 19px; width: 49%;}
table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}
.weatherlocname {
	display: none;
}

input.newslettersubemail {
	width: 98%;
}

/* 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;
	display: block;
	float: left;
	width: 90px;
	height: 10px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}
.rss {
	float: right;
	text-align: right;
	color: #FFF;
	margin: 2px 10px;
}
.rss a{
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	
}
.rss a img {
	vertical-align: middle;
	
}

.adminbar {
	float: right;
	margin-left: 10px;
}

/* SECTION: banner locations */
.bannerlocation {
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

#bannerlocation1 {
	width: 980px;
	height: 150px;
}
#bannerlocation2 {	
	width: 690px;
/*
	height: 100px;
*/
}
#bannerlocation3, #bannerlocation70 {
	width: 980px;
	height: 100px;
}
/*#bannerlocation10,*/ #bannerlocation11, #bannerlocation60{
	width: 230px;
	height: 110px;
}
#bannerlocation20, #bannerlocation21{
	width: 480px;
	height: 100px;
}
#bannerlocation30, #bannerlocation50, #bannerlocation90, #bannerlocation90  {
	width: 230px;
	height: 230px;
}
/*#bannerlocation41, #bannerlocation100 {
	width: 580px;
	height: 500px;
}*/
#bannerlocation101 {
	width: 580px;
	height: 500px;
}
#bannerlocation80 {
	width: 230px;
	height: 500px;
}
#bannerlocation91, #bannerlocation80 {
	float: right;
	margin-left: 10px;
}
#bannerlocation120 {
	width: 300px;
	height: 250px;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
}

#bannerlocation130{
	height: 1600px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -1000px;
}

.bannerouter {
	position: absolute;
	left: 1010px;
	top: 152px;
	height: 100%;
}
#bannerlocation110, #bannerlocation111, #bannerlocation112 {
	width: 180px;
	height: 500px;
}
#bannerlocation111, #bannerlocation112 {
	position: absolute;
	left: 0;
	top: 510px;
}
.timenow {
	margin: 20px 0;
	text-align: center;
}

.noads .bannerlocation, .searchpage .bannerlocation, .ppt26217 .bannerlocation, .widefull .bannerlocation {
	display: none !important;
}

/* Copyright, CustomPublish powered link etc.	 */
#cp { font-size: 10px; color: #999; }

#cp a{ color: #999;text-decoration: none; }


.kundesenter .headlinelink{
	font-size: 22px;
}
.listingarea.kundesenter {
    float: none;
    width: 980px !important;
}


/* Serviceguiden */		

.logoSG{
	padding: 14px 0px 14px 0px;
	float: left;
	width: 300px;
}
.kjopsalg .avtaler {
	margin-top: 30px;
}
#avtalesearch {
	float: right;
	text-align: right;
	margin: 20px 0; 
}

.visitcard{
 	margin: 0px 0px 15px 0px;
	padding: 16px;
  	position: relative;
 	border: 3px solid #29AAE2;
 	zoom: 1;
	position: relative;
	-moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.visitcard .legend {
	background-color: #fff;
	position:absolute;
	left:700px;
	top: -20px;
}		
	
.visitcard .box{
	padding: 0px;
 	margin: 0px 0px 15px 0px;
  	position: relative;
 	border: 1px solid #29AAE2;
 	zoom: 1;
}

.visitcard .cell{
	padding: 5px;
}

.visitcard .box .cell{
	padding: 5px;
}

.serviceguidelist{
	margin-left: 20px;
}

.serviceguideelement{
	background-color: #F1F8FD;
	padding: 10px 5px 10px 10px;
	width: 27%; 
	float: left;
	margin: 5px 20px;
}

.serviceguideelement a{
	font-size: 105%;
}
.serviceguideelement span{
	color: gray; 
	font-size: 95%;	
}

.serviceguidearticleimg{
	float: right;
	margin-right: 100px;

}
.cpform .cpstextheading {
    font-size: 110%;
    font-weight: bold;
}
label.vertical {
    display: block;
}
span.mandatory {
    color: #DA5A5A;
}
input.text, input.cpstext, textarea, input.cpstextcustom, input#newslettersubemail {
    background: url(http://img5.custompublish.com/getfile.php/1237676.1655.avcybrffyp/inputbg.png) repeat-x center top #FFFFFF;
    border-color: #8E8E8E #E1E1E1 #E1E1E1;
    border-style: solid;
    border-width: 1px;
    margin: 4px 0;
    padding: 6px 4px;
    vertical-align: middle;
}
select {
    font-size: 14px;
    margin: 4px 0;
    padding: 1px 0 0;
}
input.text:focus, input.cpstext:focus, textarea:focus {
    border: 1px solid #85A283;
    box-shadow: 0 0 5px #85A283;
}
input[type="radio"] {
    background: none repeat scroll 0 0 #FFFFFF;
}
input[disabled="disabled"], input.button.disabled {
    background: none repeat scroll 0 0 #E9E9E9;
}
input[type="button"], .button, input.cpssubmit {
    background: url(http://img7.custompublish.com/getfile.php/1656637.1967.aabraevydx/btn_submit.png) repeat-x center top;
    border-color: #DDDDDD #CCCCCC #999999;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    vertical-align: middle;
    white-space: nowrap;
}

input[type="button"]:hover, .button:hover, input.cpssubmit:hover  {
    background: url(http://img5.custompublish.com/getfile.php/1664979.1285.wubdxreccu/btn_submit_hover.png) repeat-x center bottom;
}
label.vertical {
    display: block;
}

.type0 td{
	background-color: #f1f8fd !important;
}
 div.telephone{
	float: right;
	margin-right: 10px;
} 

.serviceguidearticle{
	float: left;
	width: 500px;
	display: inline;
}

 .googlemapholder{
	width: 300px;
	float: right;
	margin-right: 100px;
	margin-top: -30px;
	
}
.box.light h3 {
	background: #F0F0F0;
	color: #4A8B1D;
	text-shadow: 0 1px 1px #FFF;
}

table.ltopic{
	margin: 10px 0px 0px 20px;
}

.visitcard h1.headlineview {
	font-size: 30px;
}


.ppt185687 .cpssubmit {
	font-size: 16px;
	
}


/* 
	Priskalkulator
 */
#divelavis, #divelsidetype, #divelantinnrykk, #divellavis, #divel88222 {
	padding: 5px;
	margin-bottom: 10px;
}

label,.cpsstaticheading, span.cpstextheading {
	font-size: 16px;
	color: #333;
}

select#elavis ,select#elsidetype ,select#elantinnrykk, select#ellavis {
	margin-top: 6px;
	font-size: 12px;
	padding: 1px 0 0;
	color: #333333;
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
}

select#elavis ,select#elsidetype , select#ellavis {
	width: 220px;
}

.mod0 {
	
}
.mod1 {
	background: #F1F8FD;
}
.mandatory {
	color: #c50a0a;
	font-size: 10px;
}

#elmodulkart table.matrixtable {
	border-spacing: 0;
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: none;
	border-right: none;
	background: #FFF;
	color: #2F4450;
	border-top: 1px solid #CCC;
	font-size: 15px;
}

#elmodulkart table.matrixtable th.first {
	border-left: 1px solid #CCC;
}
#elmodulkart table.matrixtable td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
/*
#elmodulkart tr:hover {
	background: #fff4cf;
}
*/
#elmodulkart table.matrixtable td:hover {
	background: #e9e9e9;
	cursor: pointer;
}
.selectormatrix {

}
.selectormatrix.cellselected {
	background: #56ae50 !important;
	color: #FFF;
}
.selectormatrix.cellblocked {
	background: #666 !important;
	color: #888;
}

.cpssubmit {
	padding: 4px 8px;
	font-size: 14px;
	color: #333;
}

#divelmodulkart .matrixtablewrapper {
	position: absolute;
	top: 300px;
	left: 540px;
	width: 400px;	/* 400px */
	background-color: white;
	padding: 15px;
}


#divelmodulkart tr.row td {
		height: 40px;
}
#divelmodulkart tr.row9 td {
		height: 80px;
}
#divelmodulkart tr.rowmod0 td {
		background-color: #efefef;
}

.quote {
	font-style: italic;
	background: #f9f9f9 url(http://img9.custompublish.com/getfile.php/1454081.639.pwcpfurfvy/quote-icon.png) no-repeat 10px 10px;
	padding: 5px 5px 5px 60px;
	font-size: 16px;
}
.folder {
	/*float: left;
	margin-right: 10px;*/
	margin-bottom: 5px;
}
.folder.even {
	float: right;
	margin-right: 0px;
}
.thumbnailtitle {
	/* display: none; */
}

.folderselector {
	width: 300px !important;
	margin: 10px 0;
}


.kjopsalg .listings {
	float: left;
	width: 744px;
}
.kjopsalg .sidebar {
	float: right;
	width: 200px;
	margin-top: 16px;
}
.box h3.lb {
	background: #4A8B1D;
}
.kjopsalg .categorylist .box .cell {
	min-height: 60px;
	padding-bottom: 40px;
	min-height: 144px;
}

/*
.kjopsalg .box.sport .cell {
	background: #E3E3E3 url(http://img9.custompublish.com/getfile.php/1626232.639.carcdrudbs/shoes.png) no-repeat right bottom;
	
}

.kjopsalg .box.motor .cell {
	background: #E3E3E3 url(http://img9.custompublish.com/getfile.php/1626234.639.rwfpcredbs/car.png) no-repeat right bottom;
	
}
.kjopsalg .box.misc .cell {
	background: #E3E3E3 url(http://img9.custompublish.com/getfile.php/1626233.639.ewabysrbst/box.png) no-repeat right bottom;
	
}
.kjopsalg .box.hobby .cell {
	background: #E3E3E3 url(http://img9.custompublish.com/getfile.php/1626235.639.ptutuexcyp/tent[1].png) no-repeat right bottom;
	
}
*/



.kjopsalg ul.categories {
	padding-left: 20px;
}
.kjopsalg ul.categories li ul.submenu, .kjopsalg ul.categories li{
	color: #122;
 	list-style-type: disc;
}

.kjopsalg ul.categories li.menulevel1{
 	display: inline-block;
 	/* width: 120px; */
 	margin-right: 10px;
 	width: 45%;
}

.kjopsalg ul.categories li.menulevel1 a{
 	margin-right: 20px;
 	float: left; 	
 	padding-left: 15px;
 	background: url(http://img9.custompublish.com/getfile.php/1589083.639.fbutxbrddd/li.png) no-repeat 0px 5px ;
}

.kjopsalg ul.categories li.menulevel0{
	margin: 0px 0px 15px 0px;
	position: relative;
}
.kjopsalg ul.categories li.menulevel0.itemlvlnum1,.kjopsalg ul.categories li.menulevel0.itemlvlnum3, .kjopsalg ul.categories li.menulevel0.itemlvlnum5, .kjopsalg ul.categories li.menulevel0.itemlvlnum7, .kjopsalg ul.categories li.menulevel0.itemlvlnum9 {
	float: left;
	width: 49%;
}

.kjopsalg ul.categories li.menulevel0.itemlvlnum2, .kjopsalg ul.categories li.menulevel0.itemlvlnum4, .kjopsalg ul.categories li.menulevel0.itemlvlnum6 .kjopsalg ul.categories li.menulevel0.itemlvlnum8, .kjopsalg ul.categories li.menulevel0.itemlvlnum10 {
	float: right;
	width: 49%;
}

.kjopsalg ul.categories li.menulevel0 a.menulevel0 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 8px 6px;
	margin: 0px;
	background: #4b8d22 url(http://img9.custompublish.com/getfile.php/1234472.639.cervsdbtpr/mainmenubghover.png) repeat-x bottom;
	color: #FFF;
    font-size: 15px;
    text-shadow: 0 1px 1px #274f11;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-family: Arial,"Liberation Sans", Helvetica,sans-serif;
    display: block;
}
.kjopsalg ul.categories li ul.menulevel1 {
	padding: 5px;
	background: #f2f2f2;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #e3e3e3;
	border-top: 0;
}

div.folderselectorcontainer {
	width: 100%;
	text-align: center;
}
.kjopsalg #path {
	padding: 4px 10px;
	background: url(http://img9.custompublish.com/getfile.php/1443244.639.taueqbacbp/mainmenubg.png) repeat-x center top #EDEDED;
	border: 1px solid #E3E3E3;
	border-top: 0;
	margin-bottom: 10px;
}

.kjopsalg #searchform, .ppt185687 #searchform{
	border: 1px solid #BBB;
	width: 100%;
	
	
}
.kjopsalg #searchform input.searchinput, .ppt185687 #searchform input.searchinput{
	width: 70%;
	font-size: 18px;
}
.kjopsalg #searchform input.searchsubmit, .ppt185687 #searchform input.searchsubmit{
	font-size: 14px;
	padding: 5px 20px;
	background: #4A8B1D;
	text-shadow: 0 1px 1px #335465;
	border: 1px solid #4A8B1D;
}
.kjopsalg #search, .ppt185687 #search{
	background: #F0F0F0;
	margin: 0px auto;
	text-align: center;
	padding: 5px 10px;
}
.page249872 #kjopsalgsearchres {
	display: none;
}
.kjopsalg .filtersearch {
	display: block;
	text-align: right;
}

.forumlatestposts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.forumlatestposts li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
.settinn {
	text-align: center;
	margin: 10px 0;
}
#content .forumpost {
	width: 750px;
}

.ppt185687 ul.posting li {
	float: left;
	width: 48%;
	margin-right: 2%;
	clear: both;
	margin-bottom: 15px;
}
.ppt185687 ul.posting li.odd {
	float: right;
	clear: right;
	margin-right: 0;
}
.ppt185687 .forumpost {
	min-height: 220px;	
}
.ppt185687 .forumpost .byline {
	display: none;
}

#sidemenu {
	position: absolute;
	left: -20px;
	margin: 0;
	padding: 0;
	top: 400px;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	writing-mode: bt-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	text-transform: uppercase;
	z-index: 2;
}
#sidemenu li{
	background-color: #4A8B1D;
	color: #FFFFFF;
	color:#333;
	display: inline-block;
	line-height: 1.2;
	/*
		bottom:0;
		height:120px;
		width: 220px;
		*/
	font-size: 0.8em;
	padding: 4px 10px;
}
#sidemenu a {
	height: 10px;
}
#sidemenu a:hover {
}
.sidemenu a:link, .sidemenu a:visited, .sidemenu a:hover {
	color: #FFFFFF;
}

span.replyto {
	display: none;
}
.cpselementcontainer.horizontal .horizontal .cpstextheading {
	float: left;
	margin-right: 20px;
}
.cpselementcontainer.horizontal .horizontal .cpstextheading {
	float: left;
	margin-right: 20px;
	width: 150px;
}
.cpsoptionsclear {
	clear: both;
}
.forum .cpselementcontainer {
	margin-bottom: 6px;
	
}
.page185690 input.cpstext {
	width: 350px;
}

div.receiptmessage {
	margin: 25px 0;
	font-size: 1.3em;
}


ul#mainmenu li.menuitemmypage, ul#mainmenu li.menulogout {
	float: right;
}

.ppt185687 .addreply a {
	display: block;
	text-indent: -99999px;
	background: url(http://img9.custompublish.com/getfile.php/1812810.639.xbardetuaw/btn_settinnannonse.png) no-repeat;
	height: 47px;
	width: 200px;
}

.ppt185687 .cpselementcontainercpfannonseopsjon, .ppt185687 .cpssubmit {
	margin: 6px 0 8px;
}
#divoptionselcpfnotphonesales label {
	font-size: 12px;
}

.ppt185687 #mainmenu {
	float: left;
	width: 70%;
}
.usermenu2 {
	float: right;
	width: 28%;
	text-align: right;
	list-style: none;
	margin: 0; padding: 0;
	margin-top: 10px;
}
.usermenu2 li{
	margin-right: 10px;
	
}

#lightbox {
    z-index: 999999 !important;
}

.mypage .availpages {
	display: none;
}


.forumpost .lightbox img{
	max-height: 100px;
	width: auto;
	margin-right: 10px;
	float: right;
}
.forumlatestposts img {
	float: right;
}
fieldset {
	margin-bottom: 15px;
}
legend {
	font-size: 16px;
	font-weight: bold;
	
}
.pdffile {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.pdffile a{
	background: url(http://img9.custompublish.com/getfile.php/2172161.639.csddvdswtr/1357568445_doc_pdf.png) no-repeat left center;
	padding-left: 20px;
}


@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, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR, div.adminbar, #sidemenu, #menubar, .addthis_button_compact {
		display: none !important;
	}
	#page, #main {
		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;
	}
}