/* 960.gs grid styles */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}


.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.grid_1 {
	width:60px;
}
.grid_2 {
	width:140px;
}
.grid_3 {
	width:220px;
}
.grid_4 {
	width:300px;
}
.grid_5 {
	width:380px;
}
.grid_6 {
	width:460px;
}
.grid_7 {
	width:540px;
}
.grid_8 {
	width:620px;
}
.grid_9 {
	width:700px;
}
.grid_10 {
	width:780px;
}
.grid_11 {
	width:860px;
}
.grid_12 {
	width:940px;
}

/* end grid styles */


/* border box styles - not used, but need to reset these for some standard templates */
div.border-box
{
    margin-bottom: 0;
}

div.border-box div.border-tl
{
    background: transparent none;
}

div.border-box div.border-tr
{
    background: transparent none;
    padding: 0
}

div.border-box div.border-tc
{
    font-size: 0;
    height: 0;
    background: transparent none;
}

div.border-box div.border-ml
{
    background: transparent none;
}

div.border-box div.border-mr
{
    background: transparent none;
/*    padding: 0 4px 0 4px; */
	padding: 0;
}

div.border-box div.border-mc
{
    background-color: #ffffff;
    padding: 0;
}

div.border-box div.border-content
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
    padding: 0;
}

div.border-box div.border-content:before, div.border-box div.border-content:after /* Preventing margins on content from breaking the box */
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block; 
    clear: both; 
}

div.border-box div.border-bl
{
    background: transparent none;
}

div.border-box div.border-br
{
    background: transparent none;
    padding: 0;
}

div.border-box div.border-bc
{
    font-size: 0;
    height: 0;
    background: transparent none;
}

/* end borde box styles */


/* List styles */
#main ul, #main ol {
	padding:0 40px 15px;
	margin: 0;
}
#main ul li, #main ol li {
	list-style-position:outside;
	list-style-type:disc;		
	margin:0;
	background-image: none;
	padding: 0 0 4px 0;
	font-size: 1.2em;
}
#main ol li {
	list-style-type: decimal;	
}


div#front-zone-top {
	margin-bottom: 10px;
}
div#front-zone-topleft, div#front-zone-right {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#front-zone-left, div#front-zone-mid {
	margin-top: 14px;
}

div.block-content div.attribute-header {
	display: none;
}
 
div.attribute-header h1, div.attribute-header h1.long {
	color:#666666;
	font-size:2.3em;
	font-style:normal;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	padding-bottom:6px;
	padding-top:0;
}
div.class-folder div.content-view-children {
	margin-bottom: 10px;
}
div.class-folder div.content-view-children div.attribute-short {
	min-height: 46px;
}
div.content-view-full div.attribute-image {
	float:left;
	margin: 4px 20px 5px 0;
}
div.content-view-line div.attribute-image {
	margin: 0 20px 0 0;
}
div.content-view-line div.class-article {
	margin-bottom: 15px;
}
div.article-content {
	float:left;
}
div.content-view-line div.hasimage {
	width: 380px;
}
div.content-view-line div.noimage {
	width: 460px;
}
div.article-content div.attribute-tiny {
	border-top: 1px solid #999999;
	margin-top: -6px;
	padding-top: 4px;
	font-style: italic;
	line-height: 1.4em;
}
div.content-view-children div.article-content div.attribute-tiny {
	clear: left;
}
span.article-date {
	padding-right: 6px;
}
div.fullview-leadin {

}
div.fullview-leadin div.attribute-short p {
	color:#333333;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.3em;
	margin:0;
	padding-bottom:12px;
	padding-left:0;
	padding-top:0;
}
div.class-folder div.fullview-leadin, div.class-department div.fullview-leadin  {
	padding-bottom: 10px;
}
div#size-controls {
	text-align: right;
	float: left;
	padding-right: 10px;
	margin: 8px 8px 22px 6px;
}
div#size-controls, div.extra-menu-top {
	font-size: 1.1em;	
	line-height: 1em;	
}
div.extra-menu-top a, div#size-controls a {
	color: #5c6063;
	text-decoration: none;
}
div#size-controls a.selected {
	font-weight: bold;
}
#size-10 {
	font-size: 11px;
}
#size-15 {
	font-size: 14px;
}
#size-20 {
	font-size: 17px;
}
span#lesewebikon {
	display: none;
}
/* POI styles */

