
* {
	margin:0;
	padding:0;
}
body {
	font:11px Verdana, Tahoma, Arial, sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background:#fff;
	
}
a {
	color:#fff;
	text-decoration:none;
	background-color:inherit;
}
a:hover {
	color:#666;
	text-decoration:none;
	background-color:inherit;
}
a img {
	border:none;
}
p {
	padding:0 0 1.6em 0;
}

p form {
	margin-top:0;
	margin-bottom:20px;
}
img.left, img.center, img.right {
	padding:4px;
	border:1px solid #a0a0a0;
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}
/**************** Header and navigation styles ****************/


#header-top {
	margin:0 auto;
	width:1022px;
	height:125px;
	background: #fff;
}

#logo{
	float:left;
	padding:0px 0 0 5px;
	}
#searchbar {
	float:right;
	padding:20px 10px 2px 0;
	margin-bottom:-3px;
}

/**************** Top menu ***************/
.red-line{
	margin: 0px 22px 8px 18px;
	border-bottom: 7px solid #bd2726;
	clear:both;
	padding: 5px;
}
#top-menu {
	clear:right;
	float:right;
	margin:0 10px 0 0;
}

#top-menu ul {
	/*padding-right:200px;*/
	}

#top-menu li {
float:left;
list-style-type:none;
white-space:nowrap;
width:71px;
}
#top-menu li a {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:36px 10px 0 10px;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color: #3b3b3b;
	margin-top:-20px;
}
#top-menu .selected, #top-menu a:hover {
	color:#8c0000;
	text-decoration:none;
}
.hjem-knapp {
	background:url(img/hjem.jpg) no-repeat center;
	/*height: 13px;
	padding-top:18px;*/
}
.om-knapp {
	background: url(img/om-oss.jpg) no-repeat center;
/*	height: 13px;
	padding-top:18px;*/
}
.kontakt-knapp {
	background:url(img/kontakt-oss.jpg) no-repeat center;
/*	height: 13px;
	padding-top:18px;*/
}


#header-bottom {
	margin:0 auto;
	background:url(img/header.jpg) no-repeat;
	width:1022px;
	height:112px;
	clear:both;
}
#header h1 {
	padding:35px 0 0 20px;
	font-size:2.4em;
	background-color:inherit;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	clear:both;
	color:#ffffff;
	float:right;
	width:1002px;
	padding-left:20px;
	height:39px;
	background:url(img/top-menu.jpg);
	font-size:14px;
	font-weight:100;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */	 
#header_menu {
	position: absolute;
	margin-left: 20px;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	height:39px;
	padding:0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	/*position: relative;  Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
}
#nav ul li a {
	display: block;
	padding: 16px 10px 7px 10px;
	color: #fff;
	text-decoration: none;
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	border-color: #fff;
	color: #000;
}
#nav li a:active, #nav ul li a.active {
	color: #000;
}
/* Current page Customisations*/
#nav li.menu-current a {
	font-weight: 500;
	color:#999;
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 18em;
	margin: 0;
	display: none;
	text-transform: none;
	border: 1px solid #000;
	border-bottom:0px;
	border-top: 0;
	font-size: 100%;
	font-size:12px;
}
#nav .menu li ul li {
	width: 18em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 0.7em;
	border-bottom:1px solid #000;
}
#nav .menu li ul a {
	width: 17.5em;
	padding: .6em .1em .6em .4em;
	background: #313131;
	color: #fff;
	/*border: 0;*/
}
/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #4b4c4d;
	background: #7a0000;
	/*border: 0;*/
	color:#fff;
}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}

#nav .menu li:hover ul ul ul, #nav .menu li.subMenu ul ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li li.subMenu ul {display: block;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 17.5em;
	padding: .6em .1em .6em .4em;
	background: #666;
	color: #fff;
	font-weight:100;
}
/* 4th Child Menu Appreances */
#nav .menu li ul li ul li ul li a {
	width: 17.5em;
	padding: .6em .1em .6em .4em;
	background: #666;
	color: #fff;
	font-weight:100;
}
#nav .menu li ul li ul li ul a {
	width: 17.5em;
	padding: .6em .1em .6em .4em;
	background: #666;
	color: #fff;
	font-weight:100;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */
