/* 
Theme Name: Maksimer
Description: Tema utviklet av Maksimer AS
Author: Maksimer AS
Author URI: http://www.maksimer.no/
*/
*,
html,
body {
	-webkit-appearance: none !important;
	-webkit-text-size-adjust: 100% !important;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ececec;
	font-family: 'Droid Serif', serif;
}
.ramme {
	width: 978px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}
strong {
	font-weight: 700;
}

/** Knapper **/
/* Grå */
a.graa-knapp {
	background: url(images/graa-knapp-resten.jpg) no-repeat right top;
	border: 0;
	cursor: pointer;
	margin: 5px 5px 0px 0px;
	overflow: visible;
	padding: 0;
	width: auto;
	height: 36px;
	display: inline-block;
}
	a.graa-knapp span {
		background: url(images/graa-knapp-venstre.jpg) no-repeat left top;
		color: #000;
		float: left;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		font-weight: 600;
		height: 36px;
		line-height: 36px;
		padding: 0 7px;
		text-align: center;
		text-transform: none;
		white-space: nowrap;
		text-shadow: 1px 1px 0px #fff;
	}
		a.graa-knapp span span {
			background: none;
		}
	a.graa-knapp:hover,
	a.graa-knapp span:hover {
		color: #555;
	}




/*
font-family: 'Droid Serif', serif;
font-family: 'Open Sans', sans-serif;
*/





/*** HEADER ***/
header {
	background: #1c2059;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 320px;
}
	header #logo {
		width: 75px;
		height: 148px;
		position: absolute;
		left: 0px;
		top: 4px;
	}
		header #logo a {
			background: url(images/logo-owec-tower.png) no-repeat 0px -148px;
			display: block;
			width: 75px;
			height: 0px;
			padding-top: 148px;
			line-height: 200px;
			overflow: hidden;
		}
	header nav#hovedmeny {
		float: right;
		margin-top: 25px;
	}
		header nav#hovedmeny ul li {
			float: left;
			margin-left: 20px;
			font-size: 16px;
			font-weight: 400;
		}
			header nav#hovedmeny ul li a {
				color: #fff;
				text-decoration: none;
				padding-bottom: 5px;
			}
				header nav#hovedmeny ul li.current-menu-item a,
				header nav#hovedmeny ul li.current-page-ancestor a,
				body.single-references header nav#hovedmeny ul li#menu-item-53 a,
				body.single-post header nav#hovedmeny ul li#menu-item-57 a,
				header nav#hovedmeny ul li a:hover {
					border-bottom: 1px solid #fff;
				}
	header .side-overskrift {
		position: absolute;
		top: 132px;
		left: 235px;
		font-family: 'Open Sans', sans-serif;
		font-size: 25px;
		font-weight: 600;
		color: #fff;
		line-height: 29px;
	}
		header .side-overskrift h2 {
			color: #ffd500;
		}
		header #forside-overskrift {
			left: 127px;
		}






