

/*
	png fix
*/

html, body{
	margin			: 0px;
	padding			: 0px;

}

.clear{
	clear			: both;
}

.show{
	display			: block
}

.hide{
	display			: none
}

.left{
	float			: left;
	z-index			: 0;
}

.right{
	float			: right;
	z-index			: 0;
}

img a, img{
	border			: 0px
}

div.site_container *{
	font-family		: Arial;
}

/*
div.site_container1{
	margin			: 0 auto;
	position		: absolute;
	top				: 50%;
	left			: 50%;
	text-align		: left;
	width			: 900px;
	height			: 600px;
	clear			: left;

	margin			: -300px 0 0 -450px;
	font-family		: Arial;
	font-size		: 12px;
}
*/

.site_container {
	position		: absolute;
	top				: 50%;
	left			: 50%;
	width			: 900px;
	height			: 600px;
	margin			: -300px 0px 0px -450px;
	font-family		: Arial;
	font-size		: 12px;
	color			: #524F27
}

.site_small {
	position		: static;
	margin			: 0;
}




.site_container_mcp {
	position		: static;
	margin			: 0;
	padding-bottom	: 40px
}

div.site_container h1{
	font-size		: 14pt;
	font-size		: 14px;
	text-transform	: uppercase;
}



div.site_container #mainMenu{
	list-style		: none;
	padding-top		: 5px;
	margin-left		: 5px;

}

div.site_container #mainMenu li{
	float			: left;
	height			: 14px;
}



div.site_container #mainMenu ul li ul {
	background-color	: transparent;
	position			: relative;
	/*margin-top	: -50px;*/
}

div.site_container #mainMenu li div.yuimenu {
	/*border-top:1px solid red;*/
	/*padding-top	: -10px;*/
}



div.site_container #mainMenu li ul li{
	float				: none;
	background-color	: transparent;
	/*margin-top			: -50px;*/
	height				: auto;
}


div.site_container #mainMenu li  a,
div.site_container #mainMenu li ul li a{
	padding-left		: 10px;
}

div.site_container .component_container ul{
	padding-left:	15px;
}

div.site_container .component_container ol {
	padding-left:	20px;
}

.gold,
a {
	color		: #FFCB09;
}

h4.gold{
	font-size		: 14px;
}

div.site_container #resevering,
div.site_container #openingstijden {
	width			: 200px;
	margin-left		: auto;
	margin-right	: auto;
	margin-top		: 10px;
	color			: #FFFFFF;
	font-size		: 13px;
	text-align		: center;
}




div.site_container #resevering a{
	color			: #FFFFFF;
	text-decoration	: none;
}

div.site_container #resevering a:hover {
	color			: #BB9945;
}

div.site_container hr.line{
	border			: none;
	border-bottom	: 1px solid #989075;
	margin			: 30px 15px;
	height			: 1px
}


/*
	photoscroller
*/
div.site_container .photoscroller{
	width			: 675px;
	height			: 150px;
	xmargin-left		: 1px;
	overflow		: hidden;
	position		: absolute;
}

div.site_container .photoscroller img{
	position		: absolute;
	margin			: 0;
	padding			: 0;
	left			: 0;
	top				: -5000px;
	z-index			: 0;
}

div.site_container #frameLeft{
	background-color: #524F27;
	xborder-right	: 1px solid #524F27;
	width			: 225px;
	height			: 600px;
	overflow		: hidden;
	float			: left;
}

div.site_container #frameRight{
	width			: 675px;
	height			: 600px;
	overflow		: hidden;
	float			: left;
}

div.site_container #logo{
	width			: 225px;
}

div.site_container #logo a{
	display			: block;
	width			: 197px;
	height			: 98px;
	background		: url(../img/website/neva/logo.gif) 0px 0px no-repeat;
	margin-left		: auto;
	margin-right	: auto;
	margin-top		: 46px;

}

div.site_container #logo a span,
div.site_container #emailadres a span{
	display			: none;
}

div.site_container #adresgegevens{
	width			: 139px;
	height			: 69px;
	/*background		: url(../img/website/neva/adres.png) 0px 0px no-repeat;	*/
	margin-left		: auto;
	margin-right	: auto;
	margin-bottom	: -14px;
	text-align		: center;
}

div.site_container #email{
	width			: 91px;
	height			: 19px;
	background-color: #FFCB09;
	margin			: 24px 0px 0px;
	padding			: 4px
}

div.site_container #emailadres{
	margin-top		: 22px;
}

