/* CSS Document Aktief*/

body {
	margin: 0;
	padding: 0;
	color:#000000;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link { 
	color: #dfc138; 
	text-decoration:none; 
	font-weight: bold; 
}

a:visited { 
	color: #dfc138; 
	text-decoration:none; 
	font-weight: bold; 
}

a:hover { 
	color: #dfc138; 
	text-decoration:underline; 
	font-weight: bold; 
}

a:active { 
	color: #dfc138; 
	text-decoration:none; 
	font-weight: bold; 
}


.bottom-tekst{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align:center;
	line-height:20px;
	background-color:#dfc138;
	width:737px;
	position:relative;
	clear:both;
}

.wrapper_page {
	margin: 0 auto;
	padding: 0; 
	width: 737px; 
	text-align: left;
	background-image:url(../img/wrapper_bg.jpg); 
	background-repeat: inherit;
}

.wrapper_innerpage {
	width: 715px; 
	text-align: left;
	background-color: #810101; 
	background-repeat: inherit; 
	padding: 0; 
	margin: 0;
}

.banner {
	width: 715px; 
	height: 312px;
	background-image:url(../img/banner.jpg);
	text-align: left;
	margin: 0;
	padding: 0; 
	z-index:1;
}

.titel {
	z-index:2;
	top: 200px;
	left: 500px;
	position: relative; 
	width: 215px; 
	height: 41px;
}

.container {
	width: 715px; 
	text-align: left;
	margin: 0;
	padding: 0;
}

.reserveer {
	position: relative;
	top: -30px;
	left: 300px;
	width: 144px;
	height: 52px;
}

/* Menu Aktief*/
.menucontainer {
	background-color: #810101; 
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 215px; 
	float: left;
	margin: 0;
	padding: 0;
}

.menu_bg {
	color:#000000;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 215px; 
	margin: 0;
	padding: 0;
}

span.menu_item a{
	padding-left: 35px;
	color:#810101;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

span.menu_item a:hover{
	padding-left: 35px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

span.submenu_item a{
	padding-left: 50px;
	color:#810101;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

span.submenu_item a:hover{
	padding-left: 50px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

span.menu_nu {
	padding-left: 5px;
	color:#810101;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

span.submenu_nu {
	padding-left: 50px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.menu_bottom {
	width: 215px;
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 17px; 
	font-weight:bolder;
	letter-spacing: 0.05cm;
}

.inhoud {
	background-color: #810101; 
	width: 490px;
	text-align:left;
	color:#dfc138;
	padding: 0;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* Medewerkers Aktief*/
.medewerker { 
	margin-top: 20px;
}

.foto_medewerker {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

.naam_medewerker {
	font-size: 13px; 
	font-weight:bold;
	letter-spacing: 0.03cm;
}

.gebdat_medewerker {
	font-size: 8px; 
}

/* Producties Aktief*/
table { 
	border: 0px;
	border-collapse: collapse;
	width: 480px; 
} 

td.producties { 
	border-bottom: 1pt solid #dfc138; 
	spacing: 0pt;
	padding: 2pt; 
	font-family: Arial, Verdana; 
	vertical-align: top; 
	text-align: left;
	color: #dfc138; 
  	font-size: 11px; 
} 

td.titelth { 
	font-weight:bold; 
  	font-size: 12px; 
	font-style:italic;
} 
/* index aktief regisseur*/
.regisseur{
	border: 1pt solid #dfc138; 
	spacing: 0pt;
	padding: 2pt; 
	font-family: Arial, Verdana; 
	vertical-align: top; 
	text-align: left;
	color: #dfc138; 
  	font-size: 11px;
	height:123px; 

}
.foto_reg {
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
}

/* Contact Aktief*/
td.contacttd {
	spacing: 0pt;
	padding: 2pt; 
	font-family: Arial, Verdana; 
	vertical-align: top; 
	text-align: left;
	color: #dfc138; 
  	font-size: 11px; 
}

.error_msg{
	background-color:#810101;
	border:thin;
	border-style:solid;
	width:350px;
	padding: 6px 10px 6px 10px;
	color:#FFFFFF;
	text-align:center;
	margin-left: 40px;
}

.ok_msg{
	background-color:#dfc138;
	border:thin;
	border-style:solid;
	width:350px;
	padding: 6px 10px 6px 10px;
	color:#810101;
	text-align:center;
	margin-left: 40px;
}

.blok_msg{
	background-color:#dfc138;
	border:thin;
	border-style:solid;
	width:400px;
	padding: 6px 10px 6px 10px;
	color:#810101;
	text-align:center;
	margin-left: 30px;
}

input {
    background-color: #dcb34a ;
	color:#810101;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #dcb34a ;
	padding: 1px;
}

textarea {
    background-color: #dcb34a ;
	color:#810101;
    border-width: 1px;
    border-style: solid;
    border-color: #dcb34a ;
	padding: 1px;
	font-size:12px;
}

select {
    width: 80px;
    background-color: #dcb34a ; 
	color: #810101; 
    border-color: #dcb34a ;
    border-style: solid;
    border-width: 1px;
}

checkbox {
	background-color: #dcb34a ; 
	color: #810101; 
}

/*Pictures*/

.thumbnail{
	width: 450px;
	
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