#news{
	color:#fff;
	padding-top:10px;
	padding-left:20px;
	width:290px;
	height:250px;
	max-height:250px;
	overflow:hidden;
	text-align:left;
	
}
#news h2{
	font-weight:normal;
	font-size:12px;
	margin:0px;
	border-bottom:1px dashed #fff;
	padding-bottom:5px;
	margin-bottom:5px;

}
#news p{
	line-height:13px;
	padding:0px;
	font-weight:normal;
	font-size:10px;
	margin:0px;
/*	margin-bottom:-50px;*/

}

#news a{
		color:#ccc;
}
#news a:hover{
	color:#bd2726;
}

#top-content-left {
	
	width:318px;
	height:227px;	
	float:left;
	margin-left:18px;
	border:#eaeaea 1px solid;
	overflow:hidden;
	
}

#top-content-left p{
	padding: 5px 5px 0 5px;

}


#top-content-middle{

	width:318px;
	height:222px;
	margin-left:348px;
	border:#eaeaea 1px solid;
	overflow:hidden;
	padding-top:5px;
}

#top-content-middle p{
	padding: 5px 5px 0 5px;

}


#top-content-right{
	
	width:318px;
	height:227px;
	float:right;
	margin-right:22px;
	border:#eaeaea 1px solid;
	overflow:hidden;
}
#top-content-right p{
	padding: 0 5px;

}


/**************** Content styles ****************/

#container {
	width:1022px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: url(img/com_bg.jpg) repeat-y;
	color:#303030;
	
	
}
#content a{
	color:#bd2726;
}
#content {
	width:930px;
	/*font-size:0.9em;*/
	padding:5px 0 5px 15px;
	border:#eaeaea 1px solid;
	margin: 0 10px 0 30px;
	min-height:400px;
	height:auto !important;
  	height:400px;
}
#content img {
	padding: 5px;
	border: 1px solid #eaeaea;
	margin:5px 5px 5px 0;
}
	

#content h1 {
	margin:15px 8px 15px 0;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	color:#bd2726;
	font-size:30px;
	border-bottom: 3px solid #bd2726;
	line-height:45px;
	font-weight:100;
/*	padding:30px 8px 5px 65px;*/
	padding:0px 8px 5px 10px;
}
/*
.h1-produkter{
	background:url(img/produkter-icon.jpg) no-repeat;
}

.h1-tjenester{
	background:url(img/tjenester-icon.jpg) no-repeat;
	padding:30px 8px 5px 70px;
}
.h1-integrasjon{
	background:url(img/integrasjon-icon.jpg) no-repeat;
}
.h1-referanser{
	background:url(img/referanser-icon.jpg) no-repeat;
}
.h1-partnere{
	background:url(img/partnere-icon.jpg) no-repeat;
}
.h1-seminarer{
	background:url(img/seminarer-icon.jpg) no-repeat;
}
.h1-nyheter{
	background:url(img/nyheter-icon.jpg) no-repeat;
}
.h1-presse{
	background:url(img/presse-icon.jpg) no-repeat;
}
.h1-stilling{
	background:url(img/stilling-icon.jpg) no-repeat;
}
.h1-kontakt{
	background:url(img/kontakt-icon.jpg) no-repeat;
}
.h1-om{
	background:url(img/om-icon.jpg) no-repeat;
}
*/

#content h2 {
	font-weight:100;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	height:20px;
	line-height:2em;
	display:block;
	font-size:14px;
	color:#fff;
	background: url(img/header-bg-1.jpg);
	padding:0 0 10px 20px;
	clear: right;
	margin:15px 10px 10px 0;
}

