html, body {
	margin:0;
	padding:0;
	min-height:100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; font-size:11px;
	color:#444;
}

html {
	background-color: #121419;
	background-image: url(/images/background-gradient.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.clear {
	clear: both;	
}

* {
	outline: none;
}

strong {
	font-weight: bold;	
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #444444;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

h3 {
    font-size: 13px;
}

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

p { 
	margin:0px 0px 12px 0px;
}

table td p {
    margin-bottom: 0px;
}

 
a {
	text-decoration: none; 
	color: #b03628;
}

em {
	font-style: italic;
}


/**********************************************************
*						     Layout  					  *
***********************************************************/

#border-top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	width: 100%;
	background-color: #b13628;
}

#wrapper {
	margin: 0 auto;
	width: 903px;
	position: relative;
}


#header {
	height: 130px;
}

#logo {
	position: absolute;
	top: 54px;
	left: 74px;
}

#content {
	width: 903px;
	position: relative;
}

#content .left-col {
	width: 301px;
	float: left;
}

#content .right-col {
	width: 602px;
	float: left;
	background-image: url(/images/bottom-rounded-corner.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #f2ede4;
}

#content .right-col .print {
	position: absolute;
	top: 80px;
	right: 5px;
	z-index: 99;
}

#content .right-col .print a {
	color: #444;
	text-decoration: none;
}

#pagednews.right-col {
	background-image: url(/images/bottom-rounded-corner-clean.png);
}



#content .left-col .header {
	width: 301px;
	height: 102px;
	background-image: url(/images/menu-rounded-corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #b03628;
}

#forside-overlay {
	position: absolute;
	top: 254px;
	left: 0px;
}

#content .right-col .col {
	width: 301px;
	height: 301px;
	float: left;
}


/**********************************************************
*						     Menu	  					  *
***********************************************************/

#menu {
	position: absolute;
	top: 54px;
	right: 0px;
	padding:0px;
	width: 648px;
}


#menu li {
	font-size: 13px; 
	color:  #ffffff; 
	list-style: none; 
	float: left; 
	height: 48px;
	margin-left:-5px;
    list-style: none;
}

#menu li a {
	display: block;
	height: 48px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu li a.current .default {	
	display: none !important;
}

#menu .kontakt-oss a {
	width: 126px;
}

#menu .kompetanse a {
	width: 126px;
}

#menu .om-oss a {
	width: 98px;
}

#menu .nyheter a {
	width: 98px;
}

#menu .jobb a {
	width: 110px;
}

#menu .referanser a {
	width: 120px;
	height: 48px;
	overflow: hidden;
}

/**********************************************************
*						     Forside  					  *
***********************************************************/
#content .right-col .forside-col1 {
	background-color: #d9d1c7;
	position: relative;
}

#content .right-col .forside-col1 .infobox {
	width: 253px;
	height: 119px;
	background-image: url(/images/infobox.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -45px;
	top: 10px;
	padding-left: 65px;
	padding-right: 20px;
	padding-top: 20px;
}

#content .right-col .forside-col1 .text {
	position: absolute;
	top: 135px;
	width: 263px;
	padding-left: 20px;
}

#content .right-col .forside-col1 .flere-referanser {
	position: absolute;
	top: 266px;
	left: 118px;
	width: 183px;
	height: 35px;
	background-image: url(/images/lesmerbox.jpg);
	background-repeat: no-repeat;
}

#content .right-col .forside-col1 .infobox h2 {
	margin-bottom: 10px;
}

#content .right-col .forside-col1 .flere-referanser {
	padding: 10px;
	font-weight: bold;
}

#content .right-col .forside-col2 .text {
	padding: 25px;
	width: 251px;
	height: 203px;
	background-color: #f2ede4;
}


#content .right-col .forside-col2 .forsiden-bottomright-corner {
	height: 48px;
}

#content .left-col .forside-tekst {
	background-color: #B03628;
	color: #F2EDE4;
	font-size: 16px;
	height: 170px;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: right;
}

#content .left-col .forside-tekst a {
	color: #f2ede4;
}


/**********************************************************
*						   Side menu  					  *
***********************************************************/
.menu-wrapper {
	background-color: #d9d1c7;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu-wrapper ul {
	width: 250px;
	
}

.menu-wrapper ul li {
	height: 24px;
	border-bottom: 1px solid #cec3b6;
	border-top: 1px solid #e4dfd8;
	width: 250px;
	line-height: 24px;
}

.menu-wrapper ul li.first {
	border-top: none;
}

