/* $Id: bedregardsdrift.css 24616 2010-03-12 09:00:39Z vidars $ */

/*gloriapark*/
@import url(/common/css/gloriapark.css);
/*comments*/
@import url(/common/css/comments.css);
/*search form*/
@import url(/common/css/searchform.css);
/*form*/
@import url(/common/css/form.css);
/*calendar local common*/
@import url(calendar.css);
/*debate local common*/
@import url(debate.css);
/*pushlist local common*/
@import url(pushlistform.css);

body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}
/* globals */
* {
  padding: 0;
  margin: 0;
}
a {
  color: #64991E;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
p { margin-bottom: 1em; }
ul,ol { list-style-type: none; }

#frontpage ul,
#frontpage ol,
#article ul,
#article ol,
#page ul,
#page ol,
#folder ul,
#folder ol,
#formpage ul,
#formpage ol { /* regular ul needed in these areas */
  list-style-type: disc;
  padding: 1em 1em 0 1.8em;
  margin: 0 1em 0 1em;
}

#frontpage ol,
#article ol,
#page ol,
#folder ol,
#formpage ol { list-style-type: decimal; }

#frontpage li,
#article li,
#page li,
#folder li,
#formpage li
{
  /* regular li needed in these areas */
  padding: 0;
  margin: 0 0 1em 0;
}

/* positions */
#mainframe { width: 963px; }
#header { height: 100px; }
#topmenu {
  height: 30px;
  position: relative;
}
#tree {
  float: left;
  width: 120px;
  margin-right: 15px;
}
#content {
  float: left;
  width: 468px;
  margin-right: 15px;
}
.addons {
  float: left;
  width: 150px;
  margin-right: 10px;
}
#adrow {
  height: 150px;
  background: #fff;
}
#adrow .pos1 {
  width: 768px;
  float: left;
}
#adrow .pos2 {
  width: 180px;
  float: right;
}
#adcol {
  float: right;
  width: 180px;
}
#adcol2 { width: 150px; }
#adcol .banner,
#adcol2 .banner {
  display: block;
  padding-top: 15px;
  background: transparent url(../gfx/ann2.gif) no-repeat 0 5px;
}
.adboard a {
  display: block;
  padding-top: 10px;
  background: transparent url(../gfx/ann2.gif) no-repeat;
}

/* canvasstyle */
a.butt {
  border: 1px #999 solid;
  padding: 2px 3px 1px 3px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000;
}
a.butt:hover {
  background: #da2e1a;
  color: #fff;
}
#mainframe { background: #fff url(../gfx/e2e3e4_120.gif) repeat-y; }
#header { border-top: 15px #fff solid; }
#topmenu { background: #da2e1a; }
#topmenu li { float: left; }
#topmenu li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: 7px 35px 0 35px;
  font-size: 1.2em;
}
#topmenu li.selected a { color: #ccc; }
#topmenu form input {
  position: absolute;
  top: 7px;
  left: 790px;
  width: 150px;
  border: 1px #999 solid;
  padding: 1px 0;
  font-size: .9em;
  max-height: 17px;
}
#topmenu a.butt {
  position: absolute;
  top: 7px;
  right: 5px;
}

#tree ul.first {
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  padding-top: 25px;
}
#tree ul a {
  display: block;
  text-decoration: none;
}
#tree li {
  border-top: 2px #fff solid;
  background: #e2e3e4;
}
#tree ul.first li a.selected {
  background-color: #868789;
  color: #fff;
}
#tree .active {
  background-color: #b1b3b4;
  color: #fff;
}
#tree li a:hover {
  background-color: #868789;
  color: #fff;
}
#tree ul li .title { background: #b1b3b4 url(../gfx/da2e1a.gif) no-repeat 110px 10px; }
#tree ul.first li ul li { background-image: none; }
#tree ul li.active ul li a {
  background-color: #868789;
  color: #fff;
}
#tree ul a,
#tree ul .title {
  color: #000;
  text-align: none;
  padding: 5px 0 5px 5px;
  font-size: 1.2em;
}
#tree a.rss {
  display: block;
  background: transparent url(../gfx/feed-icon-16x16.gif) no-repeat 3px center;
  height: 1.6em;
  margin-top: 15px;
  padding: .8em 0 .2em 21px;
  font-size: 1.2em;
  color: #000;
}
#tree #newsletter {
  margin: 15px 5px 0 5px;
  border: 2px #fff solid;
  text-align: center;
  padding-bottom: 5px;
}
#tree #newsletter .title {
  background: #da2e1a;
  color: #fff;
  padding: 1px 12px 1px 7px;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 1.2em;
}
#tree #newsletter input {
  width: 90px;
  display: block;
  margin: 0 auto 5px auto;
}
#tree #issue {
  margin: 15px 5px 0 5px;
  text-align: center;
}
#tree #disclaimer { text-align: center; }
#tree #issue img,
#tree #disclaimer img {
  display: block;
  margin: 15px auto 0 auto;
}

