* { margin: 0;padding: 0; }
a { outline: none; }
a img { border: none; text-decoration: none; } 
form fieldset { border: 0; }


body {
	background: transparent url(../graphics/bg.gif) repeat;
	font-family: arial, helvetica, Verdana, geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 25px;
}

h1 {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	margin: 0;
}

/*a,
a:visited,
a:hover {
	color: #002b62;
	text-decoration: underline;
}*/

a {
	color: #002b62;
	/*color: #ffffff;*/
	text-decoration: underline;
}


p {
	margin: 0 0 10px 0;
}


img {
	border: 0;
}

ul, li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

legend {
display: none;
}

input,
textarea,
select {
	padding: 3px;
	font-size: 11px;
	border: solid 1px #d7d7d7;
	margin-bottom: 3px;
}

label {
	font-size: 11px;
	display: block;
	margin-bottom: 2px;
}

td {
    vertical-align: top;
}

input.submit,
.cpform-button {
	border: 0px;
	font-weight: bold;
	color: #fff;
	padding: 2px 4px 3px 4px;
	margin: .5em 0;	
	font-size: 11px;
	cursor: pointer;
	width: auto;
}

div.clear {
	clear: both;
}

#content-link {
	display: none;
}

/* Placeholdere */

div#pagewrapper {
	width: 960px;
	background: url(../graphics/container_bg.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

div#placeholder-header {
	position: relative;
	height: 136px;
	background: url(../graphics/top_bg.jpg) no-repeat top center;
	padding: 0;
	margin-bottom: 10px;
}

div#placeholder-content {
	float: left;
	display: inline;
	width: 750px;
	margin-left: 209px;
}

div#placeholder-right-content {
	float: left;
	width: 548px;
	margin: 0;
	overflow: hidden;
}

div#placeholder-right {
	width: 180px;
	margin-bottom: 20px !important;
	float: right;
	margin-right: 9px;
}

div#placeholder-column {
	float: left;
	display: inline;
	width: 180px;
	padding: 0 0 0 11px;
	margin-left: -958px;
}

div#placeholder-footer {
	clear: both;
	padding: 40px 0 10px 80px;
	text-align: left;
}

/* Brikker i div#placeholder-header */
/* Logo */

div.page-header { float:left; width:500px; padding:10px 0px 0px 20px; }

div.page-header a {

/*	background-color: transparent;
	float: left;
	display: inline;
	margin: 19px 0 0 27px;
*/
}


/* Horisontal meny */
div.horizontal-menu {
	position: absolute;
	left: 190px;
	top: 108px;
	background: none;
	height: 28px;
	padding: 0px 0px 0px 0px;
	width: 530px
}

div.horizontal-menu ul {
	float: left;
}

div.horizontal-menu li {
	float: left;	/* causes the list to align horizontally instead of stack */
	position: relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type: none;	/* removes the bullet off each list item */
	margin-right: 1px;
}

div.horizontal-menu li a.pane-left {
	background: url(../graphics/menu_bg_on.gif) repeat-x;
	display: block; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	padding-left: 8px;
}

div.horizontal-menu a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

div.horizontal-menu li a.pane-left span.pane-right {
	display: block;
	line-height: 26px;
	background: url(../graphics/menu_bg_on.gif) repeat-x;
	padding-right: 8px;
}

div.horizontal-menu ul li ul {
	background-color: #00408b;
	margin: 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position: absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 15em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left: 0px;
}

div.horizontal-menu ul li ul li {
	margin-right: 0;
	padding-right: 0;
	width: 100%; /* makes the list items fill the list container (ul) */
	border-bottom: 1px solid #dcdcdc;
}

div.horizontal-menu ul li ul li a {
	width: 100%; /* makes the list items fill the list container (ul) */
	padding: 3px 0 3px 8px; 
}

/* make the drop-down display as the menu is rolled over */
div.horizontal-menu ul li ul {display: none;} /* conceals the drop-down when menu not hovered */
div.horizontal-menu ul li:hover ul {display: block;} /* shows the drop-down when the menu is hovered */ /* DENNE FUNKER IKKE PÅ IE !!!! */

* html div.horizontal-menu ul {
	float: left;
}

/* * html a {display:block;} */  /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div.horizontal-menu ul li ul {
	/* border-top: 1px solid #9e9e9e; */
	border-left: 0px; /* stops the drop inheriting the ul border */
}