.menu-wrapper ul li a {
    color: #444444;
    display: block;
    padding-left: 5px;
}

.menu-wrapper ul li a:hover {
    background-color: #e3ded7;
}

.menu-wrapper ul li a.current {
	 background-color: #e3ded7;	
}

.menu-wrapper ul.news li a.current {
	background: none;
}
.menu-wrapper ul.news li a:hover {
    background-color: #e3ded7;
}


/**********************************************************
*						   Slideshow  					  *
***********************************************************/
#forside-slideshow-wrapper {
	width: 602px;
	height: 302px;
	overflow: hidden;
	position: relative;
}

#forside-slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9999px;
}


#forside-slideshow-menu {
	position: absolute;
	top: 268px;
	right: 0px;
	width: 100px;
	height: 30px;
}

#forside-slideshow-menu img {
	margin-left: 10px;
	cursor: pointer;
	float: left;
}

#forside-slideshow-text {
	position: absolute;
	top: 270px;
	left: 20px;
	z-index: 99;
	color: #333333;
	font-size: 16px;
	width: 500px;
	vertical-align: middle;
	height: 30px;
	font-weight: bold;
}


/**********************************************************
*						   Undersider  					  *
***********************************************************/

#underside #content {
	background-color: #8c8681;
}

#content .page-title {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 300px;
}


#content .underside-header-wrapper {
	background-image: url(/images/underside-header-background.png);
	width: 602px;
	height: 102px;
	position: relative;
}

#content .underside-header {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 600px;
}



#content .underside-text {
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
    min-height: 270px;
    padding-top: 10px;
}

#content .referanse-wrapper td {
    border: 1px solid #000000;
}

#content .underside-text ul {
    margin-top: 10px;
}

#content .underside-text li {
    list-style: disc inside;
    margin-left: 5px;
}

#content .underside-text h1 {
    margin-bottom: 5px;
}


/**********************************************************
*						   Nyheter  					  *
***********************************************************/

#content .nyhets-wrapper {
	padding-top: 20px;
	min-height: 240px;
}

#content .nyhets-wrapper .image, #content .underside-text .text {
	float: left;
}

#content .nyhets-wrapper .image {
	padding: 0px 20px;
	width: 102px;
    height: 57px;
}

#content .nyhets-wrapper .text {
    float: left;
    width: 400px;
}
#content .nyhets-wrapper .text p {
    margin-bottom: 0px;
}

#content .nyhets-wrapper .news {
	margin-bottom: 15px;
}



/**********************************************************
*						   Paging	  					  *
***********************************************************/

.paging-wrapper {
	position: relative;
	height: 55px;
}

ul.paging {
	width: 600px;
	height: 45px;
	position: absolute;
	left: 140px;
	top: 20px;
}


ul.paging li { 
	list-style: none; 
	float: left;
	width: 20px;
	height: 20px;
	margin: 1px;
	background-color: #fff;
	text-align: center;
	line-height: 20px;
	color: #000000;
	cursor: pointer;
}

ul.paging li.active {
	border: 1px solid #999;
}

ul.paging li a {
	display: block;
	color: #000000;
}

ul.paging a:hover {
	text-decoration: underline;
}

/**********************************************************
*						   Referanser  					  *
***********************************************************/

#referanser-menu {
	background-color: #d9d1c7;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

#referanser-menu .tabs li {
	float: left;
	display: block;
	padding: 0px 15px;
	height: 32px;
	line-height: 32px;
	background-color: #ffffff;
	border-bottom: 1px solid #d9d1c7;
	border-right: 1px solid #d9d1c7;
	cursor: pointer;
}

#referanser-menu .tabs li.active {
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#referanser-menu .tabs li:hover {
	background-color: #eeeeee;
}

#referanser-menu .tabs li.active:hover {
	background-color: #ffffff;
}

#referanser-menu .referanser-category {
	background-color: #ffffff;
	width: 293px;
	height: 220px;
	padding-top: 10px;
	display: none;
}

#referanser-menu .referanser-category li {
	padding-left: 20px;
	height: 26px;
	line-height: 25px;
	cursor: pointer;
}

#referanser-menu .referanser-category.active {
	display: block;	
}

#referanser-menu .referanser-category li:hover {
	background-color: #f0f0f0;
}

#referanser-menu a {
    color: #444444;
    display: block;
}

#referanser-menu a:hover {
    text-decoration:none;
}


.base-form input[type="text"], textarea {
    width: 200px;
    padding: 5px;
}

.base-form input[type="submit"] {
    width: 100px;
    padding: 3px;
}