@import 'rte.css';

body {
	background: #00777B url(../graphics/bg_body.gif) repeat-x left top;
	margin: 0;
}

#maincol {
	padding: 5px;
	background: #fff;
	float: left;
	width: 714px;
}

#page {
	margin: 30px 40px;
	width: 904px;
}

#leftcol {
	padding-right: 3em;
	color: #fff;
	text-align: right;

	width: 144px;
	float: left;
	position: relative;
	/*overflow: hidden;*/
}
#leftcol p {
	line-height: 1.2;
}
#leftcol a {
	color: #fff;
}

#mainmenu ul {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-top: 1em;
	padding-left: 0;
}
#mainmenu ul li {
	margin: .2em 0;
}
#mainmenu a {
	color: #fff;
	text-decoration: none;
}
#mainmenu li.active a, #mainmenu li a:hover {
	color: #00B6BD;
}


.hor_gradient {
	height: 96px;
	background: url(../graphics/hor_gradient.gif) repeat-x left top;
}

#left_hor_gradient {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
}

#featured.hor_gradient {
	border-bottom: 5px solid #fff;
	margin-left: -5px;
	/*margin-right: -5px;*/
/*	border-width: 0 0 5px 0;*/
	position: relative;
	overflow: visible;
	z-index: 10;
}

#featured .feature {
	float: left;
	width: 357px;
	position: relative;
}

#featured .feature .imagewrapper, .arkivitem .imagewrapper {
	width: 122px;
	height: 122px;
	border: 3px solid #00b6bd;
	background: url(../graphics/bg_feature.gif) repeat-x left top;
	position: absolute;
	left: 18px;
	top: -18px;
	float: left;
}
#featured .feature .image {
	margin: 18px;
	border: 1px solid #fff;
	width: 83px;
	height: 83px;
}

#featured .feature .text {
	margin-left: 145px;
	width: 187px;
	float: left;
	color: #fff;
	padding: 12px 15px;
	font-size: 12px;
}

#featured .feature .text p {
	margin: 0;
	line-height: 1.2;
}
#featured .feature .text p.header {
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #00b6bd;
}
#featured .feature .text p.header a {
	text-decoration: none;
}
#featured a:hover {
	color: #fff;
}

#submenu {
	height: auto;
	border-bottom: 5px solid #fff;
}
#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	display: inline;
	position: relative;
	display: block;
	float: left;
}

#submenu li a {
	padding: 8px 10px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
}
#submenu li a:hover {
	text-decoration: underline;
}
#submenu li.active a {
	background: url(../graphics/hor_gradient_hover.gif) repeat-x left top;
	text-decoration: none;
}
#submenu li.parentpage a {
	background: url(../graphics/hor_gradient.gif) repeat-x left top;
	margin-left: -5px;
	padding-left: 15px;
	color: #00b6bd;
	font-weight: bold;
	text-decoration: none;
}
#submenu li.parentpage.active a {
	background: #fff;
}


#submenu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 50;
	width: 100%;
	background: #006065;
	background: rgba(0, 96, 101, .8);
	padding: 8px 0;
}
#submenu li:hover ul {
	display: block;
}

#submenu li ul li {
	display: block;
	width: 100%;
}
#submenu li ul li a, #submenu li.active ul li a {
	float: none;
	padding: 2px 10px;
	font-size: 11px;
	color: #fff;
	background: none;
}
#submenu li ul li a:hover, #submenu li ul li.active a {
/*	color: #00b6bd;
	color: #fff;
	background: #00696E;*/
	text-decoration: underline !important;
}


#logo {
	margin-top: 1.5em;
}

#stor_o {
	width: 172px;
	height: 196px;
	background: url(../graphics/stor_o.png) no-repeat left top;
	margin-left: -40px;
	margin-bottom: -25px;
	margin-top: 10px;
	position: relative;
	z-index: 100;
}

#bannerarea {
	height: 240px;
	position: relative;
	border-bottom: 5px solid #fff;
}
#bannerarea #banner {
	text-align: center;
}
#bannerarea #banner img {
	display: block;
	margin: 0 auto;
}

#searchwrapper {
	position: relative;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -5px;
	margin-top: -4px;
	background: #fff;
	padding: 8px 12px;
	padding-right: 8px;
}

#searchwrapper #search {
	border: 0px solid #00b6bd;
/*	top: -1px;*/
/*	border-width: 0 0 1px 1px;*/
}