div.horizontal-menu a:visited, .horizontal-menu a:link {
	font-family: arial, helvetica, Verdana, geneva, sans-serif;
	color: #ffffff;
}

/* Søkefelt */
div.small-searchinput {
	position: absolute;
	bottom: 4px;
	right: 2px;
	width: 230px;
	font-size: 11px;
	font-weight: bold;
}

div.small-searchinput h2 {
	display: none;
}


div.small-searchinput legend {
	display: none;
}

div.small-searchinput label {
	color: #00408b;
	margin-right: 5px;
}

div.small-searchinput input {
	background: url(../graphics/input_bg.gif) no-repeat;
	font-size: 10px;
	width: 127px;
	color: #000;
	margin: 0;
	border: none;
	padding: 3px 5px 5px 5px;
}

div.small-searchinput input.button {
	background: url(../graphics/input_btn.gif) no-repeat left;
	width: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
}

div.small-searchinput input.submit {
   	background: url(../graphics/input_submit.gif) no-repeat;
	font-size: 9px;
	padding: 5px 0;
	width: 24px;
	color: #fff;
	margin-top: 5px;
}

/* Brikker i div#placeholder-right-content */


/* Sitelocator */

div.sitelocator {
	font-size: 10px;
	height: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #dad7d0;
}

div.sitelocator p, div.sitelocator ul, div.sitelocator li {
	display: inline;
}

div.sitelocator ul {
	list-style-type: none;
}

div.sitelocator li a,
div.sitelocator li a:hover,
div.sitelocator li a:visited {
	padding: 0 2px;
	color: #000;
}

.vertical li.odd {
	float: left;
	padding-right: 10px;
	border-right: solid 1px #dad7d0;
	width: 48%;
	margin: 0;
}

.vertical li.even {
	float: right;
	padding-left: 10px;
	width: 48%;
	margin: 0;
}

/* Full artikkelliste */

div.full-articlelist {
	
}

div.full-articlelist ul {

}

div.full-articlelist li {

	margin-bottom: 5px;
	/*padding: 7px 0 5px 0;*/
	padding: 20px 0;
	border-bottom: solid 1px #dad7d0;
}

div.full-articlelist h3 {
	font-family: arial, helvetica;
	font-size: 17px;
	color: #000;
	margin: 0;
}

div.full-articlelist h3 a,
div.full-articlelist h3 a:hover,
div.full-articlelist h3 a:visited {
	font-family: arial, helvetica;
	font-size: 17px;
	color: #000;
	text-decoration: none;
}

div.full-articlelist div.list-thumbnail-left {
	float: left;
	display: inline;
	width: 100px;
	padding: 3px;
	margin: 0px 10px 10px 0;
	border: 1px solid #dcdcdc;

}

div.full-articlelist div.list-thumbnail-left img {
	width: 100px;
	vertical-align: top;

}


/* Varianter */

div.normal h2, div.normal p.description, div.normal h4, div.normal div.list-link {
	display: none;
}

div.campaign ul ul {
	list-style-type: disc;
	padding: 0 0 0 35px;
	margin: 0;
}

div.campaign ul li.first {
	border-top: 1px dotted #cbcbcb;
}

div.campaign ul ul li {
	margin: 0;
	padding: 0;
	border: none;
}

div.category h2, div.category p.description, div.category h4, div.category div.list-link {
	display: none;
}


div.pressphotos h2, div.pressphotos h4, div.pressphotos p.description {
	display: none;
} 


/* Link til slutt i listen */

div.full-articlelist div.articlelist-link-internal, div.full-articlelist div.articlelist-link-internal ul a {
	display: inline;
	padding: 0;
	color: #002B62;
}

div.full-articlelist div.articlelist-link-internal li {
	display: inline;
	clear: none;
	padding-top: 0;
	border: none;
}


div.full-articlelist div.articlelist-link-internal li a.members-only {
	background: transparent url(../grafikk/icon_key.gif) 0 2px no-repeat;
	color: #666666;
	text-decoration: none;
	padding: 0 0 0 10px;
}


div.full-articlelist div.published {
	display: inline;
	color: #666666;
	font-size: 10px;
	margin-left: 10px;
}


div.pressphotos div.articlelist-link-internal, div.pressphotos div.published {
	display: none;
}



/* Varianter */


