@charset "UTF-8";
/* Grid files Labs.trafikanten.no */


/* Clearfix hack */
.clearfix:after, .item:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix, .item {display:inline-block;}

/* Hides from IE-mac \*/
.clearfix, .item {display:block;}
* html .clearfix, * html .item {height: 1%;}
/* End hide from IE-mac */


html {
	background-color:#363636;
}


body {
	font-size:14px;
	line-height:21px;
	padding:0;
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	width:904px;
}
	

#container {
	width:904px;
	background-color:#fff;
	position:relative;
	float:left;
}

#ident {
	position:absolute;
	top:60px;
	left:20px;
	width:162px;
	height:46px;
	z-index:1000;
}

#ident a {
	border-bottom:none;
}

#ident a:hover {
	background-color:transparent;
}

#shedule {
	width:904px;
	z-index:2000;
	position:absolute;
	top:0;
	left:0;
	min-height:70px;
	background-color:#2a2e32;
	padding-bottom:6px;
	
	
}


#SlidingPanels1 {
	width:904px;
	float:left;
	height:320px;
	margin-top:0px;
}

#navigation {
	float:left;
	height:36px;
	margin-top:-66px;
	width:540px;
	padding:0;
	z-index:1000;
	position:relative;
	
}

#navigation li {
	float:left;
	list-style:none;
	font-size:16px;
	font-weight:bold;
}

#navigation li a {
	color:#d4d8db;
	display:block;
	height:25px;
	padding:11px 0 0 20px;
	width:154px;
	border-bottom:none;
	background:url(../img/navbar-active.png) no-repeat left top #333;
	color:#d4d8db;


}

#navigation li a:hover,
#navigation li a.selected,
#navigation li.special a,
.tjenester_og_api #navigation li.tjenester_og_api a,
.applikasjoner #navigation li.applikasjoner a {
	background:url(../img/navbar.png) no-repeat left top;
	color:#000;
}



	

#content-container {
	padding:0 20px;
	background-color:#ffffff;
	width:864px;
	float:left;
}

#content-header {
	width:864px;
	height:40px;
	position:relative;
}

.content {
	width:500px;
	float:left;
}

.related {
	float:right;
	width:238px;
}

.related.first {
	width:500px;
	float:left;
}


#content-footer {
	padding:24px 20px;
	width:864px;
	background-color:#a3aab1;
	float:left;
}

/* footer */

#footer {
	height:120px;
	float:left;
	width:904px;
}

#footer .subident {
	float:left;
}

.servicenav {
	float:right;
}

.servicenav ul {
	margin:0;
	padding:0;
}

.servicenav li {
	list-style:none;
	float:left;
	margin:12px 0 0 16px;
	line-height:16px;
	font-size:11px;
}

.servicenav li a {
	color:#CCC;
	text-decoration:none;
	font-size:11px;
	border-bottom:none;
}

.servicenav li a:hover {
	border-bottom:1px solid #ff0 !important;
	color:#FF0;
	background-color:transparent;
}