div.site_container #emailadres a{
	display			: block;
	width			: 186px;
	height			: 10px;
	background		: url(../img/website/neva/email.gif) top left no-repeat;
	margin-left		: auto;
	margin-right	: auto;
}

div.site_container #emailadres a:hover{
	background-position: bottom left;
}

div.site_container #frameRight #menu{
	width			: 675px;
	height			: 40px;
	overflow		: hidden;
}

div.site_container #frameRight #splash{
	width			: 675px;
	height			: 150px;
	background-repeat: no-repeat;
}

div.site_container #frameRight #content{
	width			: 675px;
	height			: 410px;
	overflow		: hidden;
	clear			: both;
	padding			: 0;
	margin			: 0;
	line-height		: 14pt;
	/*line-height		: 14px;*/
}

div.site_container #frameRight #content h1{
	color			: #BB9945;
	border-bottom	: 1px solid #C4C2BA;
	padding-bottom	: 10px;
	margin-bottom	: 10px;
	font-size		: 14pt;
	font-size		: 18px;
}

div.site_container #frameRight #content hr{
	border			: 0;
	height			: 1px;
	color			: #C4C2BA;
	background-color: #C4C2BA;
	margin-bottom	: 20px;
}

div.site_container #frameRight #content hr.lijntje{
	border-style	: solid;
	border-width	: 1px 0 0;
	clear			: both;
	margin			: 0;
	height			: 0;
}


div.site_container #frameRight #scrollWrapper{

	margin-top		: 20px;
	margin-left		: 20px;
	overflow		: hidden;
	float			: left;
	width			: 620px;
	height			: 371px;
	position		: relative;
}

.site_container #frameRight .movies #scrollWrapper { /* different height on the movie pages*/
	height				: 110px;
}

div.site_container #frameRight #scrollContent{
	float			: left;
	position		: relative;
}

div.site_container #frameRight #scrollBar{
	width			: 20px;
	height			: 388px;
	float			: right;
	margin-top		: 12px;
	margin-right	: 0px;
}

.site_container #frameRight #scrollBar.movies { /* different height on the movie pages*/
	height				: 116px;
}

div.site_container #frameRight #scrollBar a#scrollUp,
div.site_container #frameRight #scrollBar a#scrollDown{
	display			: block;
	position		: relative;
	height			: 10px;
	width			: 11px;
	background-repeat: no-repeat;
	margin-left		: auto;
	margin-right	: auto;
}

div.site_container #frameRight #scrollBar a#scrollUp span,
div.site_container #frameRight #scrollBar a#scrollDown span{
	display			: none;
}

div.site_container #frameRight #scrollBar a#scrollUp{
	background		: url(../img/website/neva/scroll_up.gif) 0px 0px no-repeat;
	margin-bottom	: 3px;
}

div.site_container #frameRight #scrollBar a#scrollDown{
	position		: relative;
	background		: url(../img/website/neva/scroll_down.gif) 0px 0px no-repeat;
	margin-top		: 3px;
}

div.site_container #frameRight #scrollBar #scrollBarSliderWrapper{
	height			: 362px;
	width			: 11px;
	width			: 9px;
	margin-left		: auto;
	margin-right	: auto;
}

.site_container #frameRight #scrollBar.movies #scrollBarSliderWrapper { /* different height on the movie pages*/
	height				: 90px;
}

div.site_container #frameRight #scrollBar #scrollBarSlider{
	/*background-color	: #BB9945;*/
	height				: 1px;
	width				: 9px;
	margin-left			: 0px;
	background			: url(../img/website/neva/slider_thumb.gif);
	cursor				: move;
}


div.site_container #frameRight #scrollBar,
div.site_container #frameRight #scrollBar a:focus,
div.site_container #frameRight #scrollBar #scrollBarSliderWrapper{
    outline			: none;
}

.site_container_mcp {
	position		: static;
	margin			: 0;
	padding-bottom	: 40px
}


/*******************************************/
/* 					TOP MENU 			   */
/*******************************************/
/* er zit een extra pixel aan de boven kant van menu-image, daarom zijn de top- en bottom-margin verschillend */


/*******************************************/
/* 			PAGE TEMPLATES 			   	   */
/*******************************************/


/*******************************************/
/* 			COMPONENT TEMPLATES 			*/
/*******************************************/


/*******************************************/
/* 				MAIN CONTENT 			   */
/*******************************************/

/*******************************************/
/* 				FOOTER CONTENT 			   */
/*******************************************/


/*******************************************/
/* 				MENUKAART CONTENT 			   */
/*******************************************/

