
html,body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
}

img {
	border: none;
}


/* suckerfish menu styles */

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

h2{
	margin:0;
	padding:0;
	font-size:14pt;
	color:#b30b0a;
	padding-bottom:15px;
}

h3{
	margin:0;
	padding:0;
	font-size:11pt;
	color:#290404;
	padding-top:10px;
}

p{
	margin:0;
	padding:0;
	font-size:11px;
	color:#290404;
	padding-bottom:10px;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#b30b0a;
}

a:hover{
	color:#000;
}

.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
	float:none;
}

.intro{
	font-weight:bold;
}

.videoheader{
	background-color: #000;
	color:#FFF;
	line-height:25px;
	font-weight:bold;
	font-size:11pt;
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
}

#videocontent{
	width:610px;
	height:370px;
	margin-bottom: 10px;
}

#gamelink{
	display:block;
	width:224px;
	height:150px;
	background: transparent url(../img/game_knop.jpg) -3px -150px no-repeat;

}


a:hover#gamelink
{
	width:224px;
	height:150px;
	background: transparent url(../img/game_knop.jpg) -3px 0px no-repeat;
}



#partnerLogos img
{
	border: none;
}

#page{
	background: #fff url(../img/tile.jpg) repeat-y;
	width:1024px;
	position:relative;
	margin: 0 auto;
}
#header_top{
	background: #fff url(../img/header.jpg) no-repeat;
	width:1024px;
	height:123px;
}
#header_bottom{
	background: #fff url(../img/header.jpg) 0px -123px no-repeat;
	width:1024px;
	height:99px;
}
#footer{
	background: #fff url(../img/footer.jpg) no-repeat;
	height:130px;
	width:1024px;
}

#footer.clean{
	background: #fff url(../img/footer_clean.jpg) no-repeat bottom left;
	height:130px;
	width:1024px;
}

#content{
	width:890px;
	margin-left:68px;
	margin-top:-98px;
}

#menu{
	height:37px;
	width: 550px;
	background-color:#000;
	margin-left:365px;
	list-style-type:none;	
	z-index:400;
	position:absolute;
}


#menu li a{
	display:block;
	float:left;
	width:100px;
	height:37px;
}
#menu li.home a{
	width:58px;
	background-image: url(../img/menu_home.png);
	background-repeat:no-repeat;
}
#menu li.uitzendingen a{
	width:127px;
	background-image: url(../img/menu_uitzending.png);
}
#menu li.making a{
	width:112px;
	background-image: url(../img/menu_making.png);
}
#menu li.partners a{
	width:172px;
	background-image: url(../img/menu_partners.png);
}
#menu li.colofon a{
	width:81px;
	background-image: url(../img/menu_colofon.png);
}


#menu ul.submenu{
 	display: none;
  	position: absolute; 
	top: 37px;
	left: 0;
	border-bottom:2px solid black;
	border-right:2px solid black;
	z-index:500;
}
#menu li:hover ul.submenu { display: block; }

#menu .submenu li{
	height:25px;
	width:170px;
	line-height:25px;
	background-color:#343434;
	border-bottom:1px solid #524e45;
	
}
#menu .submenu li a{
	background:none;
	font-size:10pt;
	color:#f5e9d0;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	height:auto;
}

#column_left{
	width:230px;
	float:left;
}
#column_right{
	width:615px;
	background: transparent url(../img/stippel.png) repeat-y top left;
	float:left;
	
}
#footer_column{
	background: transparent url(../img/stippel.png) repeat-y top right;
	width:234px;
	height:79px;
	margin-left:68px;	
}
#bodytext{
	margin-top:100px;
	margin-left:60px;
}

#videocontainer{
	margin-top:65px;
	margin-left:15px;
}

#videocontainer table {
	margin-top: 15px;
}

#videocontainer table td {
	font-size: 11px;
	color: #6f6e6e;
}

#bodytext_column{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

#bodytext ul{
	margin-top:15px;
	list-style: none;
	padding-left:30px;
	margin-bottom:15px;
}

#bodytext li{
	float: none;
	list-style-type:disc;
	font-size:10pt;
}

.more_link{
	background: transparent url(../img/link_arrow.gif) center right no-repeat ;
	padding-right:18px;
}