/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.65em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #797979;
	background: #000;
	margin: 10px 0;
}
#container {
	position: relative;
	width: 939px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
span.groen {
	color: #2aff00;
}
p {
	line-height: 200%;
}
img.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
h2 {
	font-size: 100%;
	padding-left: 20px;
	line-height: 45px;
}
h2 span {
	color: #fff;
}
h1 {
	height: 149px;
	background: url(images/logo.jpg);
	text-indent: -999em;
}
/****************/
/***** MENU *****/
/****************/
ul#menu {
	line-height: 47px;
	height: 47px;
	width: 937px;
	background: url(images/menu.jpg);
}
ul#menu li {
	float: left;
}
ul#menu li a {
	float: left;
	line-height: 47px;
	color: #797979;
	padding: 0 20px;
}
ul#menu li a:hover {
	color: #fff;
	background: url(images/menu_hover.jpg) center bottom no-repeat;
}
/****************/
/***** LEFT *****/
/****************/
#left {
	float: left;
	width: 655px;
}
#left h2 {
	background: url(images/left_title.jpg);
	margin-bottom: 1px;
}
.left_box {
	position: relative;
	background: #0d0d0d url(images/left_box_top.jpg) top left no-repeat;
	margin-bottom: 20px;
	width: 655px;
}
.left_box_bottom {
	background: url(images/left_box_bottom.jpg) bottom left no-repeat;
	padding: 15px;
	overflow: hidden;
	width: 625px;
}
/****************/
/***** LEFT again *****/
/****************/
#leftagain {
	float: left;
	width: 655px;
}
#leftagain h2 {
	background: url(images/left_title.jpg);
	margin-bottom: 1px;
}
.leftagain_box {
	position: relative;
	background: #0d0d0d url(images/left_box_top.jpg) top left no-repeat;
	margin-bottom: 15px;
	width: 655px;
}
.leftagain_box_bottom {
	background: url(images/left_box_bottom.jpg) bottom left no-repeat;
	padding: 15px;
	overflow: hidden;
	width: 625px;
}
/***** PAKKET *****/
ul#pakket {
	width: 655px;
	height: 170px;
	margin-bottom: 20px;
}
ul#pakket h2 {
	background: url(images/pakket_title.jpg) no-repeat;
}
ul#pakket li {
	float: left;
	margin-right: 35px;
}
ul#pakket li.nomargin,ul#trailers li.nomargin {
	margin: 0;
}
/***** TRAILERS *****/
.video {
	float: left;
	background: #797979;
	width: 343px;
	height: 275px;
}
ul#trailers {
	float: left;
	margin-left: 80px;
}
ul#trailers li {
	margin-bottom: 20px;
}
ul#trailers p {
	line-height: 120%;
	color: #fff;
	padding-top: 5px;
}
/***** COUNTDOWN *****/
#countdown p {
	color: #fff;
	padding: 20px 0 20px 50px;
}
#countdown img {
	position: absolute;
	right: 55px;
	top: 20px;
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	float: right;
	width: 266px;
}
#right h2 {
	background: url(images/right_title.jpg);
	margin-bottom: 1px;
}
.right_box {
	background: #0d0d0d url(images/right_box_top.jpg) top left no-repeat;
	margin-bottom: 20px;
	text-align: center;
}
.right_box_bottom {
	background: url(images/right_box_bottom.jpg) bottom left no-repeat;
	padding: 20px;
}
/***** SCREENSHOTS *****/
ul#screenshot {
	margin-bottom: 20px;
}
ul#screenshot li {
	background: #0d0d0d url(images/right_box_top.jpg) top left no-repeat;
	margin-bottom: 2px;
	text-align: center;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.jpg) top no-repeat;
	clear: both;
	line-height: 45px;
	text-align: center;
}
