/**
* Elements en standaard classes
*/
body{
	text-align:center;	/*text-align om IE - die zich niet aan de standaarden houdt - ook te lcentreren */
	margin:0 auto;
	background-color:#000000;
	color: #000;
	font: small-caps bold 14px Georgia, Times, serif;;
	line-height: 1.4;
	letter-spacing: 1px;
	word-spacing: 4px;
}
a{
	color:#000;
}
a:hover{
	color:#333;
}
img{
	border: none;
}


/**
* ID's en specifieke classes
*/
#arrangement{
	position: absolute;
	top: 250px;
}
#arrangement_home{
	display:none;
}


/* WRAPPER */
#wrapper{
	width:920px;
	margin:0 auto; 	/*centreren: margins op auto zodat de mares even groot zijn */
}

/* HEADER */
#header{
	height:203px;
	margin:0;
	text-indent:-9999em; /* text niet laten zien in het design*/
	background: url(../img/header_pagina.jpg) no-repeat top; 
}
#header h1{ /* page header: set always*//* fijn voor de Zoek botjes*/
	display: none;
	height:1px;
	margin-top:-1px;
	text-indent:-9999em; /* text niet laten zien in het design*/
}
#logo_submarine{
	position:absolute;
	margin-left: 10px;
}

/* MENU */
#menu{
	background: #000 url(../img/menu_background.jpg) no-repeat top;
	width:920px;
	height:64px;
	margin:0;
	padding: 14px 0 0 0;
	list-style-type: none;

}
#menu li{
	font-size: 1px; /* add font-size for spacing li objects in [lt IE 7.] */
	position: relative;
	display: inline;
	margin: 0 1px;
}
#menu li a{text-decoration: none;}
#menu li a:hover{}

#menu li#menu_home{ }
#menu li#menu_synopsis{ }
#menu li#menu_trailer{ }
#menu li#menu_cast{ }
#menu li#menu_credits{  }
#menu li#menu_photos{ }
#menu li#menu_press{  }
#menu li#menu_festivals{  }
#menu li#menu_sales{  }
#menu li#menu_lang{ }


/* CONTENT */
#content_wrapper{
	background: url(../img/content_background.jpg) repeat-y top;
	width:920px;
	margin: 0;
}
#content{
	background: url(../img/content_background_top.jpg) no-repeat top;
	padding-top:20px;
}
	#content h1{ }
	#content h2{ }
	#content h3{ }
	#content p{ 
		padding:10px 60px; 
	}
	#content table{
		margin: 0 auto;
		text-align: left;
	}
	#content th{
		font-style: italic;
		padding: 10px;
	}
	#content td{
		padding: 4px 10px;
	}
#content #home{ }
#content #synopsis{ }
#content #trailer{ }
#content #cast{ }
#content #credits{ font-weight: normal;}
#content #photos{ padding: 0 60px; }
#content #photos img{ margin: 10px; }
#content #press{ }
#content #festivals{ }
#content #sales{ }


#sidebar{
	display:none;
}



/* FOOTER */
#footer{ /*horizontal footer list*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li{ 
	position: relative;
	display: inline;
	margin: 0 20px;
}
#footer li a{
	text-decoration: none;
}
#footer li a:hover{
}




/**********************************************/
.clearer{
  height:1px;
  overflow:hidden;
  margin-top:-1px;
  clear:both;
}
