@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html, body {
    font-family: Arial, Sans-serif;
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    font-size: 12px;
    background: url(images/bgtop.jpg) repeat-x;

}
a:visited,
a:link {
    color: #fff;
    text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#placeholder-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
#placeholder-left a,
#placeholder-content a{
	text-decoration: none;
	color: #004961;
}
img{
border:none;
}
 p{
	padding:0px;
	margin:0px;
}
h1{
	font-size:26px;
	color: #4e4e4e;
	font-family: Georgia;
	font-weight:normal;
}
/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#container {
	width: 995px;
    margin-left: auto;
    margin-right: auto;
}
#placeholder-top {

    margin-bottom: 20px;
    text-align: center;
  
}
#placeholder-left {
	clear:both;
    float: left;
    width: 478px;
    margin-bottom: 20px; 
    border-right: 1px solid #e5e5e5;
}
#placeholder-right {
    float: left ;
    width: 214px;
    
}
#placeholder-content {
    float: left;
    width: 213px;
    padding-right:25px;
    padding-left:25px;
 
}
#placeholder-content-no-right {
    float: left;
    width: 800px;
}
#placeholder-bottom-container {
	clear:both;
	width: 100%;
	background: url(images/bgbottom.jpg) repeat-x top left;	

}
#placeholder-bottom {
	width: 995px;
    margin-left: auto;
    margin-right: auto;
	clear: both;
	text-align: center;
	padding-top: 0px;

}
#content-link {
    display: none;
}


/* -------------------------------------------------------------------------- */
/* General tile                                                               */
/* -------------------------------------------------------------------------- */

/* 
   Tiles in top, bottom and content placeholders should not be styled using
   the general styles, so we reset these styles here. HTML element ID spesific
   styling, using the #html-element-id notion has precendence over styles set
   generally using only the css-class. If we want to override these styles later
   in the stylesheet, we must remember to use the full element path.
*/

#placeholder-top .tile-content,
#placeholder-top .tile-common,
#placeholder-top .tile-common h3,
#placeholder-bottom .tile-content,
#placeholder-bottom .tile-common,
#placeholder-bottom .tile-common h3,
#placeholder-content .tile-content,
#placeholder-content .tile-common,
#placeholder-content .tile-common h3,
#placeholder-content-no-right .tile-content,
#placeholder-content-no-right .tile-common,
#placeholder-content-no-right .tile-common h3  {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.tile-common {

    margin-bottom: 1px;
    margin-right: 25px;
}


.tile-content {
    padding: 0px;
}


/* -------------------------------------------------------------------------- */
/* General inline listing (eg. horizontal menu, linktoolbar, sitelocator)     */
/* -------------------------------------------------------------------------- */

.horizontal-menu h3{
display:none;
}

.linktoolbar h3{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.sitelocator h3 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    font-weight:bold;
    font-size: 11px;
    
}
.horizontal-menu ul{
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
	float:left;

}
.linktoolbar ul,
.sitelocator ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
	float:left;

	
}
.linktoolbar ul a,
.sitelocator ul a{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;

}
.horizontal-menu ul a{
	display: block;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	height: 27px;
	padding: 5px 15px 0px 15px;
}
.horizontal-menu ul a:hover{
	background: url(images/bggronn.jpg) top right repeat-x;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	height: 27px;
}
.horizontal-menu ul li.active{
	background: url(images/bggronn.jpg) top right repeat-x;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	height: 27px;
}
.horizontal-menu ul li.first{
	background: url(images/gradline.png) top right no-repeat;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	height: 27px;
}
.linktoolbar li,
.sitelocator li {
	display: inline;
	padding-left: 10px;

	
}
.horizontal-menu ul li{
	float:left;
	background: url(images/gradline.png) top right no-repeat;
	height: 27px;

	
}
.horizontal-menu ul li.last{
	padding-right:10px;
	background: none;
	
}

/* -------------------------------------------------------------------------- */
/* General bullet-less listing (eg. verical menu and small article list)      */
/* -------------------------------------------------------------------------- */

.full-articlelist ul,
.small-articlelist ul,
.vertical-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.full-articlelist li li,
.small-articlelist li li,
.vertical-menu li li {
    padding-left: 10px;	
}


/* -------------------------------------------------------------------------- */
/* Styling for spesific elements                                              */
/* -------------------------------------------------------------------------- */

/* 
   Some of these elements have been styled using id-context above. We therefore
   need to use the full id-element path to override these styles.
*/

/* -- Page header ----------------------------------------------------------- */
.page-header {
    float: left;	
}
.page-header .logo {
    font-size: 1.85em;
    font-weight: bold; 	
}
.horizontal-menu h3 {
 
}

