* { margin: 0;padding: 0; }
a { outline: none; }
a img { border: none; text-decoration: none; } 
fieldset { border: 0; }
legend { display: none; }
ul, ol { list-style-type: none; }

body {
	background: transparent url(../grafikk/body_bg.gif) repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #434343;
	text-align: center;
	margin-bottom: 20px;
}

a:link, a:visited {
	color: #0072b1;
}

a:hover, a:active {
	color: #000000;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0072b1;
}


/* Placeholdere */

div#pagewrapper {
	position: relative;
	text-align: left;
	width: 952px;
	background-color: #ffffff;
	border: 3px solid #d9d9d9;
	padding: 3px;
	margin: 20px auto;
}

div#placeholder-header {
	position: relative;
	height: 144px;
	width: 952px;
	border-bottom: 3px solid #8fd7ff;
	background: #ffffff url(../grafikk/header_bg.jpg) right bottom no-repeat;
}

div#placeholder-content {
	display: inline;
	float: left;
	width: 752px;
	border-top: 1px solid #319fdc;
	margin-left: 200px;
}

div#placeholder-right-content {
	float: left;
	width: 522px;
	padding: 15px;
}

div#placeholder-right {
	float: right;
	width: 200px;
}

div#placeholder-column {
	float: left;
	display: inline;
	width: 200px;
	margin-left: -952px;
}

div#placeholder-footer {
	clear: both;
	height: 26px;
	width: 952px;
}



/* Brikker i div#placeholder-header */



/* Logo */

div.page-header {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 115px;
}

div.page-header a {
	text-decoration: none;
}

div.page-header a img {
	width: 115px;
	height: 115px;
}







/* Brikker i div#placeholder-column */


div.vertical-menu {
	background-color: #319fdc;
	
}

div.vertical-menu {
	margin: 0 0 15px 0;
	overflow: hidden;
	padding-top: 5px;
}

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

div.vertical-menu ul {
	margin: 0 10px 10px 14px;
}

div.vertical-menu ul li ul{
	margin: 5px 0 5px 10px;
}

div.vertical-menu li {
	padding: 8px 0 0 0;
	width: auto;
	font-weight: bold;
}

div.vertical-menu a:link, div.vertical-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

div.vertical-menu a:hover, div.vertical-menu a:active {
	color: #ffffff;
	text-decoration: underline;
}

div.vertical-menu li.selected a:link, div.vertical-menu li.selected a:visited, div.vertical-menu li.selected a:hover, div.vertical-menu li.selected a:active {
	color: #0072b1;
	font-weight: bold;
}

div.vertical-menu li a.members-only:link, div.vertical-menu li a.members-only:visited, div.vertical-menu li a.members-only:hover, div.vertical-menu li a.members-only:active  {
	color: #8fd7ff;
}

div.vertical-menu ul li a {
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: auto;
}

div.vertical-menu ul li ul li a {
	font-size: 13px;
	display: block;
	width: auto;
}





/* Bannere under hovedmenyen */

div.banner-neutral, div.memberlogin {
	border-top: 1px dotted #c8c7c7;
	border-bottom: 1px dotted #c8c7c7;
	background: #ffffff url(../grafikk/column_bg.gif) right top repeat-y;
	margin: 15px 0;
	padding: 10px 3px;
}

div.banner-neutral a {
	font-size: 18px;
	font-weight: bold;
	color: #8fd7ff;
	text-decoration: none;
	display: block;
}

div.banner-neutral a span {
	font-size: 12px;
	font-weight: normal;
	line-height: inherit;
}

div.banner-neutral a span.small-text {
	color: #0072b1;
	display: block;
}

div.banner-neutral a span.arrows {
	color: #8fd7ff;
}

div.banner-green {
	margin: 15px 0;
	border: 3px solid #46a856;
	background: #46a856 url(../grafikk/banner_green_bg.gif) left bottom repeat-x;
	padding: 8px;
}

div.banner-violet {
	margin: 15px 0;
	border: 3px solid #9e53ba;
	background: #9e53ba url(../grafikk/banner_violet_bg.gif) left bottom repeat-x;
	padding: 8px;
}

div.banner-violet a,
div.banner-green a {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}

