@charset "UTF-8";
/* CSS Document */

*.{
	margin: 0;
	padding: 0;
	border: 0;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family: Trebuchet MS;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

a{
	color: #ae0606;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a#active{
	color: #000;

}

h1{
	background: none;
}


h2{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;

}

h4{
	color: #ae0606;
	font-size: 14px;
}


p{
	font-size: 13px;
}

p#label{
	display: block;
	width: 120px;
	
}

ul.gallery {
	clear: both;	


}

ul.gallery li{
	list-style-type: none;
	display: inline-block;
	width: 140px;
	float: left;
}

ul.gallery li a, ul.gallery li a img{
	border: none;
}

/*
#middle{
	width: 100%;
	height: 500px;
	border-bottom: 7px solid #222;
	background-image: url(../img/counter_bg.png);
	background-repeat: repeat-x;
}
*/

#content_frame{
	width: 900px;
	height: 489px;
	background-image: url(../img/film_bg.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	margin: -4px;
}


#content_frame h2{
	text-transform: uppercase;
	margin-top: 22px;
	
}
#content_constrain{
	width: 780px; /* VAR 816px ... */
	height: 456px;
	display: block;
	overflow: hidden;
	margin: 18PX 0px 0px 67px;
}


#logo{
	top: 20px;
	left: 40px;
	position: relative;
	float: left;

}

#logo img{
	border: 0px;
}

#topptekst{
	margin-left: 70px;
	margin-top: 25px;
	width: 600px;
	float: left;
}

#topptekst h2{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

#middle {
background-color:#F3F3F3;
border:1px solid #CCCCCC;
height:500px;
left:0;
margin-left:0;
margin-top:-20em;
position:absolute;
top:50%;
width:100%;
}


/* CONTAINER - SKYGGER OG SLIKT */

#container{
	width: 950px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}


#container_top_left{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_top_left_bg.png);
	background-repeat: no-repeat;
}
#container_top_left2{
	width: 25px;
	height: 25px;
	/*background-image: url(../img/main_content_top_left2.png);
	background-repeat: no-repeat;*/
	background-image: url(../img/main_content_top_center_bg.png);
	background-repeat: repeat-x;
}
#container_top_center{
	height: 25px;
	width: 850px;
	background-image: url(../img/main_content_top_center_bg.png);
	background-repeat: repeat-x;
}

#container_top_right2{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_top_right2.png);
	background-repeat: no-repeat;
}


#container_top_right{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_top_right_bg.png);
	background-repeat: no-repeat;
}



#container_middle_left{
	width: 25px;
	height: 100%;
	background-image: url(../img/left_bg_long.png);
	background-repeat: repeat-y;
}


/* Her ligger innholdet på siden */
#container_middle_center{
	background-image: url(../img/main_bg.png);
	/*background-color: #460006;*/
	background-repeat: repeat-x;
	height: 800px;
	text-align: left;
	vertical-align: top;
	width: 900px;
}
#container_middle_right{
	width: 25px;
	height: 25px;
	background-image: url(../img/right_bg_long.png);
	background-repeat: repeat-y;
}


#container_bottom_left{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_bottom_left.png);
	background-repeat: no-repeat;
}
#container_bottom_left2{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_bottom_left2.png);
	background-repeat: no-repeat;
}
#container_bottom_center{
	height: 25px;
	width: auto;
	background-image: url(../img/main_bottom_repeatx.png);
	background-repeat: repeat-x;
}

#container_bottom_right2{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_bottom_right2.png);
	background-repeat: no-repeat;
}


#container_bottom_right{
	width: 25px;
	height: 25px;
	background-image: url(../img/main_content_bottom_right.png);
	background-repeat: no-repeat;
}

#hovedmeny{
	padding-top: 20px;
	margin-left: -18px;
	margin-bottom: 20px;	
	clear: both;

}
#hovedmeny ul{	
	list-style: none;
	width: 100%;
}

#hovedmeny ul li{	
	margin: 0px;
	display: inline-block;
	float: left;
}
	
#hovedmeny ul li a{
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: Arial Black, Arial, Helvetica, sans-serif;
		font-size: 16px;
		display: inline-block;
		float: left;
		margin: 0px;
		margin-left: 20px;
	
}
#hovedmeny ul li a:hover, #hovedmeny ul li a:active{
		color: #000;
}


#maincontent{
	width: 900px;
	clear: both;	
	text-align: left;
	vertical-align: top;
	margin-top: 50px;
	margin-left: 0px;

}
#film_bg{
	width: 900px;
	height: 489px;
	background-image: url(../img/film_bg.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	margin: -4px;
}

#filmen{
	width: 812px; /* VAR 816px ... */
	height: 456px;
	display: block;
	overflow: hidden;
	margin: 18PX 0px 0px 47px;
	border: 2px solid #FFFFFF;
}

#greybox{
	width: 900px;
	height: 260px;
	background-image: url(../img/boks.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;

}

#greybox h3{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}	

#box1{
	margin-top: 40px;
	margin-left: 50px;
	border-right: 1px  #fff dotted;
	display: block;
	overflow: hidden;
	float: left;
	padding: 10px;
	height: 165px;
}
#box2{
	margin-top: 40px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	float: left;
	padding: 10px;
	padding-top: 0px;
	padding-left: 50px;


}
#footer{	
	width: 100%;	
	margin-left: 40px;
}

#footer h3{	
color: #fff;
font-family: Arial Black, Arial, Helvetica, sans-serif;
font-size: 17px;
}

div#madeby{
	float: right;
	margin-right: 80px;
	margin-bottom: 5px;
}
div#madeby p, div#madeby p a{
	display: inline;
	font-size: 10px;
	color: #000;
}
div#madeby p a{
	color: #777;
}

div#newsletterbox{ display:block; overflow:hidden; width: 470px;}