/* -- Horizontal menu in top placeholder ("quicklaunch") -------------------- */
.horizontal-menu ul {
	height:27px;

	
   
}

/* -- Linktoolbar ----------------------------------------------------------- */
.linktoolbar h3 {
    display: none;  
}
.linktoolbar ul {
    float: right;   
}

/* -- Sitelocator ----------------------------------------------------------- */


/* -- Article display ------------------------------------------------------- */
.full-articledisplay {
    clear: both;
}

/* -- Digest ---------------------------------------------------------------- */
h2.digest {
    font-size: 1em;
}

/* -- Article list ---------------------------------------------------------- */
#placeholder-content-no-right .full-articlelist h3,
#placeholder-content .full-articlelist h3 {
	margin: 0px;
	padding:0px;

}
.full-articlelist ul,
.full-articlelist-twocolumn ul {
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
.full-articlelist ul li {
    clear: both;
    padding-bottom: 20px;	
}
.full-articlelist .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
    clear: none;
    padding: 0 0 0px 0;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 48%; /* 245px; */
}
.full-articlelist-twocolumn li.even {
    float: right;
    width: 48%; /* 245px; */
}

/* -- Site locator ---------------------------------------------------------- */

#placeholder-top .sitelocator{
	clear:both;
	display:block;
	font-size:10px;
	color: #888888;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
}
#placeholder-top .sitelocator a{
	font-size:10px;
	color: #888888;
	text-transform: uppercase;

}
/* -- Placeholder-right ---------------------------------------------------------- */
#placeholder-right img{
	border:0px;
	margin:0px;
}
#placeholder-right .tile-content p{
	border:0px;
	margin:0px;
}
/* -- Search ---------------------------------------------------------- */

#placeholder-top input.textinput{
	background: url(images/textinput.jpg) no-repeat top left;
	color: #00265a;
	border: 0px;
	width: 120px;
	margin-top: 5px;
}

#placeholder-top input.submit{
	background: url(images/soksubmit.gif) no-repeat top left;
	color: #fff;
	border : 0px;
	width: 36px;
	border: 0px;
	text-transform: uppercase;
	font-size: 11px;
	

}

/* -- articlelist ---------------------------------------------------------- */

.list-thumbnail-left{
	float:left;
	padding:0px 5px 0px 0px;
}

.full-articlelist-twocolumn h3 a,
.full-articlelist h3 a{
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #004961;
	margin: 0px;
	padding:0px;

}
.full-articlelist-twocolumn p,
.full-articlelist p{
	margin:0px;
	padding:0px;
	font-size: 11px;

	
}
.full-articlelist-twocolumn li li a,
.full-articlelist li li a{
	font-size:11px;
	text-decoration: none;
	color: #004961;
	
	
}
#placeholder-top .full-searchinput{
	padding:0px;
	margin:0px 0px 0px 10px;
	float:left;
}

/* -- placeholder right menu ---------------------------------------------------------- */

#placeholder-right .tile-common{

}
#placeholder-right .tile-common h3{
	display:none;
}
#placeholder-right .vertical-menu li.first {
	border-top: 3px solid #8cc63f
    
}
#placeholder-right .vertical-menu li {
 	background: #efefef;
    border-bottom: 1px solid white;

 }
#placeholder-right .vertical-menu a:link,
#placeholder-right .vertical-menu a:visited,
#placeholder-right .vertical-menu a:hover {
	display: block;
	height: 20px;
	padding: 5px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;

}
#placeholder-right .vertical-menu li.active {
	 clear:both;
	 background: url(images/bgmenu.jpg) no-repeat top left;
	 padding: 0px 0px 0px 25px;
	 
 }
 #placeholder-right .vertical-menu li.active a{
	color:#fff;
 }
 .list-navigation-text{
display:none;
}
.list-navigation{
display:none;
}

#placeholder-bottom a,
	#placeholder-bottom a:hover,
	#placeholder-bottom a:visited {
color: #767676;
text-decoration: none;
}
#placeholder-left a,
#placeholder-left a:hover,
#placeholder-left a:visited{
color: #8cc63f;
}

.sitelocator ul li{

padding-right:10px;
background: url(images/pilright.jpg) top right no-repeat;

	
}
.sitelocator ul li.last{

padding-right:10px;
background: none;

	
}
#placeholder-bottom p {
	margin:0px;
	padding:0px 0px 0px 0px;
	color: #fff;

}
#placeholder-top img{
padding-top: 3px;
}