div.campaign div.articlelist-link-internal, div.campaign div.published {
	display: none;
}


/* Banner / kampanje */

div.kampanje ul {
	list-style-type: none;
}

div.kampanje ul li {
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

div.banner {
	width: 100%;
	margin: 0px 0px 0px 0px;;
	/*margin-left: -10px;*/
}



/* Brikker i div.placeholder-right */


/* liste for diverse ting */

/*
div.small-articlelist {
	margin: 10px 0;
}

div.small-articlelist h2 {
	height: 18px;
	background: transparent url(../grafikk/boxHeader-bg.gif) no-repeat;
	padding: 5px 0 0 8px;
	font-weight: bold;
	color: #00408b;
	font-size: 12px;
}

div.small-articlelist p.description {

}

div.small-articlelist ul {
	list-style-type: none;
	width: 174px;
	background-color: #d5d5d5;
	border: 1px solid #fff;
	padding: 7px;
	font-size: 11px;
	color: #2a2a2a;
}

div.small-articlelist ul div.published {
	font-weight: bold;
	font-size: 10px;
	color: #00408b;
	margin-bottom: 5px;
}

div.small-articlelist div.list-link {
	width: 174px;
	background-color: #d5d5d5;
	border: 1px solid #fff;
	border-top: 0;
	padding: 0 7px 10px 7px;	
	margin-top: -1px;
	text-align: center;
}

div.small-articlelist div.list-link a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.small-articlelist div.list-link a:link, div.small-articlelist div.list-link a:visited {
	color: #00408b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8891bf; 
}

div.small-articlelist div.list-link a:active, div.small-articlelist div.list-link a:hover {
	color: #00408b;
	background-color: #8891bf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8891bf;
}

*/
/* Varianter */

div.news p.description {
	display: none;
}

div.news ul div.published {
	font-weight: normal;
}

div.relatedlist ul div.published {
	display: none;
}

div.relatedlist ul li, div.linklist ul li {
	margin-bottom: 7px;
}

div.linklist ul div.published, div.linklist div.list-link {
	display: none;
}


/* nyhetsarkv */

div.newsarchive h2 {
	font-weight: bold;
	color: #00408b;
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}

div.newsarchive p.description, div.newsarchive div.list-link {
	display: none;
}

div.newsarchive ul {
	list-style-type: none;
	background: none;
	width: auto;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
}

div.newsarchive li {
	margin-bottom: 10px;
}

div.newsarchive ul div.published {
	font-weight: normal;
	font-size: 10px;
	color: #00408b;
	margin-bottom: 5px;
}


/* dateselector i nyhetsarkivet */


form#dateselector {
	margin: 15px 0;
}

form#dateselector select {
	margin: 10px 0;
}




/* Kalender oversikt */



div#placeholder-right-content div.calendarlist {
	margin: 15px 0;
}

div#placeholder-right-content div.calendarlist h2 {
	display: none;
}

div#placeholder-right-content div.calendarlist ul {
	list-style-type: none;
}

div#placeholder-right-content div.calendarlist li {
	background-color: #f2f2f1;
	padding: 3px;
	margin-bottom: 2px;
		border: 1px solid #dcdcdc;

}



div#placeholder-right-content div.calendarlist li.year {
	font-weight: bold;
	margin: 20px 0 10px 0;
	background-color: #ffffff;
}

div#placeholder-right-content div.calendarlist li.month {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana;
	color: #00408b;
	font-weight: bold;
	margin: 20px 0 2px 0;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;



}

div#placeholder-right-content div.calendarlist li div.published {
	display: inline;
	width: 30px;
	float: left;
}









/* calendarlist i kolonne */


div#placeholder-right div.small-calendarlist {
	margin: 10px 0;
}

div#placeholder-right div.small-calendarlist h2 {
	height: 18px;
	background: transparent url(../grafikk/boxHeader-bg.gif) no-repeat;
	padding: 5px 0 0 8px;
	font-weight: bold;
	color: #00408b;
	font-size: 12px;
}

div#placeholder-right div.small-calendarlist p.description {
	display: none;
}

div#placeholder-right div.small-calendarlist a img {
	padding: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: none;
	background-color: #d5d5d5;
	margin-bottom: -10px;
}