#poi {
	position: relative;
	z-index: 500;
}
#poi div.outer_wrap {
	position: absolute;
	height: 115px;
	width: 250px;
	overflow: hidden;
	cursor: pointer;
}
#poi div.inner_wrap {
	font-size: 1.4em;
	position: absolute;
	height: auto;
	background: url(../images/text_bk.png);
	padding: 13px 0 10px 20px;
	top:165px;
	width: 214px;
}
#poi div h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0;
	color: #333;
}
#page div.poi-noscript div:hover div.inner_wrap {
	bottom: 0;
	top: auto;
}
#poi .area {
	width: 234px;
	height: 169px;
	position: absolute;
	z-index: 1000;
	border-right: 1px solid #ffffff;
}
#poi a {
	display: block;
	padding: 10px;
	position: absolute;
	top: 115px;
	height: 34px;
}
#poi .area div.inner_wrap, #poi .area a {
	width: 214px;
}
#poi #area1 {
	left: 0;
}
#poi #area2 {
	left: 235px;
}
#poi #area3 {
	left: 470px;
}
#poi #area4 {
	left: 705px;
}
#poi a span {
	display: none;
}
#poi {
	width: 940px;
	height: 169px;
}
.poi-5-nodes #poi div.outer_wrap {
	width: 200px;
}
.poi-5-nodes #poi .area {
	width: 187px;
}
.poi-5-nodes #poi .area div.inner_wrap, #poi .area a {
	width: 167px;
}
.poi-5-nodes #poi #area1 {
	left: 0;
}
.poi-5-nodes #poi #area2 {
	left: 188px;
}
.poi-5-nodes #poi #area3 {
	left: 376px;
}
.poi-5-nodes #poi #area4 {
	left: 564px;
}
.poi-5-nodes #poi #area5 {
	left: 752px;
}

/* Box styles */
.box_header {
	background: #0082bc;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #e8e3ce;
}
.box-theme-grey div.box_header {
	background: url(../images/box_topbk_grey.png) repeat-x #9e9c93;
}
.box_header h2 {
	font-size: 1.4em;
	color: #fff;
	padding: 6px 8px 6px 12px;
	margin: 0;
	line-height: 1em;
}
.box_header h2 a {
	text-decoration: inherit;
	color: inherit;
}
.box_header h2 a:hover {
	text-decoration: underline;
}
.collapseable h2 {
	padding: 6px 8px 6px 36px;
	background: url(../images/arr_down.png) 12px 0.6em no-repeat;	
}
.box_header .box_topleft {
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	/*background: url(../images/box_topleft.png) top left no-repeat;*/
}
.box-theme-grey .box_header .box_topleft {
	background-image: url(../images/box_topleft_grey.png);
}
.box_header .box_topright {
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;	
	/*background: url(../images/box_topright.png) top right no-repeat;*/
}
.box-theme-grey .box_header .box_topright {
	background-image: url(../images/box_topright_grey.png);
}
.box_content {
	background: #F6F3EB;
	padding: 6px 11px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomleft:4px;		
	-moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomright:4px;
}
.box-theme-grey .box_content {
	background: url(../images/box_bk_grey.png) top left repeat-x #ededec;
}
.full_page .box_content p {
	padding-bottom: 8px;
}
.full_page .box_content h3 {
	margin-bottom: 6px;
	padding-top: 1px;
	font-size: 1.3em;
}
.box_footer {
	background: url(../images/box_btmbk.png) bottom left repeat-x;
}
.box_bottomright {
    background: url(../images/box_btmright.png) bottom right no-repeat;
	height: 11px;
}
.box_bottomleft {
	background: url(../images/box_btmleft.png) bottom left no-repeat;
}
#front-zone-top .box_header, #front-zone-topleft .block-view-node .box_header, #front-zone-top .box_footer, #front-zone-topleft .box_footer  {
	display: none;
}
#front-zone-top .box_content, #front-zone-topleft .block-view-node .box_content {
	padding: 0;
	background: transparent;
}
.block-type-Nyhetsblokk .box_content, .block-type-Kalender .box_content, .block-type-Kontaktinfo .box_content, .block-type-Kommuner .box_content, .block-type-Kartmappe .box_content, .block-type-WidgetHTML .box_content {
	padding: 0;
}
.block-type-WidgetHTML .box_header {
	border: 0;
}
div.front-news-items {
	width: 50%; 
	float: left;	
}
div.front-news-items a {
	text-decoration : none;	
}
div.front-news-items div.attribute-image {
	float:left;
	margin:0 20px 0 0;
	width: 80px;
	height: 80px;
}
div.front-news-items div.attribute-image a {
	display: block;
}
div.front-news-items div.article-content {
	width: 200px;
	color: #393939;
	padding-top: 7px;
}
div.front-news-items div.article-content h2 {
	font-size: 1.2em;
	padding-bottom: 2px;
}
div.front-news-items div.article-content a {
	color: #393939;
}
div.front-news-items .news-item, div.front-calendar-items .cal-item {
	border-bottom: 1px solid #ffffff;
}
div.subpage-calendar-items .cal-item {
	border-bottom: 1px solid #d2d8db;
}
div.big-news-item div.attribute-image {
	margin: 0;
}
div.big-news-item div.attribute-image {
	margin: 0;
}
div.block-view-lastnewsitem div.box_content {
	background: transparent;
}
div.block-view-lastnewsitem div.box_header {
	border-bottom: 0;
}
div.block-view-lastnewsitem div.box_content div.article-content {
	padding: 8px 2px 14px;
}
div.block-view-lastnewsitem div.box_content div.article-content a {
	text-decoration: none;
	color: inherit;
}
div.block-view-lastnewsitem div.box_content div.article-content h2 {
	font-size: 2.5em;
}
/*
div.front-news-items .last-item {
	border: 0;
	padding-bottom: 5px;	
}
*/
div.subpage-calendar-items .last-item {
	border: 0;
}
div.front-news-items .news-item p {
	padding-bottom: 2px;
}
.cal-item {
	padding: 8px 10px;
	font-size: 1.2em;
	color: #393939;	
}
.cal-item h2, .cal-item h2 a {
	color: #393939;
	font-size: 1em;
	padding: 2px 0;
}

