/**
 * CSS OCS - Onsoft Computer Systems
 */

/* Reset margin and padding */
* { 
	margin: 0; 
	padding: 0; 
}

/* Body and type */
body {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../bilder/bilder/struktur_element/bg.jpg);
	background-position: 105px 100px;
	background-repeat: repeat-x;
	text-align: center;
}

h1  {
	border-bottom: 1px solid #EBEBEC;
	color: #093B7C;
	font-size: 1.8em;
	margin-bottom: 18px;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #093B7C;
}
h2 a {
	text-decoration: none;
	color: #093B7C;
}
h6 {
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #093B7C;
}
h6 a {
	text-decoration: none;
	color: #093B7C;
}
h5 {
	margin-bottom: 16px;
	font-size: 1.3em;
	color: #093B7C;
}
h5 a {
	text-decoration: none;
	color: #093B7C;
}
p {
	margin-bottom: 1em;
}



/* Layout */
#header {
	margin: 0 auto;
	width: 950px;
	height: 100px;
	text-align: left;
}
#page {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#main {

}
#leftContent {
	width: 170px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
}

#sok input.sokFelt {
	width: 130px ;
}

#sok input.sokKnapp {
	padding: 3px 0 0 0;
	float: right;
}

#mainContent {
	margin: 100px 0 0 20px;
	/* width: 761px; */
	width: 501px;
	float: left;
}
#footer {
	margin: 0 auto;
	width: 950px;
	border-top: 1px solid #EBEBEC;
}



/* Page specific styles */
#page:after { 
	content: "."; 
	display: block; 
	height: 1%; 
	clear: both; 
	visibility: hidden; 
}



/* Main specific styles */
#main:after { 
	content: "."; 
	display: block; 
	height: 1%; 
	clear: both; 
	visibility: hidden; 
}



/* Header specific styles */
#header #topnav {
	height: 25px;
	border-bottom: 1px solid #eee;
	text-align: left;
}
#header #topnav:after { 
	content: "."; 
	display: block; 
	height: 1%; 
	clear: both; 
	visibility: hidden; 
}
#header #topnav ul {
	list-style-type: none;
	float: right;
}
#header #topnav ul li {
	margin-left: 10px;
	line-height: 2.2;
	display: block;
	float: left;
}
#header #topnav ul li a {
	color: #093B7C;
}
#header #logo {
	margin-top: 15px;
	width: 170px;
	height: 45px;
	background: url(../bilder/bilder/struktur_element/onsoft-computer-systems.gif) no-repeat;
	text-indent: -999em;
}
#header #logo a {
	width: 170px;
	height: 45px;
	display: block;
}



/* Left content specific styles */
#leftContent #treemenu2_.level2 li a{
	font-size: 1.1em;
}
#leftContent #treemenu2_.level3 li a {
	font-size: 1em;
}
#leftContent .level4 {
	list-style-type: none;
	background-color: #01335E;
}
#leftContent #treemenu2_ {
	padding-bottom: 20px;
	background-color: #004989;
	list-style-type: none;
}
#leftContent #treemenu2_ li {
	border-bottom: 1px dotted #fff;
}
#leftContent #treemenu2_ li a {
	padding-left: 20px;
	line-height: 2.1;
	/* text-transform: uppercase; */
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../bilder/bilder/struktur_element/nav_pil_0.gif) no-repeat 7px 7px;
}
#leftContent #treemenu2_ li a.active {
	color: #F07F09;
}
#leftContent #treemenu2_ li a:hover {
	color: #F07F09;
	background: url(../bilder/bilder/struktur_element/nav_pil_1.gif) no-repeat 7px 7px;
}

#leftContent #treemenu2_ li ul.level3 {
	background-color: #013E74;
	list-style-type: none;
}
#leftContent #treemenu2_ ul.level3 li {
	border-bottom: 0;
}
#leftContent #treemenu2_ ul.level3 li a {
	background-image: none;
}