.addons { margin-top: 15px; }
.addons ul li {
  margin-bottom: 15px;
  background: #e2e3e4;
  padding: 7px 0;
}
.addons ul li .title {
  background: transparent url(../gfx/title_bg.gif) repeat-y right top;
  color: #fff;
  padding: 1px 12px 1px 7px;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 1.2em;
}
.addons ul li .date {
  padding: 0 7px;
  margin-bottom: -10px;
}
.addons ul li .title a {
  color: #fff;
  text-decoration: none;
}
.addons ul li .linkwarning  {
  color: #666;
  text-decoration: italic;
  padding: 7px 12px 1px 7px;
}
.addons ul li .body {
  padding: 0 7px;
  font-size: 1.1em;
}
.addons ul.items li {
  margin-bottom: 0;
  padding: 0;
}
.addons ul.items li .title {
  background: transparent;
  font-weight: normal;
  margin: 7px 0 0 0;
  word-wrap: break-word;
}
.addons ul.items li .title a { color: #000; }
.addons ul.items li .body {
  margin-left: .8em;
  font-size: 1em;
}
.addons ul.related {
  border-left: 1px #da2e1a solid;
  border-bottom: 1px #da2e1a solid;
  padding: 0 0 7px 0;
  margin: 7px 0 15px 0;
}
.addons ul.related li {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.addons ul.related li ul li { border-left: 0; }
.addons ul.related li ul li .title.links {
  background: transparent;
  color: #da2e1a;
  font-weight: bold;
}
.addons ul.related li ul li.links .title { margin: 0; }

.bubble { margin: -6px 0px 0 -5px; }
.bubble .north { background: transparent url(../gfx/bubble_n.gif) repeat-x left top; }
.bubble .east { background: transparent url(../gfx/bubble_e.gif) repeat-y right top; }
.bubble .south { background: transparent url(../gfx/bubble_s.gif) repeat-x left bottom; }
.bubble .west { background: transparent url(../gfx/bubble_w.gif) repeat-y left top; }
.bubble .nw { background: transparent url(../gfx/bubble_nw.gif) no-repeat left top; }
.bubble .ne { background: transparent url(../gfx/bubble_ne.gif) no-repeat right top; }
.bubble .se { background: transparent url(../gfx/bubble_se.gif) no-repeat right bottom; }
.bubble .sw { background: transparent url(../gfx/bubble_sw.gif) no-repeat left bottom; }
.bubble .inner {
  padding: 15px 12px 35px 12px;
  background-image: none;
}
.bubble h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0;
}
.bubble h2 {
  margin-bottom: 0;
  font-size: 1.2em;
}
.bubble .body { font-size: 1.1em; }
.bubble img {
  float: right;
  margin: 0 0 3px 5px;
}
#footer {
  background: #868789;
  padding: 2px;
  text-align: center;
  color: #fff;
  width: 765px;
}
#footer span {
  border-left: 1px #fff solid;
  padding: 0 1em;
}
#footer span.first { border: none; }
#footer span a {
  color: #fff;
  text-decoration: none;
}
/* infobox */

#lastanbud .readmore{font-size:1.2em;}

#lastanbud p, #lastanbud .readmore{padding:1px 12px 1px 7px; margin-bottom:3px;}

#lastanbud a img{padding:5px 0; margin-bottom:3px;}
/*  */

/* typestyle */
h1 { margin-bottom: .8em; }
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
p { font-size: 1.2em; }
.caption {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.caption p { font-size: 100%; } /* stop inheritance */
.alert { color: #F30; }
/* objectstyle */
#frontpage,
#article,
#page,
#folder,
#formpage,
#debate,
#search,
#calendar {
  margin-top: 15px;
  line-height: 180%;
}

#frontpage { background: url(../gfx/e2e3e4.gif) repeat-y center 0; }
#frontpage.listing { background: none; }
#frontpage .item { width: 224px; }
#frontpage .item.wide {
  width: auto;
  background: #fff;
}
#frontpage .item.left { float: left; }
#frontpage .item.right { float: right; }
#frontpage .item.wide img {
  float: right;
  margin: 2px 0 0 20px;
}
#frontpage .item img {
  float: left;
  margin: 0 5px 0 0;
}