div#department-banner {
	margin-bottom: 20px;
}
#department-banner img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div#content-tools .box_content {
	margin-bottom: 20px;
}
div#content-tools .ics-export {
	padding-left: 55px;
	padding-top: 4px;
	font-size: 1.2em;
	height: 50px;
	background: url(../images/ics_icon.png) -6px 0 no-repeat;
}
.ics-export a {
	color: #393939;	
}
div.bleed {
	padding: 0 !important;
}
.bleed .box-item {
	padding: 6px 11px;
	font-size: 1.1em;
	border-bottom: 1px solid #d2d8db;
} 
.bleed .last-item {
	border: 0;	
}
.box_content a.file-name {
	color: #333;
	display: inline-block;
	padding-bottom: 4px;
	font-weight: bold;
}
.box_content .file-size {
	color: #005a8f;
	font-style: italic;
}
.box_content .contact-name {
	font-weight: bold;
	color: #333333;
	display: block;
	outline: none;
	font-size: 1.1em;
}
.box_content .contact-title {
	padding-bottom: 6px;	
}
.contacts .box-item {
	font-size: 1.2em;
	line-height: 1.4em;
}
.staff_layout .box-item {
    margin: 10px 25px;
    width: 220px;
    float:left;
    height: 120px;
}
#front-zone-right .ezflow-zone-column {
	margin-bottom: 20px;
}
#front-zone-right .ezflow-zone-column:last-child {
	margin-bottom: 0;
}