div#placeholder-right div.small-calendarlist ul {
	list-style-type: none;
	width: 174px;
	background-color: #d5d5d5;
	border: 1px solid #fff;
	border-top: none;
	padding: 7px;
	font-size: 11px;
	color: #2a2a2a;
}

div#placeholder-right div.small-calendarlist li.month, div.small-calendarlist li.year {
	display: none;
}

div#placeholder-right div.small-calendarlist li {
	margin-bottom: 10px;
}

div#placeholder-right div.small-calendarlist ul div.published {
	font-size: 10px;
	color: #00408b;
	font-size: 10px;
}

div#placeholder-right div.small-calendarlist div.list-link {
	width: 174px;
	background-color: #d5d5d5;
	border: 1px solid #fff;
	border-top: 0;
	padding: 0 7px 10px 7px;	
	margin-top: -1px;
	text-align: center;
}

div#placeholder-right div.small-calendarlist div.list-link a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#placeholder-right div.small-calendarlist div.list-link a:link, div.small-calendarlist div.list-link a:visited {
	color: #00408b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8891bf; 
}

div#placeholder-right div.small-calendarlist div.list-link a:active, div.small-calendarlist div.list-link a:hover {
	color: #00408b;
	background-color: #8891bf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8891bf;
}

/*Elements*/

div.login-form,
div.newsletter-form,
div.small-articlelist,
div.small-articledisplay,
div.small-calendar {
	margin: 0px 2px 6px 0px;
	/*margin-bottom: 10px;*/
}

div.login-form h3,
div.newsletter-form h3,
div.small-articlelist h3,
div.small-articledisplay h3, 
div.small-calendar h3 {
	background: url(../graphics/small_head.gif);
	font-size: 11px;
	/*padding: 5px 9px 5px 9px;*/
	padding: 4px 4px 4px 4px;
	color: #fff;
}

div.login-form div.tile-content,
div.newsletter-form div.tile-content,
div.small-articlelist div.tile-content,
div.small-articledisplay div.tile-content,
div.small-calendar div.tile-content {
	background: url(../graphics/box_bg.gif) repeat-x #d9d9d9;
	padding: 9px;
	font-size: 11px;
	border: solid 2px #fff;
	margin: 0px 0px 1px 0;
}

div.small-articledisplay select {
	width: 100%;
}
div.login-form {
	margin-bottom: 15px;
}

div.login-form input {
	width: 95px;
	margin-right: 3px;
}

div.login-form input.button {
 	background: url(../graphics/btn.gif) no-repeat;
	width: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding-top: 2px;
	border: 0;
}

div.small-articlelist div.tile-content h3,
div.small-articlelist div.tile-content h3 a {
	background: none;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	border: none;
}

div.small-calendar {

}

div.small-calendar table {
	width: 140px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #e5e6ef;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

div.small-calendar th {
	color: #011e74;
	padding: 2px 3px;
	border-bottom: solid 2px #e5e6ef;
	font-size: 10px;
	font-family: verdana, geneva;
}

div.small-calendar td {
	text-align: center;
	padding: 2px 3px;
	border-bottom: solid 1px #e5e6ef;
	border-left: solid 1px #e5e6ef;
	font-size: 10px;
	font-family: verdana, geneva;
}

td.today {
	font-weight: bold;
}

td.hasevents,
td.hasevents:hover {
	background: #848d6e;
	color: #fff;
}

td.hasevents:hover {
	background: #000;
	color: #fff;
}

td.hasevents a,
td.hasevents a:hover,
td.hasevents a:visited {
	color: #fff;
}

td.inactive {
	background: #f2f2f1;
}



.internal-link {
	display: block;
}

div.small-articlelist  li,
div.small-articlelist  li.first,
div.small-articlelist  li.last {
	padding: 8px 0;
	border-bottom: solid 1px #fff;
}

div.small-articlelist  li.first {
	padding: 0 0 8px 0;
}

div.small-articlelist  li.last {
	border: 0;
}





/* Footer-innhold */


div#placeholder-footer div.small-articledisplay p {
	margin: 0 0 0 10px;
	font-size: 11px;
	float: left;
}

div#placeholder-footer div.small-articledisplay div.logo {
	float: right;
}

div#placeholder-footer div.small-articledisplay div.logo a {
	background-color: transparent;
}

div#placeholder-footer div.small-articledisplay div.logo img {
	width: 31px;
	height: 41px; 
	margin-right: 90px;
	margin-top: 60px;
}