#frontpage .item.banner img { margin: 0; }

#frontpage h1,
#frontpage h2 { margin-bottom: .5em; }
#frontpage h1 a,
#frontpage h2 a {
  color: #000;
  text-decoration: none;
}
#frontpage .caption {
  font-weight: normal;
  margin-bottom: .2em;
}
#frontpage .readmore { font-size: 1.2em; }
#frontpage .date { font-size: 80%; }
#frontpage .spacer { background: #fff url(../gfx/e2e3e4.gif) repeat-x 0 center; }
#frontpage .spacer.nobg { background: none; }

#frontpage .item .adboard img { margin: 0; }

#frontpage .survey .spacer.five { background: none; }
#frontpage .survey .bar {
  background: transparent url(../gfx/title_bg.gif) repeat-y right top;
  padding-left: 2px;
  color: #BFBFBF;
}
#frontpage .survey .bar.none { background: none; }
#frontpage .survey h3 {
  font-size: 1.0em;
  margin-top: 5px;
  font-weight: normal;
}

/*byline start*/

#article .byline
{
  width: 458px;
  height: 30px;
  padding: 5px;
  margin-bottom:10px;
  border-top: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
}

#article .byline.oneline
{
  height: 15px;
}

#article .byline img { border: none; }

#article .icons
{
  float: right;
}

#article .date,
#article .author
{
  font-size: 1.1em;
  line-height: normal;
  margin: 0 0 5px 0;
}

#article .author
{
  margin: 0;
}

/*byline end*/

#article #keywords
{
  font-size: 1.1em;
  margin: 15px 0;
  text-transform: uppercase;
}
#article #keywords h4 {
  display: inline;
  font-size: 1.1em;
}

ul.contentlist {
  font-size: 1.2em;
  line-height: normal;
  background: #fff;
}
ul.contentlist li
{
  list-style: none;
  background-color: #fff;
}

#frontpage ul.contentlist li
{
  padding: 0 0 1em 0;
  margin: 0;
}
ul.contentlist .caption {
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 0;
}
ul.contentlist p { margin-bottom: 0; }
ul.contentlist .date { font-size: 80%; }

#selector .level1,
#selector .level2 {
  float: left;
  width: 120px;
  margin: .6em 10px 0 0;
}
#selector .level1 a,
#selector .level2 a {
  display: block;
  /*border: 1px #ccc solid;*/
  margin: 0 .5em .5em 0;
  padding: 3px;
  line-height: 100%;
}
#selector .level1 a:hover,
#selector .level2 a:hover {
  border-color: #da2e1a;
  text-decoration: none;
}
#selector .level1 a { font-size: 1.1em; }
#selector a.selected {
  background: transparent url(../gfx/title_bg.gif) repeat-y right top;
  color: #fff;
}
#selector .lastlevel {
  float: right;
  width: 200px;
  line-height: 100%;
}
#selector .lastlevel a {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: .3em;
  display: block;
}
#selector .lastlevel .body { margin: 0 0 1em 1ex; }

/*comments was here*/
.comments { font-size: 12px; }
.comments label { display: none; }

.prevnext
{
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  padding: 1em 1em 0;
  font-size: 1.1em;
  height: auto;
}

.prevnext .prev {	float: left;  }
.prevnext .home {	float: none;  }
.prevnext .next {	float: right;  }

#commentWin { border-bottom: 1px #000 solid; }
#commentWin .comment {
  padding: 5px;
  border-top: 1px #000 solid;
}
#commentWin .caption { margin: 5px 5px .2em 5px; }
#commentWin h1 { margin: 5px 5px .2em 5px; }
#commentWin h2 { margin-bottom: 5px; }
#commentWin .body { margin: 5px 0; }
#commentWin h3 {
  width: 70%;
  float: left;
  font-size: 1em;
  margin-bottom: 0;
}
#commentWin .date {
  float: right;
  width: 25%;
  text-align: right;
  font-weight: bold;
}
#commentWin .body {
  clear: both;
  padding-top: 5px;
}
#commentWin a.report {
  display: block;
  text-align: right;
}
#commentWin h5 {
  font-size: 1em;
  margin: 5px 0 0 0;
}


#content, #mainframe {
	height: 100%;
}

