/**
* 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:#e5d9dd;
	color: #696367;
	font: bold 12px Arial, Verdana;
	line-height: 1.4;
	letter-spacing: 1px;
	word-spacing: 2px;
	background: #e5d9dd url(../img/background.jpg);
	background-repeat: repeat-x; 
}
a{
	color:#000;
}
a:hover{
	color:#333;
}
img{
	behavior:url("pngbehavior.htc");
	border: none;
}

.logo{
	border: none;
	margin: 0 30px 0 0;
	border: none;
}
 

	
/**
* ID's en specifieke classes
*/

/* WRAPPER */
#wrapper{
	position: relative;
	width:930px;
	margin:24px auto; 	/*centreren: margins op auto zodat de marges even groot zijn */
	text-align: center;
}

/* HEADER */
#header{
	width:930px;
	height:278px;
	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;
	top: 30px;
	left: 2px;
}

/* MENU */
#menu{
	background: url(../img/menu_background_page.png) repeat-x top;
	width:930px;
	height:54px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;

}

#menu li{
	font-size: 1px; /* add font-size for spacing li objects in [lt IE 7.] */
	position: relative;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 18px;
}
#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{display:none;  }
#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.png) repeat-y top;
	width:930px;
	padding:0px;
	margin: 0px;
}
#content_bottem{ 
	background: url(../img/content_background_bottom.png) repeat-x bottom;
	height: 200px;
	padding:0px;
	margin: -14px 0px -14px 0px ;
}
#content{
	text-align:left;
	background: url(../img/content_background.png) repeat-y top;
	margin: 0px;
	padding:10px 0px 20px 40px;
	height: auto !important;
}
#content h1{ font-size: 22px;}
#content h2{ }
#content h3{ }
#content p{ margin-top: 0px; }
#content table{
	margin: 0 auto;
	text-align: left;
}
#content th{
	font-style: italic;
	padding: 4px 20px 10px 0;
}
#content td{
	padding: 4px 20px 0 0;
}

#content #home{ }
#content #synopsis{ }
#content #trailer{ }
#content #cast{ }
#content #credits{ font-weight: normal;}
#content #photos{ }
#content #photos img{ }
#content #press{ }
#content #festivals{ }
#content #sales{ }

#sidebar{
	display:none;
}



/* FOOTER */
#footer{ /*horizontal footer list*/
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}
#footer li{ 
	position: relative;
	display: inline;
	margin: 10px 0 10px 0 ;
}
#footer li a{
	text-decoration: none;
}
#footer li a:hover{
}




/**********************************************/
.clearer{
  height:1px;
  overflow:hidden;
  margin-top:-1px;
  clear:both;
}