/* Brikker i div#placeholder-column */


/* Vertikal meny */

div.vertical-menu h2 {
	display: none;
}

div.vertical-menu ul a {
	font-weight: normal;    
	line-height: 2.0;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

div.vertical-menu ul {
	font-size: 12px;
	margin: 10px 0 0 0;
}

div.vertical-menu ul ul {
    font-size: 11px;
	background: transparent url(../grafikk/submenu-bg.gif) left bottom no-repeat;
	padding: 9px 0;
	margin-top: 0;
}

div.vertical-menu ul li {
	height: 39px;
	margin-bottom: 5px;
}

div.vertical-menu ul li.open {
	height: 100%;
}

div.vertical-menu ul ul li {
	height: 18px;
	margin-bottom: 3px;
}

div.vertical-menu ul ul a {
    display: block;
    width: 174px;
    color: #00408b;
    text-decoration: none;
    background: none;
	padding: 0 0 0 16px;
	line-height: normal;
}

div.vertical-menu ul ul a:hover, div.vertical-menu ul ul a:active, div.vertical-menu ul ul a.selected_sub { 
    /*color: #e8e5df;*/
	font-family: arial, helvetica, Verdana, geneva, sans-serif;
	color: #ffffff;
}

div.vertical-menu ul a {
	font-weight: bold;
    list-style-type: none;
    display: block;
    width: 174px;
    color: #ffffff;
    text-decoration: none;
    background: url(../graphics/v_menu_bg.gif) no-repeat;
	line-height: 39px;
	padding-left: 16px;
}


/* Medlemslogin */

div.memberlogin {
	margin: 10px 0;
}

div.memberlogin h2 {
	height: 18px;
	background: transparent url(../grafikk/boxHeader-bg.gif) no-repeat;
	padding: 5px 0 0 8px;
	font-weight: bold;
	color: #00408b;
	font-size: 12px;
}

div.memberlogin form {
	list-style-type: none;
	width: 174px;
	background-color: #d5d5d5;
	border: 1px solid #fff;
	padding: 7px;
	font-size: 11px;
	color: #2a2a2a;
}

div.memberlogin p {
	text-align: left;
	margin: 10px 0 5px 0;
}

div.memberlogin a {
	text-decoration: none;
	font-weight: bold;
}

div.memberlogin a:link, div.memberlogin a:visited {
	color: #00408b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8891bf; 
}

div.memberlogin a:active, div.memberlogin a:hover {
	color: #00408b;
	background-color: #8891bf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8891bf;
}


div.memberlogin form legend {
	display: none;
}


div.memberlogin form label {
	display: block;
	margin-bottom: 3px;
}

div.memberlogin form input#dummy_username, div.memberlogin form input#dummy_password {
	width: 172px;
	border: 1px solid #8891bf;
}

div.memberlogin form fieldset input.button {
	float: right;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

div.memberlogin form input.button {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

div.memberlogin div.error h3, div.memberlogin div.message h3 {
	font-size: 12px;
}

div.memberlogin div.error p, div.memberlogin div.message p {
	font-weight: bold;
	margin: 10px 0;
}

div.memberlogin div.error p {
	color: #FF0000;
}





/* Medlemsutlisting og ansatte */

div.alphabetical-list {
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px solid #dcdcdc;
}

div.alphabetical-list ul {
	list-style-type: none;
}

div.alphabetical-list li {
	display: inline;
	margin-right: 5px;
}

div.alphabetical-list a {
	font-size: 13px;
}


div.detail h1 {
	margin-bottom: 15px;
}


div.twocol table.result-list td {
	/*width: 50%;*/
}

div.threecol table.result-list td a {
	/*width: 33%;*/
	font-size: 11px;
	color: #000000;
}

div.member-name {
 color: #000000;
}


table.result-list tr.first td {
	font-weight: bold;
}

table.result-list tr.odd {
	background-color: #dcdcdc;
}

table.result-list tr.even {
	background-color: #ECE9E4;
}

table.result-list td {
	padding: 5px;
	vertical-align: top;
}

table.result-list img {
	float: left;
	margin-right: 5px;
}


table.result-list div.employee-name {
	font-weight: bold;
}

table.result-list div.member-webpage {
	width: 200px;
  	word-wrap: break-word;
	overflow: hidden;
}

div.twocol table.result-list div.employee-email {
	/*width: 320px; */
	display: inline;
	
}

div.twocol table.result-list div.employee-details {
	width: 180px; 
	overflow: hidden;
}

/* Ansatte */

div.appsearchinput {
	margin: 10px 0;
}

div.appsearchinput form {

}

div.appsearchinput form legend {
	display: none;
	color: #000000;
}

div.members div.appsearchinput form legend {
	display: block;
	padding-bottom: 10px;
}

div.appsearchinput form label {
	display: block;
	margin: 5px 0 3px 0;
}

div.appsearchinput form input#navn,
div.appsearchinput form input#kommune {
	width: 200px;
}

div.appsearchinput form input#poststed {
	width: 140px;
}