.menuItemHeader {
	font-size		: 14pt;
	font-size		: 14px;
	font-family		: Arial;
	font-weight		: normal;
	padding-bottom	: 0;
	margin-bottom	: 0;
	text-transform	: capitalize;
}

.menuItemSubHeader {
	font-size		: 12pt;
	font-size		: 12px;
	font-weight		: normal;
	font-family		: Arial;
	text-transform	: capitalize;
}

.menuItemSubHeaderOmschrijving {
	font-size		: 10pt;
	font-size		: 11px;
	display			: block;
	position		: relative;
	margin-top		: -5px;
	text-transform	: lowercase;
}


.menuItem,
.menuItem_2_prijzen	 {
	width			: 618px;
	overflow		: hidden;
	height			: 1%;
	clear			: both;
	margin-bottom	: 10px;
}


.menuItem .menuItemSubHeader,
.menuItem_2_prijzen .menuItemSubHeader	{
	margin-top		: 0;
	margin-bottom	: 0;
	padding-bottom	: -10px;
}

.menuItem .left {
	float	: left;
	width	: 540px;
	z-index	: 0;
}

.menuItem_2_prijzen .left {
	float	: left;
	width	: 425px;
	z-index	: 0;
}

.menuItem .right,
.menuItem_2_prijzen .right	{
	float	: right;
	width	: 70px;
	z-index	: 0;
}


/*
#scrollContent .component_container {
	background-color:white;
	border:1px solid red;
	height:1%;
	overflow:visible;
}
*/

/*
.menuItem .left,
.menuItem .right {
	margin:0;
	padding:0;
	clear:both;
	float:none;
}
*/


/*
#scrollWrapper{
	width:500px;
	background-color:green;
}

#content{
	background-color:blue;
}

#scrollBar{
	background-color:white;
}
*/

.component_container p{
	margin:0;
	padding:0;
}

.site_container .menutopbg {
	background-color		: #524F27;
	height					: 20px
}

.site_container .menutopbg a{
	margin-top				: 3px;
}

.site_container #menu {
	background-color		: #524F27;
}

.site_container #menu_bar {
	background-color		: #FFCB09;
	height					: 22px;
	margin-top				: 0px
}
/*
.site_container #menu_bar #mainMenu li .bd a{
	margin	: 0;
	padding	: 0;
	margin-left:10px;
}
*/

/* NEWSLETTER SUBSCRIBE FORM */
body #frm_subscribe ul{
	list-style			: none;
}

body #frm_subscribe ul li{
	font				: 12px/14px arial, helvetica, sans-serif;
	color				: #000;
}

body #frm_subscribe ul li.input{
	margin-bottom		: 10px;
}

body #frm_subscribe ul li .submitbutton{
	background			: #FFCB09;
	color				: #524F27;
	text-decoration		: none;
	font-weight			: bold;
	border				: 1px solid #524F27;
	padding				: 5px 15px;
}

/* MOVIE PAGE */
.movie_descr {
	width				: 177px;
	height				: 251px;
	margin-left			: 20px;
}
.small_movie {
	width				: 275px;
	margin				: 20px 0 0 13px;
}
.small_movie a {
	vertical-align		: top;
}

.show_movie {
	margin				: 20px 20px 0 20px;
}
/* Photoscroller */
.mcp #photoscrollerWrapper img {
	position	: static;

}

.mcp #photoscrollerWrapper {
	overflow-x	: scroll;
	width		: 650px;
	margin-left	: 10px;
}
 /* content */
.contentImg {
	margin-top			: 20px;
}

/* triple_images */
.tripleImg {
	margin-left			: 21px;
}

