html {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body {	
	font: 100% Helvetica, Arial, sans-serif normal;
	color:#888888;
	margin:0px;
	padding:0px;
	background-color:#F1F1F1;
}
img {	border:none; }
a { text-decoration:underline; font-size:12px; color:#ff9900; }
ul { list-style:none; }
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin:0px;
	padding:0px;
}
table,p,ul,li {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}
.clear { clear:both; }

h1, .h1 { font-size:20px; font-weight:bold; }
h2, .h2 { font-size:14px; text-transform:uppercase; }
h3, .h3 { font-size:16px; font-weight:bold; }
h4, .h4 { font-size:14px; font-weight:bold; }
h5, .h5 { font-size:12px; font-weight:bold; }
p, .p {	font-size:12px; }

/* LAYOUT */

div#container {
	width:980px;
	height:100%;
	background-color:#FFFFFF;
}

div#topp {
	width:980px; height:340px;
	
}
	div#topp_main_column {
		float:left;
		width:688px;
		height:340px;
		padding-right: 0;
		margin-right: 0;
	}
		div#main_column_ikoner {
			text-align:left;
			width:688px; background-image:url(http://www.filmweb.no/euforia/template/gfx/topp_bg.gif); 
			height:77px;
		}
		div#main_column_ikoner img {		
			margin-top:30px;
			margin-left:50px;
		}
		div#main_column_trailer {
			padding-top:5px;
			padding-bottom:5px;
			/*padding-left:5px;*/ /* Removed to make menu appear in correct location for IE 6 */
			width:688px;
			height:234px;
			background-image:url(http://www.filmweb.no/euforia/template/gfx/trailer_bg.gif);
			background-repeat:repeat-y;
		}
		div#main_column_bottomspace {
			width:688px;
			height:20px;
			background-image:url(http://www.filmweb.no/euforia/template/gfx/trailer_bottom.gif);
		}
		
	
	div#topp_right_column {
		float:left;
		width:292px;
		background-image:url(http://www.filmweb.no/euforia/template/gfx/meny_bg.gif); 
		background-repeat:repeat-y;	
		height: 340px;		
	}
		div#right_column_logo {
			float:left;
			width:292px; 
			height:76px;
		}
		div#right_column_meny {
			padding-top:30px;
			float:left;
			width:250px; 
			height:218px;
			background-image:url(http://www.filmweb.no/euforia/template/gfx/meny_bg.gif); 
			background-repeat:repeat-y;			
		}
		div#right_column_bottom	{
			float:left;
			width:292px;
			height:17px;
			background-color: #FFFFFF;
			background-image:url(http://www.filmweb.no/euforia/template/gfx/meny_bottom.gif);
			background-repeat:no-repeat; 
		}

div.header {
	margin-top:20px;
	margin-left: 55px;
	/* margin-right:55px; */
	/* float:left; TED: fjernet...kan ikke se noen hensikt */
	width:577px;
	height:32px;
	text-align:left;
	background-image:url(http://www.filmweb.no/euforia/template/gfx/headers/dots.gif);
	background-repeat:repeat-x;
}

div.header_right {
	margin-top:20px;
	margin-left:18px;
	width:220px;
	height:32px;
	text-align:left;
	background-image:url(http://www.filmweb.no/euforia/template/gfx/headers/dots.gif);	
	background-repeat:repeat-x;
}

div.header_arkiv {
	margin-top:20px;
	margin-left:55px;
	float:left;
	display:inline;
	width:890px;
	height:32px;
	text-align:left;
	background-image:url(http://www.filmweb.no/euforia/template/gfx/headers/dots.gif);
	background-repeat:repeat-x;
}

.dottelinje_arkiv {
	margin-left:55px;
	margin-top:20px;
	height:1px;
	width:890px;

	background-image:url(http://www.filmweb.no/euforia/template/gfx/headers/dots_height_1.gif);	
	background-repeat:repeat-x;
}

.dottelinje_nyheter {
	margin-left:18px;
	height:1px;
	width:220px;

	background-image:url(http://www.filmweb.no/euforia/template/gfx/headers/dots_height_1.gif);	
	background-repeat:repeat-x;
}

	
div#content {
	width:980px;
}	
	div#content_main_column {
		margin-bottom:40px;
		float:left;
		width:688px;
		overflow:visible;
		text-align: left;
	}
	div#content_right_column {
		float:left;
		margin-bottom:40px;
		width:288px;
		text-align:left;
	}
	div#content_right_column p {
		margin-bottom:5px;
		width:205px;
		font-size:12px;
	}
	div#content_right_column form div {
		margin-left:30px;
	}
	div#content_right_column form p {
		margin-left:0px;
	}
	div#content_right_column .fakta {
		margin-left:30px;
		margin-bottom:5px;
		width:205px;
		font-size:12px;
	}
	
	div#content_right_column img.poster {
		margin-left:30px;
		border:solid 1px #cccccc;
		margin-bottom:10px;
	}
	
	div#content_right_column input {
		margin-bottom:15px;
		width:200px;
	}
	div#content_right_column textarea {
		margin-bottom:15px;
		width:200px;
		height:100px;
	}
	div#content_right_column p a {
		float:right;
		margin-left:10px;		
	}