div.appsearchinput form select#fylke {
	margin-right: 10px;
}

div.appsearchinput form input#postnr {
	width: 50px;
	margin-right: 5px;
}

div.appsearchinput ul {
	list-style-type: none;
	margin: 10px 0;
}

div.appsearchinput li {
	display: inline;
	margin-right: 10px;
}

div.appsearchinput div.alphabetical-list ul {
	margin: 0;
}

div.appsearchinput div.alphabetical-list ul li {
	margin-right: 5px;
}



/* Feilmelding */

p.message {
	margin: 25px;
	font-weight: bold;
	color: #AA0000;
}




/* søkeresultat */


div.full-searchinput form legend {
	display: none;
}

div.full-searchinput form input#articlesearchstring {
	margin: 0 5px;
	width: 150px;
}

div.list-navigation {
	text-align: center;
	margin-top: 30px;
}

div.list-navigation ul {
	list-style-type: none;
}

div.list-navigation li {
	display: inline;
	margin: 0 5px;
}





div.full-articledisplay h1 {
	
	
}

div.full-articledisplay h2 {
	margin: 1em 0 .5em 0;

}

div.full-articledisplay h3 {
	/*margin: 1em 0 0 0;*/

}

div.full-articledisplay h4 {
	margin: 1em 0 0 0;

}

div.full-articledisplay h2.header2 {
	margin-top: 0;
}

/* EBL-mener header */

h2.liste-ebl {
	border-bottom: 1px solid #dcdcdc;
}

h2.liste-ebl + ul.first {
	list-style-type: none;
}

h2.liste-ebl + ul.first li {
	margin-bottom: 5px;
}


div.full-articledisplay div.published, div.full-articledisplay p,
div.full-articledisplay ol, div.full-articledisplay ul {
	margin: 1em 0;
}

div.full-articledisplay a {
	/*font-size: 1em;*/
}

div.full-articledisplay ul, div.full-articledisplay ol {
	margin-left: 30px;
}


div.full-articledisplay div.published {
	margin: 1em 0;
	font-size: .9em;
}

div.full-articledisplay div.published span.date {
	display: inline;
	margin-left: .5em;
}


div.full-articledisplay p.preamble {
	font-weight: bold;
}

div.full-articledisplay div.full {

}

div.full-articledisplay div.left {
	margin: 10px 1em .5em 0;
	float: left;
	display: inline;
}

div.full-articledisplay div.right {
	margin: 10px 0 .5em 1em;
	float: right;
	display: inline;
}


div.full div.photobyline, div.left div.photobyline, div.right div.photobyline {
	font-size: 0.9em;
	font-style: italic;
}

div.right {
 	text-align: right;
}



/* For medlemmer */

div.full-articledisplay p.formembers {
	margin: 24px 12px;
}

div.full-articledisplay p.formembers span.members-only {
	padding: 0 0 0 10px;
	background: transparent url(../grafikk/icon_key.gif) 0 2px no-repeat;
}


/* Dokumentasjonsboks nederst i artikkel med tips en venn funksjon */

div.documentlist {
	border: 1px solid #dcdcdc;
	background-color: #e9e7e7;
	margin: 12px 0;
	clear: both;
	width: 526px;
}

div.documentlist h2 {
	color: #00408b;
	font-size: 14px;
	background-color: #babfd9;
	border-bottom: 1px solid #a9afd0;
	margin: 2px 2px 0 2px;
	padding: 2px 10px;
}


div.documentlist ul {
	list-style-type: none;
	margin: 12px 0;
}

div.documentlist ul li {
	margin: 3px 0;
}