table#ezagenda_event_table, table.employee-table, table.standardtabell {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table#ezagenda_event_table th, table.employee-table th, table.standardtabell th, 
div.fullview-leadin div.attribute-short table.standardtabell p  {
	background: #0082bc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0;
}
table#ezagenda_event_table th div, table.employee-table th div, table.standardtabell th p {
	padding: 4px 0;
	min-height: 16px;	
}
table#ezagenda_event_table td, table.employee-table td, table.standardtabell td {
	padding: 10px 8px 10px 2px;
	border-bottom: 1px solid #d2d8db;
	font-size: 1.1em;
}
table.standardtabell td, table.standardtabell th {
	padding-left: 8px;
	padding-right: 2px;
}
table.standardtabell th p {
	color: #fff;	
}
table#ezagenda_event_table td.first-td, table.employee-table td.first-td {
	padding-left: 12px;
}
table#ezagenda_event_table th.first-th div, table.employee-table th.first-th div {
	padding-left: 10px;
}
table#ezagenda_event_table th.first-th div, table.employee-table th.first-th div, table.standardtabell th.first {
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
table#ezagenda_event_table th.last-th div, table.employee-table th.last-th div, table.standardtabell th.last {
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
table.employee-table a.sort-btn, table.employee-table a.sort-btn-active {
	background: url(../images/arr_down.png) 0 4px no-repeat;
	padding-left: 18px;
	margin-right: 6px;
	display: inline-block;		
	color: #fff;
}
table.employee-table td {
	padding-right: 12px;
}
table.employee-table a.sort-btn-active {
	text-decoration: underline;
}
table.employee-table a.sort-desc {
	background-image: url(../images/arr_up.png);
}
table.standardtabell {
	margin-bottom: 12px;
}
table.standardtabell td, table.standardtabell th {
	padding-left: 8px;
	padding-right: 2px;
}
table.standardtabell th p {
	color: #fff;	
	font-size: 0.9em;
}
.article-info {
	background: #f0ecdf;
	padding: 5px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position: relative;
	font-size: 1.1em;
	margin-top: 5px;
}
.article-info .article-author {
	padding-bottom: 7px;
}
div.article-tools {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding-top: 2px;
	padding-right: 63px;
}
#share-tools {
	position: absolute;
	margin-left:10px;
	right: 0;
	top: 0;
}
a#print-link, a#share-link {
	background: url(../images/print_icon.png) top left no-repeat;
	padding: 1px 10px 0px 22px;
	color: #393939;
	display: inline-block;
	text-decoration: none;
}
a#share-link {
	background: url(../images/mail_icon.png) 0 3px no-repeat;
	padding-right: 15px;
	padding-left: 20px;
}
a#print-link:hover, a#share-link:hover {
	text-decoration: underline;	
}
.block-type-Image img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
.search-controls, .content-search form  {
	background: url(../images/search_bk.png) #fdfdfc top left repeat-x;
	width: auto;
	border:0;
	margin-bottom:0;
	padding:16px 10px 18px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
.content-search form  {
	margin-top: 5px;	
}
div#employee-controls label {
	display:block;
	font-size:1.2em;
	padding:2px 0 6px 0;;
	width:90px;
	font-weight: normal;
}
div#employee-controls div.search-control {
	display: inline;
	float: left;
	margin-right: 20px;
}
div#employee-controls div#employee-search-submit {
	padding-top: 22px;
}
.search-controls div.search-btn {
	padding-bottom: 0;
}
div.quote {
	background: none;
	margin:0 40px;
	padding:0 0 10px;
	text-align:left;	
}
div.quote p {
	color:#999999;
	font-size:1.5em;
	font-style:italic;	
	font-weight: normal;
	padding-bottom: 5px;
}
div.quote p.author {
	font-size: 1.1em;
	font-style: normal;	
	padding-bottom: 0;
}
div.quote-design {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div.content-view-full div.attribute-image div.caption {
	background-color: transparent;
	font-size:0.9em;
	margin: 0;
	text-align:left;
}
div.content-view-full div.attribute-image div.caption p {
	padding: 6px 0 0 0;
	line-height: 1.4em;
}
div.box-link img {
	display: block;
}
.box-text-link {
	font-size: 1.4em;
	padding: 0 14px 14px;
}
.box-link:first-child .box-text-link {
	padding-top: 14px;
}
#main .shortcuts ul {
	padding: 0 11px 5px;
	font-size: 0.9em;	
}
.embedded-file a {
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}
.attribute-pdf a {
	background-image:url(../images/page_white_acrobat.png);
	padding: 2px 0 2px 22px;	
}
.attribute-link a {
	background-image:url(../images/silk/link.png);
	padding: 2px 0 2px 22px;	
}
.attribute-ods a, .attribute-xls a {
	background-image:url(../images/silk/page_white_excel.png);
	padding: 2px 0 2px 22px;	
}
.attribute-doc a, .attribute-odt a {
	background-image:url(../images/silk/page_white_text.png);
	padding: 2px 0 2px 22px;	
}
.attribute-folder a {
	background-image:url(../images/silk/folder.png);
	padding: 2px 0 2px 22px;	
}
.standardtabell .embed-size {
	display: none;
}
.standardtabell .embedded-file a {
	padding: 0;
	background: none;
}
.attribute-pdf {

}
#mr_form_fill ol li {
	list-style-type: none;
	padding-bottom: 15px;
}
#mr_form_fill label {
	font-weight: bold;
	color: #333;
}
.mr_form_embed #mr_form_fill label.choicelabel {
	font-weight: normal;
}
.mr_form_embed fieldset ol {
	padding-top: 40px;
}
#form-replies-link {
	position: relative;
	top: -5px;
	font-size: 12px;
	font-weight: bold;
}
div#form-replies-wrapper div.content-view-form {
	width: 700px;
}
.mr_form_standalone .mr_form_confirm {
	font-size:1.2em;
}
.megacontainer {
	height: 20px;
}
.megacontainer:hover {
	background: url(../images/mega_arrow.png) bottom center no-repeat;	
}
#topmenu-secondlevel {
	position: relative;
}
#topmenu-secondlevel .megalink:hover {
	text-decoration: none;
	border: 0;
}
.megacontainer div.megadropdown {
	display: none; 
	position: absolute;
	z-index: 10000;	
	top: 27px;
/*	left: 0px;*/
    right:-30px;
	color: #fff;

}
.megacontainer:hover div.megadropdown {
	display: block;
}
#topmenu div.megaright {
	background: url(../images/mega_r.png) top right no-repeat;
	padding: 0 42px 0 0;
}
#topmenu div.megaleft {
	background: url(../images/mega_l.png) top left no-repeat;
	padding: 0 0 0 41px;
}
#topmenu div.megabk {
	background: url(../images/mega_bk.png) top left repeat-x;
	width: 800px;
	height: 227px;
	padding: 0 0 31px 0;
}
#topmenu .megacontent {
	padding-top: 20px;
}
#topmenu .megacontent h3 a {
	font-size: 14px;
}
#topmenu div.megalist {
	padding: 0;
	float: left;
	margin-right: 16px;
	min-width: 120px;
}
#topmenu div.megalist li {
	display: block;
	padding: 0;	
}
#topmenu div.megalist a:hover {
	border: 0;
	text-decoration: underline;
}
.block-type-Kontaktinfo .box_content .articles {
	padding: 6px 11px;
}
.block-type-Kontaktinfo .emp-search {
	border-top: 1px solid #fff;
	padding: 6px 11px 12px 11px;
}
.block-type-Kontaktinfo .emp-search label {
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0 6px 0;	
}
.block-type-Kontaktinfo .emp-search input.emp-name {
	border: 1px solid #8f8f8f;
	padding: 2px;
}
.block-type-Kontaktinfo .searchformbtn {
	float: none;
	display: inline-block;
	margin-left: 5px;
}
#editform .box_content {
	background: url(../images/search_bk.png) top left repeat-x;
}
.toggle-btn {
	display: inline-block;
	background: url(../images/arr_down.png) center center no-repeat;
	width: 16px;
	height: 12px;
}
.expand {
	background-image: url(../images/arr_up.png);
}
div.user-login {
	font-size: 1.2em;
}
#employee-pager {
	padding: 16px 8px 10px 12px;
}
#employee-pager a {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
#employee-page-next {
	float: right;	
}
#event_header {
	margin-bottom: 16px;
}
#event_header h3 {
	color: #616161;
	margin-bottom: 5px;
	font-size: 1.4em;
}
#event_header div {
	font-size: 1.4em;	
}
div.collection {
	min-height: 200px;
}
div.class-collectionpage div.grid_12 {
	margin-bottom: 20px;
}
div.collection table {
	width: 100%;
	min-height: 150px;
}
div.collection th, div.collection td {
	font-size: 1.1em;
	vertical-align: middle;	
}
div.collection th, div.collection td {
	padding: 4px 11px;
}
div.collection td p {
	padding: 0;	
}
div.collection td a {
	color: #333;	
}
div.collection th {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
div.collection table {
	background: url(../images/table-bk.gif) top left repeat-x;
}
div.content-view-embed div.class-file {
	padding-bottom: 5px;
}
#main div.block-type-Notice ul {
	padding: 0 5px 15px 15px;
}
#main div.block-type-Notice p {
	padding-bottom: 8px;
}
div#lang-select {
	float: right;
	padding-right: 7px;
}
a#lang-en {
	background: url(../images/flag-en.gif) top left no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	position: relative;
	top: 4px;
}
a#lang-en span {
	display: none;
}
#main div.object-none div.class-file {
	font-size: 1.2em;
}
#rss-link {
	float: right;
	color: #333;
	display: block;
	background: url(../images/feed-icon-14x14.png) top left no-repeat;
	padding-left: 20px;
	padding-right: 2px;
}
.mr_form_standalone {
/*	margin-right:305px; */
}
div.content-view-form {
	position: relative;
	margin-top: -20px;
}
.mr_form_standalone {
	min-height: 440px;	
}
#form-wrapper .mr_form_standalone .elmer-start {
	width: 375px;
	font-size: 1.2em;
	padding: 15px 10px;
}
#form-wrapper fieldset, #form-wrapper fieldset.alt {
	width:393px;
}
#form-wrapper .mr_form_standalone #mr_form_fill fieldset.submit {
	width:393px;
	margin: 0 0 0 15px;
	padding: 0;
}
#form-wrapper .mr_form_standalone #mr_form_fill fieldset.submit div {
	padding: 0 0 0 20px;	
}
#form-wrapper .mr_form_standalone fieldset div {
	padding:10px 5px 15px;
}
#form-wrapper .mr_form_standalone fieldset div div {
	padding: 0;	
}
#form-wrapper .mr_form_standalone .mr_form_table input {
	width: 110px;	
}
#main .mr_form_pages ul {
	margin: 0; 
	padding: 0;
}
#main .mr_form_pages ul li {
	margin:0 0 3px 10px;
	padding: 0;
	list-style-type:none;
}
div.content-view-form {
	width: 940px;
	overflow-x: hidden;
}
.mr_form_embed #mr_form_fill label {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 4px;
}
.mr_form_embed #mr_form_fill label.error {
	float: right;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	display: inline;
	padding: 0px 0 0 6px;
	margin: 0;
	width: auto;
	position: static;
}
.mr_form_embed #mr_form_fill legend span {
	font-size: 1.6em;
	width: 440px;
	display: block;
	white-space: normal;
	position: static;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px 10px 8px 10px;
}
.mr_form_standalone #mr_form_fill legend span {
	font-size: 1.2em;
	display: inline;
}
.mr_form_embed {
	margin-top: 0;
	padding-top: 0;
	clear: left;
	background: url(../images/form_bk.jpg) top left no-repeat #f8f8f5;	
}
.mr_form_standalone .mr_form_embed {
	clear: none;
	background: none;
}
.mr_form_embed #mr_form_fill fieldset {
	border-top: 0;
	margin: 0;	
}
.mr_form_embed #mr_form_fill ol li {
	padding: 5px 5px 6px 5px;
	width: 440px;
	margin-bottom: 1px;
}
.mr_form_embed .form_textfield {
	font-size: 12px;
}
.mr_form_embed #mr_form_fill fieldset.alt, .mr_form_embed #mr_form_fill fieldset {
	background: transparent;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin: 0;
}
.mr_form_standalone #mr_form_fill fieldset.alt, .mr_form_standalone #mr_form_fill fieldset {
	margin-left: 9px;
}
.mr_form_embed #mr_form_fill fieldset.submit {
	border-bottom: 0;
	padding-right: 10px;
}
.mr_form_embed #mr_form_fill fieldset ol {
	padding: 0px 5px;
}
.mr_form_embed .mr_form_confirm {
	padding: 10px;
	font-size: 1.2em;
}
.form_info_box h2, .form_info_box label {
	font-size:1.2em;
}
.mr_form_header h1 {
	font-weight: bold;	
}
#main div.content-view-sitemap {
	padding: 0 10px;
}
#main div.content-view-sitemap h1 {
	padding-bottom: 15px;
}
#main div.content-view-sitemap td {
	width: 20%;
}
#main div.content-view-sitemap h2 {
	font-size: 1.4em;
	padding: 0;
}
#main div.content-view-sitemap h2 a {
	color: #006C9E;
}
#main div.content-view-sitemap ul {
	padding: 0px 10px 10px 0;
	list-style: none;
	margin-bottom: 20px;
}
#main div.content-view-sitemap ul ul {
	padding: 0 15px 0 0;
	margin-bottom: 0;
}
#main div.content-view-sitemap li {
	list-style: none;
	padding: 2px 0 2px 0;
}
#main div.content-view-sitemap li li {
	font-size: 0.9em;	
	padding: 2px 0 2px 12px;
}
#main div.content-view-sitemap li li:first-child {
	padding-top: 4px;	
}
#main div.content-view-sitemap ul.magic-column {
	padding-top: 20px;
}
span.embed-size {
	color: #333;
	white-space: nowrap;
}
h2.clearfix {
	clear:both !important;
	margin: 0 0 5px 0 !important;
	padding-top: 10px !important;
	overflow: visible;
	height: auto;
}
/* Stiler for innlogging */
div#login-page {
	width: 460px;	
}
div#login-page h2 {
	font-size: 2.3em;
}
div.user-login div.labelbreak {
	display: none;
}
div.user-login input#id1, div.user-login input#id2 {
	display: block;	
	margin: 2px 0 8px 0;
}
div.user-login input#id3 {
	float: left;
}
div.user-login input#id3, div.user-login input#id4 {
	margin-right: 8px;
}
div.user-login div.block {
	margin: 10px 0 10px 0;
}
div.user-login label {
	display: inline;
}
div.user-login div.attribute-header h1.long {
	font-size: 1.2em;	
	padding: 0;
}
div.user-login input.defaultbutton {
	padding: 6px 8px;
	font-size: 1em;
}
div.user-login #RegisterButton {
	display: none;
}
div.user-login div.warning {
	background: #F2F2F2;
	border: 1px solid #666666;
	border-width:1px 0;
	margin:20px 0;	
}
div.user-login div.warning h2 {
	font-size: 1.2em;
}
#main div.user-login div.warning li {
	font-size: 1em;
}
div.user-login {
	background: #e9e9e9;
	padding: 12px;
	width: 436px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.mailprot {
	white-space: nowrap;
}

#facet-controls ul {
	padding: 3px 15px;	
}
ul#facet-list {
	padding-top: 7px;
}
#facet-list ul li {
	font-size: 0.9em;
}
div#search_results {
	width: auto;
	padding: 0;
	margin-top: 10px;
	float: none;
}
div.search-description {
	font-size: 1.1em;
	width: 430px;
	padding-right: 10px;
	padding-left: 5px;
}
div.searchline-hasimage {
	width: 350px;
	float: left;
}
div.search-meta {
	padding-top: 5px;
}
.search-result-line {
	border-bottom: 1px solid #d5d5d1;
	padding: 12px 0;
}
#search_results .bglight {
	background: transparent;
}