div#footer {
	width:980px;
	height:80px;
	background-image:url(http://www.filmweb.no/euforia/template/gfx/footer.gif);	
}

/* END: LAYOUT */

/* TEMPLATES */

.premiere {
	margin-top:2px;
	font-weight:bold;
}
.links {
	vertical-align:bottom;
}
.links a {
	float:left; padding-left:15px; padding-right:10px;
	background-image:url(http://www.filmweb.no/euforia/template/gfx/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.buttons {
	margin-left:55px;
	width:677px;
}
.buttons a img {
	float:left;
	margin:5px 10px 10px 0px;
}
a.print_icon {
	background-image:url(http://www.filmweb.no/euforia/template/gfx/headers/print_ikon.gif);
	background-repeat:no-repeat;
	float:right;		
}



.fp_677_imageleft {
	padding:5px 0 0 0;
	margin-left:55px;
	width:632px;
	text-align:left;
}
	.fp_677_imageleft img {
		float:left;
		width:100px;
		height:150px;
		/*border:solid 1px #cccccc;*/
		margin-right:10px;
		margin-bottom:10px;
	}
	.fp_677_imageleft p.ingress {
		padding-right:80px;
		padding-left: 110px;
	}
	
	.fp_677_imageleft div.links {
		padding-left: 110px;
	}

.fp300_wrapper {
	margin-left:55px; /* Fix for IE6 */
}

.fp_300_left {
	float: left;
	padding:5px 0px 15px 0px;
	margin:0;
	width:280px;
	text-align:left;
}
	.fp_300_left img {
		float:left;
		width:100px;
		height:150px;
		/*border:solid 1px #cccccc;*/
		margin-right:10px;
		margin-bottom:10px;
	}
	.fp_300_left p.ingress {
		padding-right:20px;
	}

.fp_300_right {
	float:left;
	padding:5px 0px 15px 0px;
	margin-left:0px;
	width:330px;
	text-align:left;
}
	.fp_300_right img {
		float:left;
		width:100px;
		height:150px;
		/*border:solid 1px #cccccc;*/
		margin-right:10px;
		margin-bottom:10px;
	}
	.fp_300_right p.ingress {
		/*padding-right:60px;*/
	}

.fp_220_article {
	width:220px;
	padding-left:20px;
	margin-bottom:20px;
}
	.fp_220_article p.published_date {
		font-size:12px;
	}

.fp_220_filmomtale {
	width:220px;
	padding-left:20px;
	margin-bottom:20px;
}
	.fp_220_filmomtale img {
		float:left;
		width:66px;
		height:93px;
		/*border:solid 1px #cccccc;*/
		margin-right:10px;
		margin-bottom:10px;
	}
	.fp_220_filmomtale div {
		float:left;
		width:144px;
		margin-bottom:20px;
	}
	.fp_220_filmomtale p.premiere {
		font-size:12px;
		font-weight:normal;
	}
	.fp_220_filmomtale h4 {	
		font-weight:normal;
	}


.fp_arkiv {
	padding:5px 0px 0px 0px;
	margin-left:55px;
	width:860px;
	text-align:left;
}
	.fp_arkiv img {
		float:left;
		width:100px;
		height:150px;
		/*border:solid 1px #cccccc;*/
		margin-right:10px;
		margin-bottom:10px;
	}
	.fp_arkiv p.ingress {
		padding-right:20px;
	}



/* END: TEMPLATES */



/* ARTICLES */
.art_standard {
	text-align:left;
	margin-left:55px;
	margin-bottom:100px;
	padding-right:55px;
}
	.art_standard h1 {
		
	}

/* ARTICLES */
.art_filmomtale {
	text-align:left;
	margin-left:55px;
	margin-bottom:100px;
	/* padding-right:55px; removed...control this with sub-element width instead*/  
}
	.art_filmomtale h1 {
		
	}
	
	.art_filmomtale p {
		width: 590px; /* Uses this for IE6 instead of "padding-right: 55px" above */
	}
	
	.art_filmomtale p.ingress {
		font-weight:bold;
		margin-bottom:7px;
		
	}
	.art_filmomtale p.premiere {
		margin-bottom:5px;
	}

	.art_filmomtale div.gallery {
		clear:both;
		width:590px;
		height:320px;
	}


	.art_filmomtale div.gallery img.largeImage{
		width:450px;
		height:299px;
		float:left;
		margin-top:5px;
		margin-right:5px;
		margin-bottom:5px;
		border:solid 1px #cccccc;
	}
	.art_filmomtale div.gallery img.smallImage{
		margin-top:5px;	
		width:80px;
		height:54px;
		float:left;
		border:solid 1px #cccccc;
	}
	img.topimage {
		width:620px;
		height:234px;
	}
	ul { list-style:none; margin-left:10px;}
	li { float:left; margin-right:10px;}

#article_header_buttons_container {
	text-align:left; /* This is needed for IE 6 to position the buttons correctly */
	position: relative;
}

#article_header_buttons {
	position:absolute; 
	top:-35px; 
	left:40px;
}

#article_header_image {
	height:234px;
	width:620px;
}

/* END: ARTICLES */




