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
{
	background: transparent url(h1_background.jpg) no-repeat;
	color: #4a1930;
	font-size: 2em;
	height: 44px;
	margin-bottom: .1em;
	padding: 8px 0 10px 55px;
	clear: both;
	width: 85%;
}

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: Black;
	display: block;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	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 
{
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4 
{
	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 
{
	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 
{
	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;
		}