body 
{
	color: 000000;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	padding: 0px;
	background: #E5E5E5;
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

h1 {
    padding: 5px 20px 5px 10px;
    background: #0367b4 url(h1-gradient.png) left bottom repeat-x;
    display: inline-block;
    position: relative;
    color: #fff;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    min-width: 200px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    line-height: 33px;
  		height:	33px;
  		font-weight:	normal;
    }
    
    h1:before {
    	content: "";
    	position: absolute;
    	height: 69px;
    	width: 14px;
    	background: transparent url(header-fold.png) 0 0 no-repeat;
    	top: -13px;
    	left: -1px;
    }
    
    h1 img {
    	float:	left;
    	border:	0;
    	margin-top:	-17px;
    }

h2
{
	color: #000000;
	font-size: 130%;
	margin-top: 1.5em;
	margin-bottom: .5em;
	clear: both;
}

h3
{

	background : White url(box_heading.gif) bottom left repeat-x;
	color: #98421d;
	display: block;
	font-family : 'Trebuchet MS',Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.5em;
	margin: 2px 2px 10px 2px;
	padding: 1px 10px;
	position: relative;
	top: auto;
	}

ul.movie
{
	list-style-image:  url(movie_icon.gif);
	list-style-type: circle;
}

ol
{

	list-style-image:  url(pdf_icon.gif);
	list-style-type: circle;
}

/*Her begynner CSS-meny-stilsett*/


#menu 
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

#menu ul, #menu li	
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

	
#menu a:link, #menu a:visited	
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: 12;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#menu a:hover	
{
	color: #f00;
	font-weight: bold;
}

	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a 
body.section-5 #menu li#nav-5 a 
{
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4 
#menu #subnav-5
{
	display : none;
	width: 90%;
}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4 
body.section-4 #menu ul#subnav-5
{
	display : inline;
	left : 10px;
	position : absolute;
	top : 100px;
	margin: 50;
}

body.section-1 #menu ul#subnav-1 a, 
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a 
body.section-4 #menu ul#subnav-5 a 
{
	background : #fff;
	border : none;
	border-left : 1px solid #ccc;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 #menu ul a:hover 
{
	color : #f00 !important;
}

#contents {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}

div#bluesky
		{
	color: #000000;
	background: url(top_background_fill.gif) repeat-x top;
	margin-bottom: 0px;
	margin-right: -10px;
	margin-left: -10px;
		}
		