div.documentlist div.doc-title a:link, div.documentlist div.doc-title a:visited {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}

div.documentlist div.doc-title {
	width: 340px;
	display: block;
	float: left;
}

div.documentlist img {
	width: 16px;
	height: 16px;
	margin: 2px 5px 15px 10px;
	float: left;
}

div.documentlist li div.link {
	display: block;
	float: right;
	width: 160px;
	text-align: right;
	margin-right: 10px;
}

div.documentlist li div.link span {
	display: inline;
	margin-right: 10px;
}

div.documentlist div.link a {
	display: inline;
	padding: .2em 0 .2em 15px;
}


/* clearing */

div.clear {
	clear: both;
	display: block;
	float: none;
	font-weight: bold;
}



div.tipafriend {
	border: 1px solid #dcdcdc;
	background-color: #e9e7e7;
	margin: 12px 0;
	clear: both;
}

div.tipafriend h2 {
	color: #00408b;
	font-size: 14px;
	background-color: #babfd9;
	border-bottom: 1px solid #a9afd0;
	margin: 2px 2px 0 2px;
	padding: 2px 10px;
}

div.tipafriend p {
	margin: 10px;
}

div.tipafriend form {
	margin: 10px;
}

div.tipafriend form legend {
	display: none;
}

div.tipafriend form label {
	display: block;
	font-size: .9em;
	margin: 5px 0 3px 0;

}

div.tipafriend form input#to_email, div.tipafriend form input#from_email {
	width: 200px;
	margin-right: 10px;
}


div.tipafriend div.message h3, div.tipafriend div.error h3 {
	margin: 10px;
}

div.tipafriend div.message p, div.tipafriend div.error p {
	font-weight: bold;
}

div.tipafriend div.error p {
	color: #FF0000;
}







/* Presentasjoner */

div.categorylist {
	border: 2px solid #dcdcdc;
	background-color: #e9e7e7;
	margin: 12px 0;
}

div.categorylist h2 {
	display: none;
}

div.categorylist p.description {
	/*color: #00408b;*/
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #002B62;
	border-bottom: 2px solid #a9afd0;
	margin: 2px 2px 0 2px;
	padding: 2px 10px;
}

div.categorylist ul {
	list-style-type: none;
}

div.categorylist ul li {
	margin-bottom: 5px;
}

div.categorylist ul.first {
	float: left;
	margin: 12px;
}

div.categorylist ul.last {
	float: right;
	margin: 12px 100px 12px 0;
	/*padding-left: 200px;*/
}

div.categorylist div.list-link {
	clear: both;
}



/* Kontakt oss */

div.contactlist {
	clear: both;
	border: 1px solid #dcdcdc;
	background-color: #e9e7e7;
	margin: 12px 0;
}


div.contactlist h2 {
	color: #00408b;
	font-size: 14px;
	background-color: #babfd9;
	border-bottom: 1px solid #a9afd0;
	margin: 2px 2px 0 2px;
	padding: 2px 10px;
}

div.contactlist ul.first {
	float: none;
	display: block;
	/*width: 100%;*/
	list-style-type: none;
	margin: 12px;
	padding: 0;
}

div.contactlist li {
	margin: 10px 0;
	padding: 0;
}



/* **************************************************************** */
/* Kalender                                                         */
/* **************************************************************** */


.calendar {
	margin: 15px 0;
	width: 215px;
	border-top: 1px solid #dcdcdc;
}

.calendar table {
	width: 215px;
	margin: 0;
	color: #5b5b5b;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.calendar h3 {
	padding: 10px 0;
	color: #00408b;
	background-color: #ffffff;	 
	text-align: center;
	position: relative;
	z-index: -1;
	font-size: 14px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;

}

.calendar h3 span#prevMonth {
	margin-right: 15px;
}

.calendar h3 span#nextMonth {
	margin-left: 15px;
}

.calendar h3 span#prevMonth a, .calendar h3 span#nextMonth a  {
	text-decoration: none;
}

.calendar table th {
	color: #00408b;
	background-color: #ffffff;
		border-bottom: 1px solid #cacee2;

}

.calendar table tr#top-row td {

}

.calendar table td.weekend {
	color: #A0A0A4;
	background-color: #f2f2f1;
}

.calendar table .today, 
.calendar table .today a, 
.calendar table .today a:link, 
.calendar table .today a:visited {
	background: #cacee2;
	color: #ffffff;
	font-weight: bold;
}