.tripleImg.first {
	margin-left			: 0;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* Menu & MenuBar styles */

.yuimenubar {

    visibility: visible;
    position: static;

}



.yuimenu .yuimenu,
.yuimenubar .yuimenu {

    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;

}

.yuimenubar li, 
.yuimenu li {

    list-style-type: none;    

}

.yuimenubar ul, 
.yuimenu ul,
.yuimenubar li, 
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 { 

    margin: 0;
    padding: 0;

}

.yuimenuitemlabel,
.yuimenubaritemlabel {

    text-align: left;
    white-space: nowrap;

}


/* 
    The following style rule trigger the "hasLayout" property in 
    IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
    MenuBar instance's <ul> element, allowing both to clear their floated 
    child <li> elements.
*/

.yuimenubar ul {

    *zoom: 1;

}


/* 
    Remove the "hasLayout" trigger for submenus of MenuBar instances as it 
    is unnecessary. 
*/

.yuimenubar .yuimenu ul {

    *zoom: normal;

}

/*
    The following style rule allows a MenuBar instance's <ul> element to clear
    its floated <li> elements in Firefox, Safari and and Opera.
*/

.yuimenubar>.bd>ul:after {

    content		: ".";
    display		: block;
    clear		: both;
    visibility	: hidden;
    height		: 0;
    line-height	: 0;
}

.yuimenubaritem {

    float: left;

}

.yuimenubaritemlabel,
.yuimenuitemlabel {

    display: block;

}

.yuimenuitemlabel .helptext {

    font-style: normal;
    display: block;
    
    /*
        The value for the left margin controls how much the help text is
        offset from the text of the menu item.  This value will need to 
        be customized depending on the longest text label of a menu item.
    */
    
    margin: -1em 0 0 10em;
    
}

/*
    PLEASE NOTE: The <div> element used for a menu's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the menu's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Menu.  
    Implementers wishing to remove a menu's shadow or add any other markup
    required for a given skin for menu should override the "onRender" method.
*/

.yui-menu-shadow {

    position: absolute;
    visibility: hidden;
    z-index: -1;

}

.yui-menu-shadow-visible {

    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    visibility: visible;

}


/*

There are two known issues with YAHOO.widget.Overlay (the superclass class of 
Menu) that manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):

    1) The "overflow" property of a Menu instance's shadow element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <select> elements that are child nodes of the 
       Menu instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Menu CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars * {

	overflow: hidden;

}

.hide-scrollbars select {

	display: none;

}


/*

The following style rule (".yuimenu.show-scrollbars") overrides the 
".show-scrollbars" rule defined in container-core.css which sets the 
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to 
"auto" when it is visible.  Without this override, a Menu would have scrollbars
when one of its submenus is visible.

*/

.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {

	overflow: visible; 

}

.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {

    overflow: hidden;

}

.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {

    overflow: auto;

}


/* MenuBar style rules */

.yuimenubar {

    background-color: #F00;
    
}

.yuimenu {
	background-color:#FFCB09;
}



/* Menu style rules */
.yuimenu, x:-moz-any-link {
    padding				: 0;
    margin				: -10px 0 0 0;
    padding-top			: 10px;
    background-color	: #FFCB09;
}


.yuimenu, x:-moz-any-link, x:default {
    background-color : rgba(255, 203, 9, 1);
     margin				: -10px 0 0 0;
}

.yui-menu-shadow {
    display: none;
}

.yuimenu ul {
    /*border: solid 1px #c4c4be;*/
    /*border-width: 1px 0 0 0;*/
    padding: 0;
}

.yuimenu .yui-menu-body-scrolled {

    overflow: hidden;

}


/* Group titles */

.yuimenu h6,
.yuimenubar h6 { 

    font-size: 100%;
    font-weight: normal;
    /*border: solid 1px #c4c4be;*/
    color: #b9b9b9;    

}

.yuimenubar h6 {

    /*float: left;*/
    padding: 4px 12px;
    /*border-width: 0 1px 0 0;*/

}

.yuimenubar .yuimenu h6 {

    float: none;

}

.yuimenu h6 {

    /*border-width: 1px 0 0 0;*/
    padding: 5px 10px 0 10px;

}

.yuimenu ul.first-of-type, 
.yuimenu ul.hastitle,
.yuimenu h6.first-of-type {

    border-width: 0;

}



/* Top and bottom scroll controls */

.yuimenu .topscrollbar,
.yuimenu .bottomscrollbar {

    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;

}

.yuimenu .topscrollbar {

    background-image: url(menu_up_arrow.png);

}

.yuimenu .topscrollbar_disabled {

    background-image: url(menu_up_arrow_disabled.png);

}

.yuimenu .bottomscrollbar {

    background-image: url(menu_down_arrow.png);

}

.yuimenu .bottomscrollbar_disabled {

    background-image: url(menu_down_arrow_disabled.png);

}


/* MenuItem and MenuBarItem styles */

.yuimenuitem {

    /*
        For IE: Used to collapse superfluous white space between <li> elements
        that is triggered by the "display" property of the <a> elements being
        set to "block."
    */

    /*
    *border-bottom: solid 1px #f6f7ee;
	*/
}

.yuimenuitemlabel,
.yuimenubaritemlabel {

    font-size: 85%;
    color: #000;
    text-decoration: none;

}

.yuimenuitemlabel {

    padding: 2px 24px;
    
}

.yuimenubaritemlabel {

    /*border-width: 0 0 0 1px;*/
    /*border-style: solid;*/
    /*border-color: #c4c4be;*/
    padding:0;
    margin:0;

}

.yuimenubar li.first-of-type .yuimenubaritemlabel {

    border-width: 0;

}

.yuimenubaritem-hassubmenu {

    background: url(menubaritem_submenuindicator.png) right center no-repeat;

}

.yuimenuitem-hassubmenu {

    background: url(menuitem_submenuindicator.png) right center no-repeat;

}

.yuimenuitem-checked {

    background: url(menuitem_checkbox.png) left center no-repeat;

}

.yuimenuitemlabel .helptext {

    margin-top: -1.1em;
    *margin-top: -1.2em;  /* For IE*/
    
}



/* MenuItem states */


/* Selected MenuItem */

.yuimenubaritem-selected,
.yuimenuitem-selected {

    xbackground-color: #8c8ad0;

}

.yuimenubaritemlabel-selected,
.yuimenuitemlabel-selected {

    xtext-decoration: underline;
    xcolor: #fff;

}

.yuimenubaritem-hassubmenu-selected {

    xbackground-image: url(menubaritem_submenuindicator_selected.png);

}

.yuimenuitem-hassubmenu-selected {

    xbackground-image: url(menuitem_submenuindicator_selected.png);

}

.yuimenuitem-checked-selected {

    xbackground-image: url(menuitem_checkbox_selected.png);

}


/* Disabled MenuItem */

.yuimenubaritemlabel-disabled,
.yuimenuitemlabel-disabled {

    cursor: default;
    color: #b9b9b9;

}

.yuimenubaritem-hassubmenu-disabled {

    background-image: url(menubaritem_submenuindicator_disabled.png);

}

.yuimenuitem-hassubmenu-disabled {

    background-image: url(menuitem_submenuindicator_disabled.png);

}

.yuimenuitem-checked-disabled {

    background-image: url(menuitem_checkbox_disabled.png);

}


/* GENERAL MENU STYLES */
.menu_bar_container #mainMenu{
	margin			: 0px 0px 0px 25px;
	padding-top		: 16px;
	text-align		: justify;
	text-justify	: distribute;
	position		: absolute;
	z-index			: 11;	
	margin			: 0;
	padding			: 0;	
}