div.banner-violet a span.small-text,
div.banner-green a span.small-text {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	display: block;
}

div.banner-violet a span.arrows {
	color: #9e53ba;
}

div.banner-green a span.arrows {
	color: #46a856;
}





/* medlemslogin */

div.memberlogin h2 {
	font-weight: bold;
	font-size: 12px;
	color: #8c7d4f;
}

div.memberlogin label {
	display: none;
}

div.memberlogin input#username, div.memberlogin input#password {
	width: 150px;
	margin: 5px 2px 5px 0;
	color: #848484;
}

div.memberlogin div.message, div.memberlogin div.error {
	margin: 5px 0;
}


/* Brikker i div#placeholder-right */



div#placeholder-right div.small-searchinput {
	background-color: #319fdc;
	margin-bottom: 15px;
}

div#placeholder-right div.small-searchinput form {
	padding: 10px 5px;
}

div#placeholder-right div.small-searchinput form label {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

div#placeholder-right div.small-searchinput form input#articlesearchstring {
	width: 135px;
	margin: 5px 4px 0 0;
}



div.calendar {
	border-top: 1px dotted #c8c7c7;
	background: #ffffff url(../grafikk/column_bg_reversed.gif) left top repeat-y;
	margin-top: 15px;
	padding: 10px 5px;
}

.calendar table {
	width: 190px;
	color: #5b5b5b;
	text-align: center;
	background-color: #ffffff;
	border-collapse: collapse;
}

.calendar h3 {
	color: #8c7d4f;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;

}

.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 tr th {
	color: #8c7d4f;
	border-top: 1px solid #c8c7c7;
	border-bottom: 1px solid #c8c7c7;
}

.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,
.calendar table .today a:hover,
.calendar table .today a:active {
	background: #8c7d4f;
	color: #ffffff;
	font-weight: bold;
}

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

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




div.small-calendarlist {
	border-bottom: 1px dotted #c8c7c7;
	background: #ffffff url(../grafikk/column_bg_reversed.gif) left top repeat-y;
	margin-bottom: 15px;
	padding: 0 0 10px 5px;
	font-size: 11px;
}

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

div.small-calendarlist div.published,
div#placeholder-right div.small-articlelist div.published {
	color: #666666;
	font-size: 10px;
	margin-bottom: 3px;
}

div.small-calendarlist div.list-link {
	font-size: 12px;
	margin-top: 5px;
}

div.small-calendarlist div.list-link a,
div.memberlogin p a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #8fd7ff;
}





div#placeholder-right div.small-articlelist {
	border-top: 1px dotted #c8c7c7;
	border-bottom: 1px dotted #c8c7c7;
	background: #ffffff url(../grafikk/column_bg_reversed.gif) left top repeat-y;
	margin: 15px 0;
	padding: 10px 0 10px 5px;
	font-size: 11px;
}

div#placeholder-right div.small-articlelist h2 {
	font-weight: bold;
	font-size: 12px;
	color: #8c7d4f;
	margin-bottom: 5px;
}

div#placeholder-right div.small-articlelist div.list-link {
	display: none;
}







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



/* Sitelocator */

div.sitelocator {
	font-size: 10px;
	color: #666666;
}

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

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

div.sitelocator li a {
	padding: 0 3px;
}

div.sitelocator li:after {
	content: " -";
}

div.sitelocator li.last:after {
	content: "";
}





/* Artikkel */


div.full-articledisplay {
	margin: 0 0 30px 0;
}


div.full-articledisplay h1 {
	font-size: 30px;
	margin: 15px 0;
}

h1 {
	font-size: 30px;
	margin: 15px 0;
}

div.full-articledisplay h2, div.full-articledisplay h3, div.full-articledisplay h4 {
	margin: 15px 0;
}

div.full-articledisplay p {
	margin: 18px 0;
}

div.full-articledisplay ul, div.full-articledisplay ol {
	margin: 15px 0 15px 40px;
}

div.full-articledisplay ul {
	list-style-type: disc;
}

div.full-articledisplay ol {
	list-style-type: decimal;
}

div.full-articledisplay div.published {
	font-size: 11px;
	color: #666666;
}

div.frontpage div.published {
	display: none;
}

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

div.full-articledisplay div.full {
	max-width: 522px;
	margin: 15px 0 7px 0;
}

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

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