#search_results .bgdark {
	background: url(../images/search_res_bk.png) top left repeat-x #fff;
	font-weight: normal;
	white-space: normal;
}
div.content-search .feedback legend {
	cursor: pointer;
}
#search_results .pagenavigator {
	background: url(../images/search_nav_top.png) top left no-repeat;
}
#search_results .nav-btm .pagenavigator {
	background: url(../images/search_nav_btm.png) top left no-repeat;
}
#search_results .pagenavigator p {
	padding: 1px 10px;
	font-size: 1.1em;
}
#search_results .pagenavigator div.break {
	display: none;
}
#search_results .pagenavigator a, #search_results .pagenavigator span {
	color: #fff;	
}
#search_results .pagenavigator span.current {
	font-weight: bold;
	color: #fff;	
}
#search_results h2 {
	font-size: 1em;
	padding-bottom: 6px;
	color: #434343;
}
#search_results h2 a {
	color: #434343;
}
div.content-search div.warning {
	border: 0;
	padding: 0;
	background: transparent none;
}
div.content-search div.warning h2 {
	color: #f00;	
}
#facet-controls legend {
	font-size: 1.1em;
}
#main div.feedback ul {
	padding: 10px 30px;
}
.search-result-line:first-child {
	border-top: 1px solid #d5d5d1;
}
div.feedback fieldset {
	border: 0;
	padding: 0;
	margin-top: 2px;
}
div.feedback legend {
	font-size: 1.1em;
	padding: 0;
	color: #666;
	font-weight: normal;	
}
.content-tipafriend {
	font-size: 1.2em;
}
div#ezautocompletecontainer ul {
	padding: 0;
}

