/* CSS Document */
*{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.96em;
}
body{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 110%;
}
a, a:hover, a:visited, a:active{
	text-decoration: none;
	color: Black;
}
#wrapper{
	margin: 20px auto 0 auto;
	padding: 0;
	width: 464px;
	background: url(img/bg_wrapper.gif) repeat-y;
}

#header{
	width: 464px;
	height: 2px;
	margin: 0;
	padding: 0;
	background: url(img/bg_header.gif) no-repeat;
}

#content{
	width: 464px;
	background: url(img/bg_content.gif) no-repeat;
	margin: 0;
	min-height: 400px;
	padding:0;
}

#flashcontent{
	width: 400px;
	height: 300px;
	padding: 28px 20px 10px 30px;
	float: left;
}
#filminfo{
	width: 263px;
	height: 15px;
	margin: 0 0 0 30px;
	float: left;
	padding: 0 0 0 0;
	overflow: hidden;
	font-size: 95%;
}
#textruta{
	width: 268px;
	height: 127px;
	margin: 20px 0 0 24px;
	float: left;
	padding: 0px 0 0 5px;
	/*background: url(img/bg_textruta.gif) no-repeat top;*/
	overflow: hidden;
}

#filmmeny{
	float: right;
	width: 120px;
	margin: 0 30px 0 0;
	padding: 33px 0 0 0;
	font-weight: bold;
	text-transform: lowercase;
}
#filmmeny h2{
	background: url(img/bg_filmruta.gif) no-repeat top;
	width: 58px;
	height: 0px;
	padding: 14px 0 0 0px;
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
}
#filmmeny ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 97%;
}
#filmmeny li{
	padding: 0 0 1px 12px;
	background: url(img/bg_filmruta_li.gif) no-repeat center left;
}

#adress{
	width: 380px;
	height: 0px;
	background: url(img/bg_adress.gif) no-repeat;
	padding: 110px 0 0 0;
	margin: 40px 0 0 40px;
	float: left;
	overflow: hidden;
}

#footer{
	clear: both;
	background: url(img/bg_footer.gif) no-repeat;
	height: 10px;
	width: 464px;
	margin: 0 0 0 0;
}