div.photobyline {
	font-size: 9px;
	color: #666666;
	text-align: right;
}





/* div.frontpage */

div.frontpage {
	background: #e5e5e5 url(../grafikk/main_article_bg.jpg) top right no-repeat;
	border: 4px solid #efefef;
	margin: 15px 0;
	padding: 15px;
}

div.frontpage h1 {
	font-size: 16px;
	color: #8c7d4f;
	font-weight: bold;
	margin: 0;
}

div.frontpage p {
	font-size: 15px;
	color: #000000;
	margin: 10px 0 0 0;
}





/* Full artikkelliste */


div.full-articlelist {
	margin: 15px 0;
}

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

div.full-articlelist h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8c7d4f;
	margin: 0;
	border-bottom: 1px dashed #c8c7c7;
	padding-bottom: 2px;
}

div.full-articlelist p.description {
	display: none;
}

div.full-articlelist li {
	clear: both;
	padding: 20px 0;
	border-top: 1px dotted #c8c7c7;
}

div.full-articlelist li.first {
	border: none;
}

div.full-articlelist h4 {
	display: none;
}

div.full-articlelist h3 {
	font-size: 20px;
	font-weight: bold;	
	margin: 0 0 5px 0;
	padding-top: 0px;
}

div.full-articlelist h3 a {
	text-decoration: none;
}


div.full-articlelist p {
	margin-bottom: 8px;
	font-size: 13px;
}


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

}

div.full-articlelist div.list-thumbnail-left img {
	vertical-align: top;
}


/* Link til slutt i listen */

div.full-articlelist div.articlelist-link-internal, div.full-articlelist div.articlelist-link-internal ul {
	display: inline;
	padding: 0;
}

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

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


div.full-articlelist div.list-link {
	clear: both;
}




/* Banner / kampanje */

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

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









/* Søkeresultatside */


span.hitinfiles {
	font-weight: bold;
}

span.hit {
	font-style: italic;
	border-bottom: 1px solid #0072b1;
}





/* 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: 15px 0;
}

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

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


/* nøkkel for medlemmer */


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






/* Medlemsutlisting */

div.members p {
	margin-top: 18px;
}


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

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

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

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

table.result-list {
	border: 1px solid #efefef;
	margin: 15px 0;
}

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



div.appsearchinput {
	margin: 18px 0 15px 0;
}

div.appsearchinput form select {
	margin-right: 10px;
	width: 150px;
}


div.appsearchinput form select#fylke {
	display: block;
	margin-top: 10px;
}

div.appsearchinput form legend {
	display: none;
}

div.appsearchinput form label {
	display: none;
}

div.appsearchinput form input#fritekst {
	width: 150px;
	margin: 10px 10px 0 0;
	color: #666666;
}





/* Feilmelding */

div.members p.message {
	margin: 15px 0;
	font-weight: bold;
	color: #AA0000;
}












/* div.calendarlist */



div.calendar-reg {
	margin: 15px 0;
}


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

div#placeholder-right-content div.calendarlist h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8c7d4f;
	margin: 0;
	border-bottom: 1px dashed #c8c7c7;
	padding-bottom: 2px;
}

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



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

div#placeholder-right-content div.calendarlist li.month {
	color: #0072b1;
	font-weight: bold;
	margin: 15px 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;
}



/* Tabell med registrering av arrangement */

form#calendarreg span.red {
	color: #FF0000;
	margin-left: 5px;
}

form#calendarreg span.calendar-date {
	color: #666666;
	margin-left: 5px;
}

form#calendarreg input, form#calendarreg textarea {
	width: 200px;
}

form#calendarreg textarea {
	height: 100px;
}

form#calendarreg input.button {
	width: 50px;
}

form#calendarreg table td {
	vertical-align: top;
}





/* Oversikt over arrangement i kalender */


div.article-data {	
	margin: 15px 0;
	width: 518px;
}

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: 338px;
}

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






/* Tekst i footer */

div#placeholder-footer div.small-articledisplay p {
	font-size: 11px;
	text-align: center;
}

div#placeholder-footer div.small-articledisplay p span {
	color: #8fd7ff;
	font-weight: bold;
	margin: 0 5px;
}