#leftContent ul.level4 li a {
	padding-left: 32px !important;
	line-height: 2.1;
	/* text-transform: uppercase; */
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../bilder/bilder/struktur_element/nav_pil_0.gif) no-repeat 20px 7px !important;
}
#leftContent ul.level4 li a:hover {
	background: url(../bilder/bilder/struktur_element/nav_pil_1.gif) no-repeat 20px 7px !important;
}

#leftContent #sok {
	padding: 7px;
	background-color: #dedfe0;
}



/* Main content specific styles */
/* frontpage article */
#mainContent ul {
	margin-left: 30px;
	margin-bottom: 1em;
}
#mainContent img[align="right"] {
	margin-left: 10px;
}
#mainContent img[align="left"] {
	margin-right: 10px;
}
#mainContent #frontpageArticle {
	width: 503px;
}
#mainContent #frontpageArticle {
	float: left;
}

#mainContent table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #fff;
}
#mainContent table td, #mainContent table th {
	vertical-align: top;
	text-align: left;
	border: none;
}

/* newslist */
#mainContent #newsList {
	margin-right: -260px;
	padding: 10px;
	width: 219px;
	background-color: #ebebec;
	float: right;
}
#mainContent #newsList h6 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
#mainContent #newsList a {
	text-decoration: none;
	color: #093B7C;
}
#mainContent #newsList p {
	margin-bottom: 0px;
}
#mainContent #newsList .nyhetsRamme {
	margin-bottom: 2em;
}
#mainContent #newsList .nyhetsRamme a.awa_nyhet_lesmer {
	float: right;
}

/* CTA */
#CTA {
	padding-top: 10px;
	width: 760px;
	border-top: 1px solid #eaeaea;
	clear: both;
}
#CTA:after { 
	content: "."; 
	display: block; 
	height: 1%; 
	clear: both; 
	visibility: hidden; 
}
#mainContent #CTA .ctaContent {
	width: 239px;
	overflow: hidden;
}
#CTA .nyhetsRamme {
	margin-left: 10px;
	padding-right: 10px;
	width: 239px;
	border-right: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
}
#CTA .nyhetsRamme.first {
	margin-left: 0;
}
#CTA .nyhetsRamme.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#landingpageCta {
	margin-right: -260px;
	padding-left: 20px;
	width: 240px;
	float: right;
	background-color: #fff;
}
/* cta-form */
#cta-form {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #EBEBEC;
}
#cta-form ul {
	margin: 0;
	list-style-type: none;
}
#cta-form ul li {
	margin-bottom: 3px;
	display: block;
}
#cta-form ul li label {
	width: 60px;
	display: block;
}
#cta-form ul li input {
	width: 210px;
	display: block;
}
#cta-form ul li input#submit {
	margin: 0 auto;
	width: 140px;
	height: 40px;
}
#cta-form ul li textarea {
	width: 215px;
	display: block;
}

.CTA {
	margin-top: 30px;
	padding-top: 10px;
	width: 501px;
	border-top: 1px solid #EBEBEC;
	overflow: hidden;
}
.CTA .cta-box1, .CTA .cta-box2 {
	text-align: center;
}
.CTA .cta-box1 h6, .CTA .cta-box2 h6 {
	text-align: left;
}
.CTA .cta-box1 {
	padding-right: 10px;
	width: 239px;
	border-right: 1px solid #EBEBEC;
	float: left;
	overflow: hidden;
}
.CTA .cta-box2 {
	padding-left: 10px;
	width: 239px;
	float: left;
	overflow: hidden;
}
.CTA .cta-box img {
	margin: 0 auto;
	display: block;
}
.CTA .cta-box h5 {
	margin-bottom: 0;
	text-align: center;
}
.CTA .cta-box a {
	margin: 0 auto;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #093B7C;
}


/**
 * 
 */