div#ezwt {
	font-size: 1.2em;
}
div#ezwt-help p {
	padding: 0;
}
form#editform {
	font-size: 12px;
}
.mr-bordered {
	background: url(../images/mr_border.png) left top repeat-x;
	width: 100%;
	height: 4px;
}
.mr-bordered-btm {
	background-position: left bottom;
}
#fade_container {
	position: relative;
}
.fade_img {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.fade_img img {
	display: block;
}
.fade_img:first-child {
	visibility: visible;
	z-index: 10;
}
.block-type-Bildekarusell .box_content, .block-type-Bildekarusell .box_header {
	padding: 0;
	border: 0;
	background: none;
}
.has_click_action {
	cursor: pointer;
}
.gallery-image {
	float: left;
	margin: 10px 10px 25px 10px;
	text-align: center;
	height: 160px;
	width: 150px;
}
.gallery-image-inner {
	display: inline-block;
	vertical-align: middle;
}
.gallery-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-image-inner img {
	-webkit-box-shadow: 0 0 10px #b7b7b7;
	box-shadow: 0 0 10px #b7b7b7;
	display: block;
}
.gallery-caption {
	font-size: 1.2em;
	padding: 3px 0 10px;
	color: #666;
	font-style: italic;
}
#fade_nav {
	position: absolute;
	z-index: 5000;
	top: 6px;
	right: 6px;
}
#fade_nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-left: 2px;
	background-image: -moz-radial-gradient(4px 4px 45deg, circle cover, rgba(255,255,255,0.7) 0%, rgba(95,95,95,0.7) 100%);
	background-image: -webkit-radial-gradient(4px 4px, circle cover, rgba(255,255,255,0.7), rgba(95,95,95,0.7));
	background-image: radial-gradient(4px 4px 45deg, circle cover, rgba(255,255,255,0.7) 0%, rgba(95,95,95,0.7) 100%);
	background-color: #fff;
}
#fade_nav a:focus {
	outline: none;
}
#fade_nav a.active {
	background-color: #005a8f;
}

 #topmenu-secondlevel {
    font-size: 0;
}