/*** Hovedinnhold ***/
#innhold-ramme {
	background: #fff;
	width: 100%;
	min-height: 200px;
	padding-bottom: 90px;
}
	.forside-knapper {
		position: relative;
	}
		.forside-knapper ul li {
			float: left;
			background: url(images/forside-knapp-graa.jpg) no-repeat;
			width: 201px;
			height: 36px;
			font-family: 'Open Sans', sans-serif;
			line-height: 37px;
			font-weight: 600;
			font-size: 14px;
			text-align: center;
			text-transform: uppercase;
			overflow: hidden;
		}
			.forside-knapper ul li a {
				color: #000;
				text-decoration: none;
				display: block;
				width: 201px;
			}
				.forside-knapper ul li a:hover {
					background: url(images/forside-knapp-graa.jpg) no-repeat 0px -36px;
				}
			.forside-knapper ul li.knapper-gul {
				background: url(images/forside-knapp-gul.jpg) no-repeat;
				width: 174px;
				font-size: 13px;
				text-transform: none;
			}
	article#hovedinnhold-forsiden {
		float: left;
		width: 715px;
	}
	article.hovedinnhold {
		width: 743px;
		float: right;
		font-size: 14px;
		line-height: 24px;
		padding-top: 30px;
	}
		article.hovedinnhold h1 {
			font-size: 26px;
			font-family: 'Open Sans', sans-serif;
			line-height: 28px;
			padding-bottom: 20px;
		}
		article.hovedinnhold h2 {
			font-size: 18px;
			font-family: 'Open Sans', sans-serif;
			line-height: 28px;
			padding-bottom: 20px;
		}
		article.hovedinnhold h3 {
			font-size: 18px;
			font-family: 'Open Sans', sans-serif;
			line-height: 28px;
			padding-top: 20px;
		}
		article.hovedinnhold p {
			padding-bottom: 20px;
		}
		article.hovedinnhold a {
			color: #1a1e59;
		}
			article.hovedinnhold a:hover {
				text-decoration: none;
			}
		article.hovedinnhold ul {
			list-style: disc outside;
			padding-left: 18px;
		}
		article.hovedinnhold ol {
			list-style: decimal outside;
			padding-left: 18px;
		}
		article.hovedinnhold img.alignleft {
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
		article.hovedinnhold img.alignright {
			float: right;
			margin-left: 20px;
			margin-bottom: 10px;
		}

		article.hovedinnhold table{
			/*box-shadow: 0px 0px 8px rgba(0,0,0,0.3);*/
		}

			article.hovedinnhold table tr th {
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 13px;
				text-transform: uppercase;
				border-bottom: 2px solid #6a6a6a;
				padding:5px 5px 5px 5px;
				padding-bottom: 2px;
				margin-bottom: 0px;
				vertical-align: middle;
			}
				article.hovedinnhold table tr th p{
					margin:0;
					padding:0;
				}

			article.hovedinnhold table tr td {
				padding:5px 5px 5px 5px;
				border:1px solid #dedede;
			}
		/** Referanser boks **/
		article.hovedinnhold .referanser {
			padding-top: 20px;
		}
			article.hovedinnhold .referanser h5 {
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #6a6a6a;
				padding-bottom: 2px;
				margin-bottom: 0px;
			}
				article.hovedinnhold .referanser h5 a.se-alle-referanser {
					float: right;
					font-family: 'Droid Serif', serif;
					font-size: 11px;
					line-height: 20px;
					color: #333;
					text-decoration: underline;
					font-style: italic;
					font-weight: 400;
					text-transform: none;
				}
					article.hovedinnhold .referanser h5 a.se-alle-referanser:hover {
						text-decoration: none;
					}
			article.hovedinnhold .referanser .referanser-liste {
				width: 100%;
				height: 175px;
				background: #fff;
				box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			}
				article.hovedinnhold .referanser .referanser-liste ul {
					list-style: none;
					padding: 0px;
				}
					article.hovedinnhold .referanser .referanser-liste ul li {
						float: left;
						width: 171px;
						height: 162px;
						padding-left: 13px;
						padding-top: 13px;
						border-right: 1px solid #ececec;
					}
						article.hovedinnhold .referanser .referanser-liste ul li:last-child {
							border-right: 0px;
						}
						article.hovedinnhold .referanser .referanser-liste ul li h6 {
							font-size: 14px;
							font-family: 'Open Sans', sans-serif;
							font-weight: 600;
							line-height: 14px;
							padding: 6px 0px 0px 0px;
						}
							article.hovedinnhold .referanser .referanser-liste ul li h6 a {
								color: #333;
								text-decoration: none;
								display: block;
							}
						article.hovedinnhold .referanser .referanser-liste ul li a.referanser-lenke-les-mer {
							color: #00719a;
							font-size: 11px;
							line-height: 11px;
						}
		/** News **/
		article.hovedinnhold-nyheter .single-post {
			border-bottom: 1px solid #ededed;
			margin-bottom: 30px;
			padding-bottom: 10px;
		}
			article.hovedinnhold-nyheter .single-post h3 {
				padding-top: 0px;
				font-weight: 700;
			}
				article.hovedinnhold-nyheter .single-post h3 a {
					color: #000;
					text-decoration: none;
				}
					article.hovedinnhold-nyheter .single-post h3 a:hover {
						text-decoration: underline;
					}
			article.hovedinnhold-nyheter .single-post p {
				font-size: 13px;
				padding-bottom: 0px;
				padding-top: 5px;
			}
			article.hovedinnhold-nyheter .single-post a.les-mer-nyhet {
				color: #0f78a2;
				font-size: 12px;
			}
				article.hovedinnhold-nyheter .single-post a.les-mer-nyhet:hover {
					text-decoration: none;
				}
		/** Bildegalleri - Single referanse **/
		article.hovedinnhold aside#bildegalleri {
			width: 199px;
			float: right;
		}
			article.hovedinnhold aside#bildegalleri ul {
				list-style: none;
				padding: 0px;
			}
		article.hovedinnhold #hovedinnhold-referanse-med-bildegalleri {
			width: 505px;
		}
		/** Les mer om - Single referanse **/
		article.hovedinnhold .single-referanse-tjenester-med-bildegalleri {
			width: 505px;
		}
		article.hovedinnhold .single-referanse-tjenester {
			position: relative;
		}
			article.hovedinnhold .single-referanse-tjenester h5 {
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #6a6a6a;
				padding-bottom: 2px;
				margin-bottom: 0px;
			}
				article.hovedinnhold .single-referanse-tjenester h5 a.se-alle-tjenester {
					float: right;
					font-family: 'Droid Serif', serif;
					font-size: 11px;
					line-height: 20px;
					color: #333;
					text-decoration: underline;
					font-style: italic;
					font-weight: 400;
					text-transform: none;
				}
					article.hovedinnhold .single-referanse-tjenester h5 a.se-alle-tjenester:hover {
						text-decoration: none;
					}
		/** Kunder boks **/
		article.hovedinnhold .kunder {
			padding-top: 50px;
		}
			article.hovedinnhold .kunder h5 {
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #6a6a6a;
				padding-bottom: 2px;
				margin-bottom: 0px;
			}
				article.hovedinnhold .kunder h5 a.se-vare-tjenester {
					float: right;
					font-family: 'Droid Serif', serif;
					font-size: 11px;
					line-height: 20px;
					color: #333;
					text-decoration: underline;
					font-style: italic;
					font-weight: 400;
					text-transform: none;
				}
					article.hovedinnhold .kunder h5 a.se-vare-tjenester:hover {
						text-decoration: none;
					}
			article.hovedinnhold .kunder .kundeliste {
				width: 100%;
				height: auto;
				float: left;
				background: #fff;
				box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
			}
				article.hovedinnhold .kunder .kundeliste ul {
					width: 100%;
					float: left;
					height: auto;
					position: relative;
					display: block;
					border-left: 1px solid #ececec;
					list-style: none;
					padding: 0px;
				}
					article.hovedinnhold .kunder .kundeliste ul li {
						float: left;
						width: 246.5px;
						border-right: 1px solid #ececec;
						border-bottom: 1px solid #ececec;
						text-align: center;
						height: 42px;
						line-height: 42px;
						font-family: 'Open Sans', sans-serif;
						font-size: 12px;
						font-weight: 700;
					}
						article.hovedinnhold .kunder .kundeliste ul li a {
							display: block;
							width: 246.5px;
							color: #333;
							text-decoration: none;
							line-height: 42px;
						}
	/** Sitemap **/
	article.hovedinnhold .sidekart ul {
		list-style: none;
		padding-left: 0px;
	}
		article.hovedinnhold .sidekart ul li {
			font-size: 12px;
			line-height: 14px;
			margin: 0px;
			padding: 0px;
		}
		article.hovedinnhold .sidekart ul li a {
			border-left: 1px solid #000;
			padding: 4px 0px 4px 10px;
			margin: 3px 0px;
			color: #000;
			text-decoration: none;
			display: inline-block;
		}
			article.hovedinnhold .sidekart ul li a:focus,
			article.hovedinnhold .sidekart ul li a:hover {
				color: #1a1e59;
				text-decoration: underline;
			}
		article.hovedinnhold .sidekart ul li li {
			padding-left: 15px;
		}
			article.hovedinnhold .sidekart ul li li a {
				margin: 0px;
			}
	/** Siste nytt **/
	aside#siste-nytt {
		padding-top: 35px;
		width: 233px;
		float: right;
	}
		aside#siste-nytt h4 {
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			font-size: 14px;
			text-transform: uppercase;
			border-bottom: 2px solid #6a6a6a;
			padding-bottom: 7px;
			margin-bottom: 1px;
		}
		aside#siste-nytt ul li {
			border-bottom: 1px solid #ececec;
			padding: 13px 0px;
			font-size: 11px;
			line-height: 16px;
		}
			aside#siste-nytt ul li h5,
			aside#siste-nytt ul li h5 a {
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				color: #333;
				text-decoration: none;
				padding-bottom: 4px;
				font-weight: 700;
			}
			aside#siste-nytt ul li p {
				padding-bottom: 4px;
			}
			aside#siste-nytt ul li a.les-mer-nyhet {
				color: #00719a;
				text-decoration: underline;
			}
				aside#siste-nytt ul li a.les-mer-nyhet:hover {
					text-decoration: none;
				}
		aside#siste-nytt a.til-nyhetsarkivet {
			color: #343434;
			text-decoration: underline;
			font-size: 11px;
			font-style: italic;
			margin-top: 10px;
			display: inline-block;
		}
			aside#siste-nytt a.til-nyhetsarkivet:hover {
				text-decoration: none;
			}
	aside#venstreside {
		float: left;
		width: 199px;
		padding-top: 35px;
	}
		aside#venstreside nav#venstremeny {
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			font-weight: 600;
			text-align: center;
			margin-bottom: 35px;
		}
			aside#venstreside nav#venstremeny ul li a {
				background: url(images/venstremeny-sidemeny-gul.jpg) no-repeat;
				width: 197px;
				min-height: 34px;
				display: block;
				line-height: 34px;
				text-transform: uppercase;
				color: #000;
				text-decoration: none;
				overflow: hidden;
				border-top: 1px solid #ecab0f;
				border-bottom: 1px solid #ba860c;
				border-left: 1px solid #f0b10f;
				border-right: 1px solid #f0b10f;
			}
				aside#venstreside nav#venstremeny ul li a:hover {
					background: #ffda00;
				}
				aside#venstreside nav#venstremeny ul li ul.children li a {
					background: url(images/venstremeny-sidemeny-graa.jpg) no-repeat #d5d5d5;
					width: 162px;
					min-height: 10px;
					padding: 10px 10px 10px 25px;
					line-height: 16px;
					text-transform: none;
					text-align: left;
					border-left: 1px solid #c8c8c8;
					border-bottom: 1px solid #9d9d9d;
					border-right: 1px solid #c8c8c8;
					border-top: 0px;
				}
					aside#venstreside nav#venstremeny ul li ul.children li a:hover {
						background: #ededed;
					}
		aside#venstreside .kontaktskjema {
			position: relative;
		}
			aside#venstreside .kontaktskjema h4 {
				font-family: 'Open Sans', sans-serif;
				font-size: 13px;
				font-weight: 700;
				color: #000;
				border-bottom: 2px solid #000;
				text-transform: uppercase;
				padding-bottom: 5px;
			}
			aside#venstreside .kontaktskjema .wpcf7 {
				background: url(images/kontaktskjema-bg-repeater.jpg) repeat-x #e5e5e5;
				padding: 18px;
				border-right: 1px solid #cbcbcb;
				border-bottom: 1px solid #cbcbcb;
				border-left: 1px solid #cbcbcb;
			}
				aside#venstreside .kontaktskjema .wpcf7 input.wpcf7-text {
					background: url(images/kontaktskjema-input-bg.jpg) no-repeat;
					width: 142px;
					padding: 0px 10px;
					height: 29px;
					line-height: 29px;
					border: 0px;
					margin-bottom: 10px;
					font-family: 'Droid Serif', serif;
					font-size: 13px;
				}
				aside#venstreside .kontaktskjema .wpcf7 textarea.wpcf7-textarea {
					background: url(images/kontaktskjema-textarea-bg.jpg) no-repeat;
					width: 142px;
					padding: 10px;
					height: 68px;
					max-height: 68px;
					max-width: 142px;
					border: 0px;
					margin-bottom: 10px;
					font-family: 'Droid Serif', serif;
					font-size: 13px;
				}
				aside#venstreside .kontaktskjema .wpcf7 input.wpcf7-submit {
					background: url(images/kontaktskjema-submit-bg.jpg) no-repeat;
					width: 102px;
					height: 30px;
					border: 0px;
					line-height: 30px;
					text-align: center;
					font-family: 'Open Sans', sans-serif;
					font-weight: 600;
					font-size: 13px;
					text-align: center;
					text-transform: uppercase;
					cursor: pointer;
					padding: 0px;
					margin: 0px;
				}
					aside#venstreside .kontaktskjema .wpcf7 input.wpcf7-submit:hover {
						background: #ffdc00;
						border: 1px solid #dea600;
						line-height: 29px;
					}