#nyhetsliste {
	margin: 0 !important;
	list-style-type: none;
}
#nyhetsliste li {
	margin-bottom: 1em;
}
#nyhetsliste h2 {
	margin: 0;
}
#nyhetsliste p {
	margin: 0;
}



/*
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../bilder/bilder/struktur_element/bg.jpg);
	background-position:105px 110px;
	background-repeat:repeat-x;
	text-align:center;
}

a {
	color:#093B7C;
}

.clear {
	clear:both;
}

#ramme {
	width:980px;
	margin:2px auto;
	padding:0 0 20px 0;
	text-align:left;
	border:1px solid #dedfe0;
	
	background-image:url(../bilder/bilder/struktur_element/bg_monster.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#toppNav {
	background-color:#dedfe0;	
	height:17px;
}

#language {
	float:left;
	width:300px;
}

#language a span {
	display:none;
}

#language a {
	background-position:top left;
	background-repeat:no-repeat;
	height:15px;
	width:15px;
	display:block;
	float:left;
	
	margin:0 0 0 5px;
	padding:0;
	line-height:none;
}

#language a.no {background-image:url(../bilder/bilder/struktur_element/flagg_no.gif);}
#language a.en {background-image:url(../bilder/bilder/struktur_element/flagg_en.gif);}
#language a.fr {background-image:url(../bilder/bilder/struktur_element/flagg_fr.gif);}

#clientLogin {
	float:right;
	width:194px;
	background-color:#f07f09;
	background-image:url(../bilder/bilder/struktur_element/bg_clientLogin.gif);
	background-repeat:no-repeat;
}

#clientLogin a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding-left:70px;
	padding-right:70px;
}

#logo {
	padding-top:20px;
	margin-top:2px;
	border-top:3px solid #dedfe0;
}

#logo h1 {
	float:right;
	width:180px;
}

#logo a span {
	display:none;
}

#logo a {
	background-image:url(../bilder/bilder/struktur_element/ocs_logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:65px;
	width:180px;
	display:block;
	
	margin:0;
	padding:0;
	line-height:none;
}

#logo p  span {
	display:none;
}

#logo p  {
	background-image:url(../bilder/bilder/struktur_element/ocs_25.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
	width:190px;
	display:block;
	
	margin:0 0 0 18px;
	padding:0;
	line-height:none;
}

#innholdsRamme {
	clear:both;
}

#byLine {
	width:980px;
	margin:2px auto;
	padding:0 0 0px 0;
	text-align:left;
}

#byLineCopyright {
	color:#093B7C;
	font-size:11px;
	margin-left:178px;
}

#byLineCopyrightRamme {
	clear:both;
}

#kollA {
	padding-left:18px;
	width:160;
	float:left;
	margin-right:20px;
}
*html #kollA {
	margin-right:16px;
}

#kollB {
	padding-top:100px;
	overflow:hidden;
}

#toppMeny {
	
	height:20px;
}

#toppMeny ul{
	background-color:#004989;
	margin:0;
	padding:0;
	text-align:right;
}

#toppMeny ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#toppMeny ul li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:20px;
}

#venstreMeny {
	background-color:#004989;
	width:136px;
	min-height:270px;
	height:auto !important;
	height:270px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#venstreMeny ul {
	padding: 0;
	margin: 0;
}

#venstreMeny ul li {
	list-style: none;
	margin: 0;
	padding:0;
	
	background-image:url(../bilder/bilder/struktur_element/meny_strek.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#venstreMeny ul li a { 
	text-decoration: none; 
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	padding: 3px 3px 2px 20px;
	
	background-image:url(../bilder/bilder/struktur_element/nav_pil_0.gif);
	background-position:8px 7px;
	background-repeat:no-repeat;
}

#venstreMeny ul li a:hover { 
	color:#f07f09;
	background-image:url(../bilder/bilder/struktur_element/nav_pil_1.gif);
}

#venstreMeny ul li a.active { 
	color:#f07f09;
}

#venstreMeny ul ul li{
	list-style: none;
	margin: 0;
	padding:0 0 0 0px;
}

#venstreMeny ul ul li a{
	font-size:9px;
	background-image:none;
	background-position:8px 5px;
	background-color:#013e74;
}
#venstreMeny ul ul li a:hover{
	background-image:none;
}

#venstreMeny ul ul ul li{
	list-style: none;
	margin: 0;
	padding:0 0 0 0px;
}

#venstreMeny ul ul ul li a{
	padding-left:30px;
	background-color:#01335e;
	border-bottom:none;
	
	background-image:url(../bilder/bilder/struktur_element/nav_pil_0.gif);
	background-position:20px 5px;
	background-repeat:no-repeat;
}

#venstreMeny ul ul ul li a:hover{
	background-image:url(../bilder/bilder/struktur_element/nav_pil_1.gif);
}
#venstreMeny ul ul ul ul li a{
	padding-left:50px;
	background-color:#002748;
	

}


#forsideNyheter {
	background-color:#dedfe0;
	width:136px;
	min-height:267px;
	height:auto !important;
	height:267px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	margin-top:2px;
}

#forsideNyheter .awa_nyhet{
	padding:5px;
}

#forsideNyheter .awa_nyhet_overskrift {
	font-size:14px;
	color:#093B7C;
	border-bottom:1px solid #EBEBEC;
	margin-bottom:10px;
}

#forsideNyheter a.awa_nyhet_lesmer {
	width:auto;
	display:block;
	text-align:right;
}

#innhold {
	overflow:hidden;
}

#innhold p {
	margin-bottom:12px;
	font-size:11px;
}
#innhold h1 {
	font-size:18px;
	color:#093B7C;
	border-bottom:1px solid #EBEBEC;
	margin-bottom:18px;
}

#innhold h2 {
	font-size:16px;
	color:#093B7C;
	border-bottom:1px solid #EBEBEC;
	margin-bottom:16px;
}

#innhold h3 {
	font-size:14px;
	color:#093B7C;
	border-bottom:1px solid #EBEBEC;
	margin-bottom:14px;
}

#innhold h4 {
	font-size:12px;
	color:#093B7C;
	border-bottom:1px solid #EBEBEC;
	margin-bottom:12px;
}

#innhold h5 {
	font-size:12px;
	color:#093B7C;
	margin-bottom:12px;
}

#innhold ul li { text-indent: .85em; margin-left: .85em; }
#innhold ol { list-style-position: outside; list-style-type: decimal; }
#innhold ul { list-style-position: outside; list-style-type: circle; }
#innhold dt { font-weight: bold; }

#innhold table tr td {
	vertical-align:top;
}
td.preMasterNews a,
td.preMasterNews p,
td.preMasterNews h2,
td.preMasterNews h5 {
	padding-left:20px;
	padding-right:20px;
}

td.preMasterNews h2 {
	padding-top:10px;	
	}

td.preMasterNews a{
	width:auto;
	display:block;
	font-size:12px;
	text-align:right;
	text-decoration:underline;
	
}

td.preMasterNews a:hover{

	color:#f07f09;
}

table.innholdstable tr td.luft {
	width:20px;
}

table.innholdstable tr td.kolloneA {
	width:246px;
}

table.innholdstable tr td.kolloneB {
	width:246px;
}
table.innholdstable tr td.kolloneC {
	width:246px;
}

#bunnbilde {
	width:832px;
	clear:both;	
}
#bunnbilde h2 {
	font-size:16px;
	color:#093B7C;
	border-bottom:1px solid #EBEBEC;
	margin-bottom:10px;
	padding-top:20px;
	padding-left:10px;	
}


#sok {
	padding:5px;
}

.sokKnapp {
	
}



.sokFelt {

	width:100px;
}

.sokKnapp {

}
*/