#topmenu-secondlevel li {
    position: relative;
    display: inline-block;
    font-size: 10px;
    *display: inline;
    zoom: 1;
}
#topmenu-secondlevel li:hover .topmenu-thirdlevel {
    display: block;
}

.topmenu-thirdlevel {
    display: none;
    position: absolute;
    z-index: 1;
    top: 34px;
    left: 0;
    background-color: #7C99BF;
    background-image: none;
	color: #fff;
    min-width:150px;
}

.topmenu-thirdlevel > li {
    display: block !important;
    line-height: 1.2em;
    padding: 7px 14px 3px 14px !important;
    white-space: nowrap;
}

#topmenu-secondlevel li a {
    border-bottom: 1px solid transparent;
    display:block;
}

.topmenu-thirdlevel > li + li {
    border-top: 1px solid #fff;
}
.block-view-fokusfelt_noimage .box_header {
	border: 0;	
}
.block-view-fokusfelt_noimage .box_content {
	background: transparent;
	padding: 0;
}
.frontpage-links a {
	display: inline-block;
	width: 298px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f8f4eb;
	color: #0082bc;
	border: 3px solid #efebe2;
	border-radius: 8px;
	line-height: 47px;
	font-size: 20px;
	padding-left: 30px;
	text-decoration: none;
	position: relative;
	-moz-transition: 0.5s background-color;
	transition: 0.5s background-color;	
}
.frontpage-links a:hover {
	background: #e6e3dc;
	-moz-transition: 0.5s background-color;
	transition: 0.5s background-color;
}
.frontpage-links a:nth-child(even) {
   margin-left: 17px;
}
.frontpage-links a:nth-child(0), .frontpage-links a:nth-child(1) {
   margin-bottom: 14px;
}
.frontpage-links a .triangle {
	width: 0; 
	height: 0; 
	border-bottom: 16px solid transparent;  /* left arrow slant */
	border-top: 16px solid transparent; /* right arrow slant */
	border-left: 16px solid #0082bc; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	top: 8px;
	right: 8px;	
	position: absolute;
}
.attribute-map {
	padding: 1em 0 1.5em;
}
.toggle-header {
	border: 1px solid #ddd;
	border-right: 0;
	border-left: 0;
	padding: 8px 0 6px 8px;
	margin: 0;
	cursor: pointer;
}
.toggle-header:first-of-type {
	border-top: 2px solid #ddd;	
}
.toggle-header:last-of-type {
	border-bottom: 2px solid #ddd;	
}
.toggle-header span:before {
	display: inline-block;
	text-align: center;
	width: 2em;
	float: right;
	content: '+';
}
.toggle-header.active span:before {
	content: '-';
}
.toggle-content {
	padding: 12px 8px;
}
.toggle-content:last-of-type {
	border-bottom: 1px solid #ddd;	
}

#employee-search-firstname .yui3-aclist-list {
	padding: 3px 0;
}

#employee-search-firstname .yui3-aclist-item {
    padding: 3px 4px;
}

#employee-search-firstname .yui3-aclist-content {
	box-shadow: none;
	border-radius: 3px;
    border: 1px solid #AAAAAA;
}

#employee-search-firstname .yui3-aclist {
    margin-top: 1px;
}

#employee-search-firstname .yui3-aclist-item-hover {
    background: #B0B0B0;
    color: #FFF;
}

#employee-search-firstname .yui3-aclist-item-active {
	background: #0082BC;
	color: #fff;
}