.calendar table td {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	height: 20px;
	width: 24px;
	text-align: center;
}

.calendar table td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}




/* Oversikt over arrangement i kalender */


div.article-data {	
	margin: 15px 0;
	padding: 10px 0;
	width: 528px;
}

div.article-data ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.article-data ul li {
	margin-bottom: 3px;
	float: left;
}

div.article-data ul li.odd {
	font-weight: bold;
	width: 180px;
}

div.article-data ul li.even {
	width: 348px;
}

div.article-data ul li.last {
	margin-bottom: 30px;
}



/* søkeresultat */

span.hitinfiles {
	font-weight: bold;
}

span.hit {
	font-style: italic;
	text-decoration: underline;
}

/* **************************************************************** */
/* toolbar med fontforstørring og rss                               */
/* **************************************************************** */

div.toolbar {
	width: 200px;
	height: 25px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}


div.toolbar ul {
	margin-bottom: 20px;
	float: right;
}

div.toolbar ul li {
	list-style-type: none;
	float: left;
	display:block;
	margin-left: 4px;
	padding: 2px;
	border: 1px solid #9d978b;
	height: 16px;
	width: 16px;
}

div.toolbar ul li:hover {
	border: 1px solid #d7d1c1;
}

div.toolbar ul li.selected {
	border: 1px solid #000000;
}

div.toolbar ul li a.icon {
	display: block;
	width: 16px;
	height: 16px;
}

div.toolbar ul li a.atom {
	background: url('../graphics/atom-icon.gif') no-repeat 0 0;
}

div.toolbar ul li a.rss {
	background: url('../graphics/feed-icon.gif') no-repeat 0 0;
}

div.toolbar ul li a.smallfonts {
	background: url('../graphics/ico_text_small.gif') no-repeat 0 0;
}

div.toolbar ul li a.mediumfonts {
	background: url('../graphics/ico_text_normal.gif') no-repeat 0 0;
}

div.toolbar ul li a.largefonts {
	background: url('../graphics/ico_text_large.gif') no-repeat 0 0;
}

div.toolbar a span {
	display: none;
}

/*Innlogget hovedartikkel*/
div.portal-menu ul li.arbeidsliv {
	background: #e9e6df url('../graphics/portal-menu-bg-green.gif') no-repeat left top;
}

div.portal-menu ul li a:link, div.portal-menu ul li a:visited {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #483c26;
	text-decoration: none;
}

div.portal-menu ul li.arbeidsliv a:hover, div.portal-menu ul li.arbeidsliv a:active {
	color: #003c1e;
	background: url('../graphics/portal-menu-bg-hover-green.gif') repeat-x left top;
}

div.portal-menu {
	position: absolute;

	top: 101px;
	right: 0;
	width: 450px; /* Bredde må spesifiseres, ellers overlapper den med andre block-element i FF */ 
}

div.portal-menu ul {
	float: right;
}

div.portal-menu ul {
	list-style-type: none;
}

div.portal-menu ul li {
	float: left;
}

div.portal-menu ul li {
	float: left;
	width: 140px;
	padding-left: 10px;
	height: 26px;
}


/*Kommentering av artikler*/
div.comments h3 {
	background: #56595b;
	color: #fff;
	padding: 4px 10px;
}


div.comments li {
	/*background: url(../graphics/comment_bg.gif) no-repeat left bottom;*/
	padding: 5px 5px 5px 20px;
	margin: 10px 5px 5px 5px;
}

div.comments .published {
	color: #999da0;
}

div.add-comments {
	background: #56595b;
	margin-top: 30px;
	color: #fff;
	padding: 15px 20px;
}

div.add-comments fieldset {
	float: left;
	border: 0;
	margin: 20px 0 0 0;
	padding: 0;
	width: 47%;	
}

div.add-comments legend,
div.add-comments label {
	display: none;
}

div.add-comments input {
	margin: 0 0 15px 0;
	width: 240px;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.add-comments textarea {
	float: right;
	margin: 20px 0 15px 0;
	width: 220px;
	height: 102px;
	padding-top: 7px;
	padding-bottom: 7px;
}


div.add-comments input.button {
	display: block;
	width: 120px;
	float: right;
}


#placeholder-right-content > div.full-articledisplay.members { padding:0px 0px 0px 10px; }