body{
	margin:0;
	padding:0;
	background: url(images/bgbody.gif);	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-size:14px;
}

h2{
	font-size:12px;
}

/*************** MENU *****************/
div#menu{
	width:805px;
	margin:-12px auto 0 auto;
	padding-top:0;
	background: url(images/menubg.gif) no-repeat;
}

ul#menu_ul{
	padding: 5px 0 20px 30px;
}
ul#menu_ul li
{
	padding-top:10px;
	padding-bottom:10px;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

ul#menu_ul a{
	font-size:10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
ul#menu_ul a:hover{
	text-decoration: underline;
}

li.menu_left{
	margin-right:340px;
}

a#active{
	color:red!important;
}


/*************** TOP *****************/
div#top{
	background: #fff url(images/bgtop.gif) repeat-x;
	background-position: left bottom;
	margin:0;
	width:100%;
}
div#bokser
{
float:left;
width:350px;
}
div#bokser h2
{
font-size:12px;
color:#C3021D;
}


div#top_text{
	width:740px;
	margin:0 auto;
	padding:10px;	
}

/*************** BOTTOM *****************/
div#bottom{
	background: #dedb00 url(images/bgbottom.gif) repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
	width:100%;
	border-top:#fff solid 2px;
	
}
div#skjema{
	float:left;
	}

div#bottom_text{
	width:740px;
	margin:0 auto;
	padding:10px;
clear:both;
}

/*************** FILMOVERSIKT *****************/
table.filmoversikt_table tr{
	vertical-align:top;
}
table.filmoversikt_table td{
	padding:5px;
}
table.filmoversikt_table h2{
	font-size:12px;
	margin-top:0;
	padding-top:0;
}
table.filmoversikt_table ul{
	margin-left:15px;
	padding-left:0;
}
/***************BESTILLING*********************/
table#bestilling{
float:right;
	font-size: 10px !important;
	color:#333333;
	width:200px;
	margin:20px 0 0 0;
}

table#bestilling td{
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
}

tr.border_top td{ /* Oppsummering av bestilling (Strek over)*/
	border-top:solid thin #000;
}
tr.border_bottom td{ /* Oppsummering av bestilling (Strek under)*/
	border-bottom:solid thin #000;
}
.info {
	background: #f8fafc url(images/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	width: 500px;
	}
.alert {
	font-size:10px;
	background: #fff6bf url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