div.ss-content {
	width: 700px;
	font-size: 1.15em;
	line-height: 1.4em;
}
div.ss-userlist {
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
div.ss-userlist-active {
	display: block;
}
.ss-header {
	clear: both;
	background: #739abc;
	color: #fff;
	padding: 8px 2%;
	font-weight: normal;
	font-size: 1.25em;
	margin: 4px 0;
	cursor: pointer;
	background-position: 650px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTI1NiA1MTJjMTQxLjM5IDAgMjU2LTExNC42MSAyNTYtMjU2UzM5Ny4zOSAwIDI1NiAwIDAgMTE0LjYxIDAgMjU2czExNC42MSAyNTYgMjU2IDI1NnptMC00NzJjMTE5LjI5NyAwIDIxNiA5Ni43MDMgMjE2IDIxNnMtOTYuNzAzIDIxNi0yMTYgMjE2UzQwIDM3NS4yOTcgNDAgMjU2IDEzNi43MDMgNDAgMjU2IDQwek0yMTIuNjg4IDM2My4zMTJjNi4yNSA2LjI1IDE2LjM3NSA2LjI1IDIyLjYyNSAwbDk2LTk2YzYuMjUtNi4yNSA2LjI1LTE2LjM3NSAwLTIyLjYyNWwtOTYtOTZDMjMyLjE4OCAxNDUuNTYyIDIyOC4wOTMgMTQ0IDIyNCAxNDRzLTguMTg4IDEuNTYyLTExLjMxMiA0LjY4OGMtNi4yNSA2LjI1LTYuMjUgMTYuMzc1IDAgMjIuNjI1TDI5Ny4zNzUgMjU2bC04NC42ODggODQuNjg4Yy02LjI1IDYuMjUtNi4yNSAxNi4zNzQgMCAyMi42MjR6Ii8+PC9nPjwvc3ZnPg==);
	border-radius: 4px;
}
.ss-content h2 {
	clear: both;
	margin: 10px 0 0 2%;
}
.ss-desc {
	padding-top: 12px;
}
.ss-desc-text {
	/*max-width: 220px;*/
}
.ss-header-active {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC45MjkgMTQuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNC45MjkgMTQuOTI5Ij48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNNy40NjUgMEMzLjM0MyAwIDAgMy4zNDIgMCA3LjQ2NGMwIDQuMTI0IDMuMzQyIDcuNDY1IDcuNDY1IDcuNDY1IDQuMTIyIDAgNy40NjMtMy4zNDMgNy40NjMtNy40NjVDMTQuOTI4IDMuMzQyIDExLjU4OCAwIDcuNDY1IDB6bTAgMTMuOTNDMy45IDEzLjkzIDEgMTEuMDMgMSA3LjQ2NnMyLjktNi40NjQgNi40NjUtNi40NjRjMy41NjQgMCA2LjQ2MyAyLjkgNi40NjMgNi40NjQgMCAzLjU2My0yLjkgNi40NjQtNi40NjMgNi40NjR6TTEwLjMyIDUuODNMNy40MyA4LjcyIDQuNTM3IDUuODNjLS4xOTUtLjE5Ni0uNTEyLS4xOTYtLjcwNyAwcy0uMTk0LjUxIDAgLjcwNkw3LjA3NSA5Ljc4Yy4wOTguMS4yMjcuMTQ1LjM1NS4xNDUuMTI4IDAgLjI1Ni0uMDUuMzU0LS4xNDZsMy4yNDItMy4yNDRjLjE5NS0uMTk1LjE5NS0uNTEyIDAtLjcwN3MtLjUxLS4xOTYtLjcwNiAweiIvPjwvZz48L3N2Zz4=);
}
.ss-user {
	min-height: 80px;
	margin-top: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
	float: left;
}
.ss-personalia {
	padding-top: 0;	
}
.ss-empty {
	padding: 2px 16px;
	font-style: italic;
	font-size: 1.3em;
}

.ss-3col .ss-user {
	width: 31%;
	margin: 0 1%;
}
.ss-3col div.ss-user:nth-child(3n+1) {  
	margin: 0;
	clear: both;
}
.ss-3col div.ss-user:nth-child(3n+3) {  
	margin: 0;
}

.ss-2col .ss-user {
	width: 45%;
	margin-right: 3%;
	margin-left: 3%;
}
.ss-img-cont {
	width: 30%;
	float: right;
	margin: 0 0 0 15px;	
	text-align: right;
}
.ss-img {
	max-width: 100%;
	max-height: 125px;
}
.ss-2col div.ss-user:nth-child(2n+1) {  
	margin-left: 2%;
	clear: both;
}
.ss-2col div.ss-user:nth-child(2n+2) {  
	margin-right: 2%;
}
div.ss-name {
	font-weight: bold;
	font-size: 1.1em;
}
/*
.ss-phone span:not(:empty) + span:not(:empty):before  {
	content: " / ";
}
*/
.ss-phone span {
	display: block;
}
span.phone:not(:empty):before {
	content: "Tlf. ";
}
span.mobile:not(:empty):before {
	content: "Mob. ";
}
.ss-desc-header {
	font-weight: normal;
}
.ss-content div#employee-controls label {
	display: inline-block;
	font-size: 1em;
	padding-right: 5px;
	padding-left: 10px;
	width: auto;
}
.ss-content div#employee-controls div#employee-search-submit {
	padding-top: 0;
}
.ss-intro {
	font-size: 0.9em;
	padding: 0 10px 10px;
}
.ss-users .highlight {
	background: #ffffa3;
	display: inline;
}
#ss-tools {
	margin: 24px 10px 8px;
}
#ss-tools a {
	font-size: 12px;
}
.ss-printsection {
	overflow: hidden;
}