/*** Foooter ***/
footer {
	padding: 22px 0px;
}
	footer #footer-logoer {
		float: right;
		width: 200px;
	}
		footer #footer-logoer img {
			margin-left: 28px;
			float: right;
		}
	footer nav#submeny ul {
		float: left;
		padding-top: 3px;
	}
		footer nav#submeny ul li {
			float: left;
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			font-size: 12px;
			padding: 3px 10px;
			color: #333333;
			border-right: 1px solid #333;
		}
			footer nav#submeny ul li:first-child {
				padding-left: 0px;
			}
			footer nav#submeny .menu-submeny-container ul li:first-child {
				padding-left: 10px;
			}
			footer nav#submeny .menu-submeny-container ul li:last-child {
				border-right: 0px;
				padding-right: 0px;
			}
			footer nav#submeny ul li a {
				color: #333333;
				text-decoration: none;
			}
				footer nav#submeny ul li a:hover {
					color: #000;
				}
			footer nav#submeny ul li ul {
				display: none;
			}
	footer #copyright {
		clear: left;
		padding-top: 37px;
		font-size: 11px;
		color: #333333;
		line-height: 15px;
	}
		footer #copyright #maksimer a {
			color: #9d9d9d;
			text-decoration: none;
		}
			footer #copyright #maksimer a:hover {
				color: #333;
				text-decoration: underline;
			}