#search label {
	display: inline;
	padding-right: 5px;
	font-weight: bold;
	color: #00b6bd;
}

#search input.text {
	width: 120px;
	border: 1px solid #00b6bd;
	padding: 1px 3px;
	font-size: 12px;
	color: #333;
}

#search div.button {
	display: block;
	float: right;
	padding: 1px 7px 2px;
	border: 1px solid #00b6bd;
	color: #00b6bd;
	background: #000;
	font-size: 12px;
	margin-left: 5px;
	font-weight: bold;
}

#mainarea {
	background: #fff url(../graphics/bg_main.gif) no-repeat left top;
	padding: 30px 0;
	min-height: 350px;
}
#maincol.floatingsearch #mainarea {
	padding-top: 40px;
}

#tbl_mainarea {
	margin: 0;
	border-collapse: collapse;
	margin-top: -7px;
}
#tbl_mainarea td {
	padding: 0;
	vertical-align: top;
}

#td_right {
	border-left: 1px solid #00b6bd;
}

#main {
	padding: 0 30px;
	/*float: left;*/
	width: 420px;
}
#main textarea {
	width: 408px;
}


#right {
	padding: 0 30px;
	margin-top: 6px;
	float: left;
	width: 173px;
}
/*#maincol.floatingsearch #right {
	margin-top: 30px;
}*/

#images_slideshow {
	margin-top: 1em;
	margin-bottom: 1em;
}

.projects.archive, #images_slideshow {
	margin-right: -5px;
/*	margin: 1em 0;*/
}

.projects.archive .project, #images_slideshow .image {
	width: 100px;
	margin: 0 6px 6px 0;
	float: left;
}

.paginasjon .info {
	color: ;
}
.paginasjon .nav {
	margin: 5px 0 10px;
	text-align: center;
}
#maincol.floatingsearch .paginasjon .nav {
	margin-top: 11px;
}
.paginasjon .ditto_currentpage {
	font-weight: bold;
}
.paginasjon .ditto_currentpage, .paginasjon a {
	padding: 3px;
	text-decoration: none;
}
.paginasjon a {
	color: #333;
}
.paginasjon .ditto_currentpage, .paginasjon a:hover {
	color: #00b6bd;
}

ul.factlist {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}
ul.factlist li {
	margin: 5px 0;
}
ul.factlist li h4, ul.factlist li p {
	margin: 0;
	font-weight: normal;
}


.image {
	float: left;
	width: 83px;
	height: 83px;
	margin-right: 15px;
}
.text {
	float: left;
	width: 322px;
	padding: 5px 0;
}
.text h3 a, .text h4 a {
	text-decoration: none;
}
.text h4 a:hover {
	text-decoration: underline;
}
.text h3, .text h4, .text p, .arkivitem h3, .arkivitem h4, .arkivitem p {
	margin: 5px 0;
}
#aktueltarkiv .arkivitem {
	margin: 1em 0;
}

#rightarchive .item {
	margin: 8px 0;
}
#rightarchive .item h4, #rightarchive .item p {
	margin: 0;
}
#rightarchive .item h4 a {
	text-decoration: none;
}
#rightarchive .item h4 a:hover {
	text-decoration: underline;
	
}



label, input.text {
	color: #555;
}
label, input.text, textarea {
	display: block;
}
input.text, textarea {
	margin: 3px 0 10px;
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 12px;
}
input.text {
	width: 50%;
}
label {
	font-size: 11px;
}
input.text.required, textarea.required {
	border-color: #d00;
}

input.button {
	border: 1px solid #00b6bd;
	float: right;
	background: #fff;
	font-weight: bold;
	color: #00b6bd;
	margin-top: 10px;
}

div.error {
	border: 1px solid #d00;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
	color: #555;
}
div.error p {
	margin: 0;
}

div.error ul.errstrings {
	margin: 5px 0 0;
	padding-left: 10px;
	list-style-position: inside;
	
}

.ansattitem {
	margin: 10px 0;
}


.newsinfo {
	margin: 0;
	margin-top: -10px;
/*	margin-bottom: 10px;*/
}
#aktueltarkiv .arkivitem .text .newsinfo {
	margin: 0;
	margin-top: -5px;
}

.felt {
	clear: both;
}
.small {
	font-size: 10px;
	line-height: 1.1;
}
.faded {
	color: #777;
}

.hidden {
	overflow: hidden;
}


.clearer {
	clear: both;
}



