/*
	NineSixty – et rammeverk med 12 kolonner á 50 pikslers bredde med 30 pikslers spalteavstand.
	Basert på 960.gs av Nathan Smith – Copyright Huset kommunikasjon og design as
	Idé og utvikling: Willy Bergsnov (willy@huset.no)
*/

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background-color: #3f3f3f;
	margin: 0px;
}

body {
	background-position: center top;
	background-color: #3f3f3f;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 15px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/body_bg.png);
	font-family: Arial;
	color: #595959;
	line-height: 145%;
	font-size: 13px;
}

.header {
	height: 106px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 15px;
} 

.head {
	margin-bottom: 25px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/head_bg.png);
	height: 100px;
}                                                                                                   

#hjem_lenke {
	background-repeat: no-repeat;
	background-position: 24px 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 106px;
	width: 300px;
	background-image: url(../images/logo_head_bg.png);
	float: left;
}

#topbar {
	margin-left: 30px;
	width: 900px;
}

#topmenu {
	float: left;
	clear: both;
	background-repeat: repeat-x;
	height: 35px;
	width: 690px;
}

#search_holder {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 9px;
	padding: 0px;
	float: right;
	width: 130px;
}

#topmenu ul li {
	margin: 0px;
	float: left;
	display: block;
}

#topmenu ul li a {
	font-weight: bold;
	text-shadow: 0px -1px 1px #0071a0;
	margin: 0px;
	border-right-color: #009fe1;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #00a9e5;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 14px;
	color: white;
	line-height: 35px;
	float: left;
	display: block;
}

#topmenu ul li a:hover {
	color: #7fff7f;
}

.wrapper {
	background-image: url(../images/wrapper_bg.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	padding-top: 140px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 2px 5px black;
	-webkit-box-shadow: 0px 2px 5px black;
}


/* Tekst og andre elementer
----------------------------------------------------------------------------------------------------*/

hr {
	padding-top: 12px;
	border-top-width: 0px;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	clear: both;
	height: 0;
}

h1 {
	letter-spacing: -2px;
	font-weight: bold;
	color: #3f3f3f;
	margin-bottom: 15px;
	font-size: 30px;
}

h2 {
	line-height: 110%;
	letter-spacing: -1px;
	font-weight: bold;
	color: #3f3f3f;
	margin-bottom: 15px;
	font-size: 23px;
}

h3 {
	font-family: Helvetica;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	color: #3f3f3f;
	padding: 0px;
	font-size: 15px;
}

h4 {
	font-weight: normal;
	font-style: normal;
	color: #8c8c8c;
	line-height: 145%;
	margin-bottom: 15px;
	font-size: 16px;
}


h5 {
	font-weight: bold;
	color: #8c8c8c;
	line-height: 145%;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

h6 {
	line-height: 145%;
	font-size: 14px;
	color: #8c8c8c;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	list-style-type: square;
	margin-left: 30px;
}

p {
	margin-bottom: 18px;
}

img {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: #73a333;
}

a:hover {
	text-decoration: none;
	color: #8bc53e;
}

.block {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 20px;
	margin-right: 30px;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	width: 920px;
	height: 20px;
	background-color: #3f3f3f;
}

.space {
	margin-bottom: 0px;
	margin-top: 0px;
	border-width: 0px;
	padding: 0px;
	height: 30px;
	margin-left: 15px;
}

.nospace {
	margin-bottom: 0px;
	margin-top: 0px;
	border-width: 0px;
	padding: 0px;
	height: 15px;
	margin-left: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	color: #7f7f7f;
	line-height: 145%;
	font-size: 12px;
}

.smaller {
	color: #bfbfbf;
	line-height: 145%;
	font-size: 11px;
}

.footer {
	padding: 0px;
	margin: 0px;
	clear: both;
}

ul li ul {
	display: none;
}

.tjenestelenke {
	height: 100px;
	width: 290px;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
}

.portfoliolenke {
	height: 250px;
	width: 210px;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
}

.centered {
	text-align: center;
}

.sitat {
	list-style-type: none;
	margin-top: 15px;
	margin-right: 50px;
	text-align: right;
	width: 350px;
	height: 80px;
	0px;
	float: right;
	overflow: hidden;
}

.sitat p {
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bfbfbf;
}

.sitat p span {
	line-height: 22px;
	font-size: 12px;
	color: #00a9e5;
}

ul#portfolio {
	text-align: right;
	width: 350px;
	list-style-type: none;
	float: right;
	padding: 0px;
}

ul#portfolio li {
	left: 0px;
	position: absolute;
	text-align: right;
	list-style-type: none;
	padding: 0px;
	widows: 350px;
}

div.acymailing_footer {
	display: none;
}