#mascus {
	height: 100%;
	margin-left: -10px;
}
	#mascus iframe {
		border: 0;
		display: block;
		min-height: 100%;
	}

#latest-mascus li { padding-bottom: 0; }	
	#latest-mascus iframe {
		border: 0;
		overflow-x: hidden;
		height: 375px;
	}



/* for bransjeregister */
#content.wide{
  float: left;
  width: 620px;
  margin-right: 15px;
}


#bransjeregister {
  padding-top: 10px;
  position:relative;
}
#bransjeregister .content {
  width: 451px;
  border-top: 1px solid #e81b17;
  border-right: 1px solid #e81b17;
  padding-top: 5px;
}
#bransjeregister .content .toppmeny {
  padding-right: 10px;
}
#bransjeregister .content .toppmeny h1{
  display: inline;
  float: left;
  margin-bottom: 0px;
  font-size:1.8em;
}
#bransjeregister .content .toppmeny .linker{
  float: right;
  display: inline;
  padding-top: 6px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#bransjeregister .content .toppmeny .linker a{
  padding: 2px 4px 2px 4px;
  background: #eee;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #1e4114;
  font-size: 1.2em;
}
#bransjeregister .content #topptekst
{
  background-color: #eee;
  border-top: 2px groove #fff;
  padding: 5px;
  font-size: 1.3em;
  font-weight: bold;
  color: #1e4114;
  margin-bottom: 5px;
}
#bransjeregister .content .bransjer .bransje {
  border-top: 1px solid #e81b17;
  border-bottom: 1px solid #fff;
}
#bransjeregister .content .firmalenke{
  padding: 2px 5px;
  background-color: #eee;
}
#bransjeregister .content .firmalenke a{
  color: #1e4114;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#bransjeregister .content .firma{
  border-bottom: 1px dashed #000;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 1.2em;
}
#bransjeregister .content .firma .loader {
  width: 100%;
  text-align: center;
}
#bransjeregister .content .firma .image{
  float: left;
  width: 200px;
  height: 105px;
}
#bransjeregister .content .firma .firma_info{
  float: left;
  width: 219px;
}
#bransjeregister .content .firma .firma_info a {
  text-decoration: none;
}
#bransjeregister .content .firma .firma_info .item{
  margin-bottom: 2px;
}
#bransjeregister .content .firma .firma_info .url{
  clear: right;
  width: 100%;
  background-color: #eee;
  padding: 3px 0px 3px 3px;
  font-weight: bold;
  margin-top: 5px;
}


/* search */
#bransjeregister .searchbox
{
  right:-10px;
  top:10px;
  position: absolute;
  width: 177px;
  border: 1px solid #e81b17;
  z-index:2;
  word-wrap:break-word;
}

#bransjeregister .searchbox .choice { padding: 0 0 8px 8px; }
#bransjeregister .searchbox .pil
{
  padding: 8px 0 10px 8px;
  background: #eee url(../gfx/soktop.gif) left bottom no-repeat;
}

.searchbox .top{
  font-size: 1.3em;
}

#bransjeregister .marker{padding-right:10px;}
#bransjeregister form#search input
{
  border: 1px solid #CCC;
  width: 155px;
  padding: 0 2px;
}
#bransjeregister form#search select
{
  border: 1px solid #CCC;
  width: 160px;
  padding: 0 2px;
}


#bransjeregister form#search{margin-top:5px;}

#bransjeregister form#search .choice input { width: auto; border:0;}

/* font-size bransjer */
#bransjeregister input, #bransjeregister select, #bransjeregister .input, #bransjeregister .marker{
font-size:1.1em;
color:#666;
}
#bransjeregister .marker.right {
  float: right;
}

#bransjeregister .input, #bransjeregister .marker a{font-weight:bold;}

#bransjeregister .input{font-size:1.2em;}
/*  */
a.butt.bransje{font-size:1.6em;}



/* dynaparked */
.gimage { background: transparent; }
.gimage div {
  font-size: .8em;
  line-height: normal;
}
.gimage.left {
  float: left;
  padding: 10px 10px 10px 0;
}
.gimage.right {
  float: right;
  padding: 0 0 10px 10px;
}
.gimage.center {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }

/* useful stuff */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.spacer {
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1px;
  height: 1px;
}
.spacer.one { height: 1px; }
.spacer.ten { height: 10px; }
.spacer.five { height: 5px; }
.spacer.fifteen { height: 15px; }
.spacer.thirty { height: 30px; }
/*outline: 1px red dashed;*/

.month { text-transform: capitalize; }