.menu_bar_container ul li, 
.menu_bar_container ul li a{
	border			: none;
	margin			: 0;
	padding			: 0;	
}

.menu_bar_container #mainMenu li a, 
.menu_bar_container #mainMenu li a:hover{
	font-family		: verdana, arial;
	font-size		: 16px;
	font-weight		: bold;
	color			: #fff;
	margin			: 0;
	padding			: 0;	
}

.menu_bar_container #mainMenu li div, 
.menu_bar_container #mainMenu li div div,
.menu_bar_container #mainMenu li div div ul{	
	min-width		: 150px;
	border			: none;
	background		: none;
	padding			: 0px;
	margin			: 0px;
	/*margin-top		: -50px;*/
}

.menu_bar_container #mainMenu li div div ul{
	width			: auto;
}


.menu_bar_container #mainMenu li div div.bd{	
	/*margin			: 15px 0px 0px 25px;		*/
	margin			: 0;
	padding			: 0;
}

.menu_bar_container #mainMenu li div div.bd ul li div div.bd{	
	/*margin			: 5px 0px 0px -5px;	*/
	margin			: 0;
	padding			: 0;	
	margin-top		: -50px;
	/*margin-top		: -100px;*/
}

.menu_bar_container #mainMenu li div div ul li.yuimenuitem{
	height			: 18px;	
	padding			: 0px;
	margin			: 0px;
}

.menu_bar_container #mainMenu li div div ul li a, 
.menu_bar_container #mainMenu li div div ul li a:hover{
	font-size		: 12px;
	color			: #fff;
	margin			: 0px;
	/*padding			: 2px 0px 0px 5px;*/
	padding			: 0;
}

#mainMenu li a{
	font-size:1px;
	/*background-color:red;*/
}

#mainMenu li ul a
{
	/*background-color:green;*/
}

/*
.site_container #menu_bar,
.site_container #menu_bar *{
	overflow	: visible;
	z-index		: 1000;
	background-color:red;
}


.site_container #menu_bar{
	position	: relative;
}

.site_container #frameRight   {
	position	: relative;
	z-index		: 5000;
}

#splash,
#splash *,
#splash photoscrollerWapper,
#splash photoscrollerWapper .photoscroller_items,
#splash img {
	z-index		: 100;
	position	: relative;
}
*/

/*
#menu_bar{
	margin-top:-1px;
}
*/