#content p {
	margin-right:10px;
}
#content h2 a {
	font-weight:normal;
}
#content h3 {
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:normal;

}
#content h4 {
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;

}
#content a:hover, #subcontent a:hover {
	text-decoration:underline;
}
#content ul, #content ol {
	margin:0 5px 16px 35px;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}
#content p {
	margin-left:10px;
	}
	
	
#content-left{	
	width:215px;
	float:left;
	margin:-10px 11px 0 11px;
	background:#bd2726 url(img/sub-menu-bg.jpg) no-repeat top;
	/*min-height:275px;
	height:auto !important;
  	height:275px;*/
}
#content-left h2 {
	font-weight:100;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	height:20px;
	line-height:2em;
	display:block;
	font-size:14px;
	color:#fff;
	background: url(img/header-bg-2.jpg);
	padding:0 0 10px 20px;
}
#content-left p{
	line-height:13px;
	padding:0 5px;
	font-weight:normal;
	font-size:10px;
	margin:0px;
/*	margin-bottom:-50px;*/

}
#content-left a{
	font-family:"Gill Sans",Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:11px;
	font-weight:normal;
	border-bottom: #fff 1px solid;
	display:block;
	line-height:30px;
	width:195px;
	margin-left:-10px;
	padding:0 10px;
	}
	
#content-left a:hover{
	color:#666;
	}
#content-current {
	font-weight: bold;
	color:#ccc;
}
#contact-generell{
float:right;
	padding:0 30px 0 40px;
	border-left: 1px #eaeaea solid;

}
#contact-besok{
	width:577px;
	}
#map{
	float:right;
	}

/**************** Sidebar styles ****************/

#subcontent {
	float:left;
	width:230px;
	padding:20px 20px 10px 0;
	line-height:1.4em;
}
#subcontent h2 {
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}
#subcontent p {
	margin:0 0 16px 0;
	font-size:0.9em;
}
/**************** Menublock styles ****************/

.menublock {
	margin:0 0 20px 8px;
	font-size:0.9em;
}
.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}
.menublock li a {
	font-weight:bold;
	text-decoration:none;
}
.menublock li a:hover {
	text-decoration:none;
}
.menublock li ul {
	margin:3px 0 3px 15px;
	font-size:1em;
	font-weight:normal;
}
.menublock li ul li {
	margin-bottom:0;
}
.menublock li ul a {
	font-weight:normal;
}
/**************** Searchbar styles ***************

#top-menu {
	clear:both;
	float:right;
	margin:0 0 2px 0;
}

#top-menu ul {
	padding-right:200px;
	}

#top-menu li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
}
#top-menu li a {
	display:block;
	padding:0 10px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}
#top-menu .selected, #top-menu a:hover {
	color:#bd2726;
	text-decoration:none;
}
/**************** Footer styles ****************/

#ned {
	clear:both;
	width:1022px;
	height:65px;
	padding-top:50px;
	background:url(img/footer.jpg) no-repeat;
	margin:0 auto;
	font-size:0.9em;
	color:#666;
	
}
#ned a{
	color:#bd2726;
}

/*#footer p {
	padding:0;
	margin:0;
	text-align:center;
}
#footer a {
	color:#f0f0f0;
	background-color:inherit;
	font-weight:bold;
}
#footer a:hover {
	color:#ffffff;
	background-color:inherit;
	text-decoration: underline;
}*/
#metronet{
	padding-right:20px;
	margin-top: -35px;
	float:right;
	font-size:9px;
}

#bot-buttons{
	padding-left:20px;
	margin-top: -35px;
	float:left;
	font-size:9px;
}
.splitcontentleft {
	float:left;
	width:48%;
}
.splitcontentright {
	float:right;
	width:48%;
}
.clear {
	clear:both;
}
#top-line{
	height:10px;
	font-size:5px;
}
.small {
	font-size:0.8em;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}
.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}
.selected_group_title{
	float:left;
}