/* $Id: ledernett.css 19078 2009-06-09 11:03:25Z peter $ */

/*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: #18b2cb;
	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;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
#adrow .pos1 {
	width: 768px;
	float: left;
}
#adrow .pos2 {
	width: 180px;
	float: right;
}
#adcol {
  float: right;
	width: 180px;
}
#adcol2 { width: 150px; }
#adcol .annonse,
#adcol2 .annonse,
#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/ledernett_main.gif) repeat-y; }
#header { border-top: 9px #fff solid; }
#topmenu { background-color: #11b0ca; }
#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: #1a1b1f; }
#topmenu form input {
	position: absolute;
	top: 8px;
	left: 777px;
	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: #fff;
}
#tree ul.first li a.selected {
	background-color: #fff;
	color: #444446;
	font-weight: bold;
}
#tree .active {
	background-color: #fff;
	color: #444446;
	font-weight: bold;
}
#tree li a:hover {
	background-color: #fff;
	color: #444446;
	font-weight: bold;
}
#tree ul li .title { 
	background-color: #fff;
	border-top-style: solid;
	border-top-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-color: #cfeff4;
	color: #14b1cb;
	font-weight: bold;
}
#tree ul.first li ul li { background-image: none; }
#tree ul li.active ul li a {
	background-color: #fff;
	color: #444446;
}
#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: 10px;
	background-color: #e0f0f5;
	border: solid #ccc;
	border-width: 0px 0.1em 0.1em 0.1em;
}
#tree #newsletter .title {
	background: #a32836;
	color: #fff;
	padding: 1px 12px 1px 7px;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.2em;
	margin-right: -1px;
}
#tree #newsletter input {
	width: 90px;
	display: block;
	margin: 5px 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 {
	border: 0px solid;
}

.addons ul#morenews {
	border: 1px solid #c6c5c6;
}

.addons ul#morenews li {
	background: #fff;
}

.addons ul#morenews li.note div.title {
	background-image: url(../gfx/ledernett_title_more_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.addons ul#morenews li.note ul li div.title {
	background: #fff;
}

.addons ul li {
	margin-bottom: 15px;
	background: #e0f0f5;
	padding: 7px 0;
}
.addons ul li .title
{
	color: #fff;
	padding: 1px 12px 1px 7px;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.2em;
	background-image: url(../gfx/ledernett_title_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.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: #12b0ca;
	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: 2.2em; }
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; font-weight: bold; }
#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%; }

/*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;
}

/* 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; }

/* 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 #11b0ca;
	border-right: 1px solid #11b0ca;
	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: #deefed;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1e4114;
	font-size: 1.2em;
}
#bransjeregister .content #topptekst
{
	background-color: #deefed;
	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 #11b0ca;
	border-bottom: 1px solid #fff;
}
#bransjeregister .content .firmalenke{
	padding: 2px 5px;
	background-color: #deefed;
}
#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: #deefed;
	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 #11b0ca;
	z-index:2;
	word-wrap:break-word;	
}

#bransjeregister .searchbox .choice { padding: 0 0 8px 8px; }
#bransjeregister .searchbox .pil
{
	padding: 8px 0 10px 8px;
	background: #deefed 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;}


/* 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.five { height: 5px; }
.spacer.ten { height: 10px; }
.spacer.fifteen { height: 15px; }
.spacer.thirty { height: 30px; }

.month { text-transform: capitalize; }
