body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

body {
	margin:0;
	padding:0;
	background-color: #000;
	background-attachment:fixed;
}

img {
	border:0;
}

#content p {
	margin:0;
	padding:0;
}

.fc {
	clear: both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

a:link, a:visited {
	text-decoration: underline;
	color: #CCC;
}

a:focus, a:active {
	outline:0;
	border:0;
}


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

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#container {
	width: 920px;
	margin: 46px 10px 20px 10px;
}

#leftcolumn {
	width: 502px;
	margin-right: 30px;
}

#rightcolumn {
	width: 388px;
}

#logo_nl {
	background: #000 url(/site/gfx/logo.png) no-repeat top left;
	width:502px;
	height:90px;
}
#logo_nl a{
	width:250px;
	height:35px;
	display:block;
}

#logo_en {
	background: #000 url(/site/gfx/logo_en.png) no-repeat top left;
	width:502px;
	height:90px;
}
#logo_en a{
	width:250px;
	height:35px;
	display:block;
}


#menu {
	background-image: url('/site/gfx/line_hor.png');
	background-repeat: repeat-x;
	background-position: 0px 20px;
	width:388px;
	height:76px;
	padding-top:14px;
}

#menu li {
	list-style-type:none;
	position: relative;
	float:left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a{
	background-color: #000;
	display:block;
	padding-right:20px;
	text-decoration: none;

}

#menu li a.menu_active{
	color: #FFF;
}
#language {
float:right;
	color:#666;
	font-style: italic;
}
#language a{
padding-left:5px;
background-color: #000;

	text-decoration: none;
	color:#666;
}
#language a:hover{
	text-decoration: none;
	color:#999;
}
.moviecategory{
	font-size:13px;
	font-weight:600;
	color:#666;
	margin-bottom:20px;
}

.moviecarousel {
	width:388px;
	height:55px;
	position:relative;
	margin-bottom:30px;
}

.movienav_scroll {
	width:324px;
	height:55px;
	overflow:hidden;
	position:relative;
}

.movienav_left a,
.movienav_right a {
	display: block;
	height: 100%;
	width: 100%;
}

.movienav_left {
	width: 28px;
	height: 55px;
	padding-right: 8px;
	cursor: pointer;
	background: url('/site/gfx/arrow_left_active.png') left no-repeat;
	text-indent: -9999px;
}

.movienav_left:hover {
	background-image: url('/site/gfx/arrow_left_hover.png');
}

.movienav_right {
	width: 28px;
	height: 55px;
	cursor: pointer;
	background: url('/site/gfx/arrow_right_active.png') left no-repeat;
	text-indent: -9999px;
}

.movienav_right:hover {
	background-image: url('/site/gfx/arrow_right_hover.png');
}
.movienav_left a.disabled {
	background-image: url('/site/gfx/arrow_left_disabled.png');
	cursor: default;
}

.movienav_right a.disabled {
	background-image: url('/site/gfx/arrow_right_disabled.png');
	cursor: default;
}

.moviescrollcontainer {
	height:55px;
	width:5000px;
	position:relative;
}

.moviethumbcontainer{
	border:1px solid #202020;
	width:98px;
	height:53px;
	margin-right:8px;
	overflow:hidden;
	display: block;
	position:relative;
}

a.movielink {
	width: 98px;
	height: 53px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	text-decoration: none;
}

a.movielink:hover {
	color: #FFF;
}

a.movielink img {
	position: absolute;
}

.moviethumbtitle {
	width: 90px;
	padding:5px;
	position: absolute;
	bottom: 0;
	font-size:10px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
}

a:hover .moviethumbtitle {
	color: #FFF;
}

.moviethumbimage {
	width: 100px;
	height: 55px;
	display: block;
	position: absolute;
}

.hide {
	display: none;
	cursor: pointer;
}

#content{
	line-height:180%;
	overflow:hidden;
}

#player {
	width:500px;
	height:304px;
	border:1px solid #202020;
	margin-top:4px;
}

#maintext {
	width:450px;
}

#moviedetails{
	margin-top:25px;
}

.description{
	color:#666;
	margin-right:2px;
}

.info{
	color:#CCC;
}

.detail{
	line-height:150%;
	margin-bottom:3px;
}
.moviedescription{
	line-height:150%;
	margin-top:20px;
	margin-bottom:10px;
}

.movietitle{
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
}
.divider{
	background-image: url(/site/gfx/line_hor.png);
	background-repeat: repeat-x;
	width:50px;
	height:2px;
	margin-bottom:10px;
}

#colofon {
	font-size:10px;
	color:#191919;
	text-align:right;
}
#colofon a {
	color:#191919;
	text-decoration:none;
}
#colofon a:hover {
	color:#666;
	text-decoration:none;
}