
/**********Structuur**********/

body {
	margin:0;
	position:relative;
	text-align:center;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:x-small;
	background-color:#DDDDDD;
}

img {
	border:0;
}

table 
{
	border-width:0;
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:x-small;
}

.td
{
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:x-small;	
	color:#EEEEEE;
}

input.knop 
{
	background: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #666666; 
	color: #333333; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px
}

input 
{
	background-color: #EEEEEE;
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 10px
}

select
{
	background-color: #EEEEEE;
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 10px
}


/**********LinkStijlen**********/

a:link
{
	color:#666666;
	text-decoration:none;
}

a:visited
{
	color:#666666;
	text-decoration:none;
}

a:active
{
	color:#666666;
	text-decoration:none;
}	

a:hover
{
	color:#666666;
	text-decoration:underline;
}

a.pers:link
{
	color:#EEEEEE;
	text-decoration:none;
}

a.pers:visited
{
	color:#EEEEEE;
	text-decoration:none;
}

a.pers:active
{
	color:#EEEEEE;
	text-decoration:none;
}	

a.pers:hover
{
	color:#EEEEEE;
	text-decoration:underline;
}

a.Talen:link
{
	color:#333333;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.Talen:visited
{
	color:#333333;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.Talen:active
{
	color:#333333;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.Talen:hover
{
	color:#C0C0C0;
	font-size:x-small;
	font-variant:small-caps;	
	text-decoration:none;
	font-weight:bolder;
}

a.NavigatieLink:link
{
	color:#EEEEEE;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.NavigatieLink:visited
{
	color:#EEEEEE;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.NavigatieLink:active
{
	color:#EEEEEE;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.NavigatieLink:hover
{
	color:white;
	font-size:x-small;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
}

a.Contact:link
{
	color:#EEEEEE;
	text-decoration:none;
	font-size:xx-small;
}

a.Contact:visited
{
	color:#EEEEEE;
	text-decoration:none;
	font-size:xx-small;
}

a.Contact:active
{
	color:#EEEEEE;
	text-decoration:none;
	font-size:xx-small;
}

a.Contact:hover
{
	color:#EEEEEE;
	text-decoration:underline;
	font-size:xx-small;
}

a.ProductieLink:link
{
	color:#666666;
	font-variant:small-caps;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
}

a.ProductieLink:visited
{
	color:#666666;
	font-variant:small-caps;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
}

a.ProductieLink:active
{
	color:#666666;
	font-variant:small-caps;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
}

a.ProductieLink:hover
{
	color:#CCCCCC;
	font-variant:small-caps;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
}

/**********Pagina**********/

div.Pagina 
{
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-style:solid;
	border-color:#666666;
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:white;
}

div.Header
{
	position:relative;
	width:780px;
	height:60px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-color:#666666;
	padding:0px;
	text-align:left;
}

div.Navigatie
{
	position:relative;
	width:780px;
	height:auto;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	background-color:#666666;
}

div.Footer
{
	position:absolute;
	width:800px;
	padding:0px;
	margin:0px;
	left:0px;
	bottom:0px;
	height:12px;
	background-color:#666666;
	border-width:0px;
	color:#EEEEEE;
	font-size:xx-small;
}
	
div.Spacer
{
	position:relative;
	width:780px;
	height:10px;
	background-color:white;
	border-width:0px;
}	

div.HeaderProducties
{
	position:absolute;
	top:5px;
	left:160px;
	width:454px;
	height:46px;
	text-align:center;
	border-width:0px;
	border-color:Black;
	border-style:solid;
}

div.DrieProducties
{
	position:absolute;
	top:5px;
	left:160px;
	width:454px;
	height:46px;
	text-align:center;
	border-width:0px;
	border-color:Black;
	border-style:solid;
	vertical-align:middle;
}

/**********StartPagina**********/

#LogoBallets
{
	position:absolute;
	top:5px;
	left:5px;
}

#LogoDurieux
{
	position:absolute;
	top:5px;
	right:5px;
}

div.HeaderTalen
{
	position:absolute;
	top:5px;
	left:160px;
	width:454px;
	height:46px;
	text-align:center;
	border-width:0px;
	border-color:Black;
	border-style:solid;
	vertical-align:middle;
}
	
div.Flashintro
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:502px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:black;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}

div.TalenBijschrift
{
	position:relative;
	width:780px;
	height:30px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding:5px;
	text-align:center;
	margin-top:10px;
}

/**********Index**********/

div.Slideshow
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:auto;
	border-width:0px;
	border-style:solid;
	border-color:#666666;
	background-color:#666666;
	padding:0px;
	text-align:left;
	margin-bottom:10px;
}

div.IntroFoto
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:525px;
	border-width:0px;
	border-style:solid;
	border-color:red;
	background-color:white;
	padding:0px;
	text-align:left;
	margin-bottom:0;
}
/**********Contact**********/

div.Contact
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:300px;
	border-width:0px;
	background-color:Transparent;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.ContactLeft
{
	position:absolute;
	left:0px;
	top:0px;
	width:385px;
	height:300px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:transparent;
	padding:0px;
	text-align:center;
}

div.ContactRight
{
	position:absolute;
	left:395px;
	top:0px;
	width:385px;
	height:300px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#666666;
	padding:0px;
	text-align:left;
	color:#EEEEEE;	
}

.ContactRightCel
{
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:left;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;	
	color:#EEEEEE;	
}

/**********Pers**********/

div.Pers
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:350px;
	border-width:0px;
	background-color:Transparent;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.PersLeft
{
	position:absolute;
	left:0px;
	top:0px;
	width:385px;
	height:350px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#666666;
	padding:0px;
	padding-left:10px;	
	text-align:center;
	color:#EEEEEE;	
}

div.PersRight
{
	position:absolute;
	left:395px;
	top:0px;
	width:385px;
	height:350px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:transparent;
	padding:0px;
	text-align:center;
}

.PersLeftCel
{
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;	
	color:#EEEEEE;	
}

.PersLeftCelHome
{
	padding:10px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:left;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;	
	color:#EEEEEE;	
}

.PersRightCel
{
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

/**********Producties**********/

div.ProductieItem
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:160px;
	border-width:0px;
	background-color:#DDDDDD;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.ProductieItemPic
{
	position:absolute;
	left:5px;
	top:5px;
	width:106px;
	height:149px;
	border-width:0px;
	background-color:#666666;
	padding:0px;
	text-align:center;
}

div.ProductieItemTekst
{
	position:absolute;
	left:130px;
	top:5px;
	width:600px;
	height:150px;
	border-width:0px;
	background-color:transparent;
	padding:0px;
	text-align:Left;
	font-size:xx-small;
	color:#666666;
}

div.ProductieItemPlaatsen
{
	position:absolute;
	left:130px;
	bottom:5px;
	width:600px;
	height:10px;
	border-width:0px;
	background-color:transparent;
	padding:0px;
	text-align:Left;
	font-size:x-small;
	color:#666666;
}

div.ProductieItemMessage
{
	position:absolute;
	right:6px;
	bottom:5px;
	width:400px;
	height:10px;
	border-width:0px;
	background-color:Transparent;
	padding:0px;
	text-align:right;
	font-size:x-small;
	color:#E40C0C;
	font-weight:bold;
}

p.ProductieItemTitel
{
	font-variant:small-caps;
	font-weight:bold;
	font-size:small;
}

div.OnlineMelding
{
	position:relative;
	width:90%;
	padding-left:16px;
}

/**********ProductiePick**********/

div.ProductiePick
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:525px;
	border-width:0px;
	background-color:transparent;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.ProductiePickLayer
{
	position:absolute;
	left:110px;
	top:0px;
	width:440px;
	height:525px;
	border-width:0px;
	padding:10px;
	background-color:transparent;
	text-align:left;
	color:#666666;
	font-size:xx-small;
}

div.ProductiePickReservatie
{
	position:absolute;
	right:10px;
	top:10px;
	width:202px;
	height:auto;
	border-width:0px;
	background-color:transparent;
	text-align:left;
}


div.ProductiePickReservatiePromo
{
	position:absolute;
	right:10px;
	top:95px;
	width:202px;
	height:auto;
	border-width:0px;
	background-color:transparent;
	text-align:left;
}

div.ProductiePickReservatieItem
{
	position:relative;
	width:200px;
	height:auto;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	padding:3px;
	background-color:transparent;
	text-align:left;
	color:#666666;
	font-size:xx-small;
}

div.ProductiePickMovieItem1
{
	position:relative;
	width:200px;
	height:auto;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	padding:3px;
	background-color:transparent;
	text-align:left;
	color:#666666;
	font-size:xx-small;
}

div.ProductiePickMovieItem2
{
	position:absolute;
	left:245px;
	top:10px;
	width:200px;
	height:auto;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	padding:3px;
	background-color:transparent;
	text-align:left;
	color:#666666;
	font-size:xx-small;
}

p.ProductiePickTitel
{
	font-variant:small-caps;
	font-weight:bold;
	font-size:medium;
}

/**********About**********/

div.About
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:350px;
	border-width:0px;
	background-color:Transparent;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.AboutLeft
{
	position:absolute;
	left:0px;
	top:0px;
	width:385px;
	height:350px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#666666;
	padding:0px;
	padding-left:10px;	
	text-align:center;
	color:#EEEEEE;	
}

div.AboutRight
{
	position:absolute;
	left:395px;
	top:0px;
	width:385px;
	height:350px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:transparent;
	padding:0px;
	text-align:center;
}

.AboutLeftCel
{
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;	
	color:#EEEEEE;	
}

.AboutRightCel
{
	padding:0px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

/**********Newsletter**********/

div.Newsletter
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:300px;
	border-width:0px;
	background-color:Transparent;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.NewsletterLeft
{
	position:absolute;
	left:0px;
	top:0px;
	width:385px;
	height:300px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:transparent;
	padding:0px;
	text-align:center;
}

div.NewsletterRight
{
	position:absolute;
	left:395px;
	top:0px;
	width:385px;
	height:300px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#666666;
	padding:0px;
	text-align:left;
	color:#EEEEEE;	
}

.NewsletterRightCel
{
	padding:10px;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-align:left;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;	
	color:#EEEEEE;	
}

.TabelNewsletter 
{
	border-width:0;
	padding:0px;
	background-color:Transparent;
	width:300px;
	height:150px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;
	color:#EEEEEE;
}

.CelNewsletterLeft
{
	padding:0px;
	padding-right:5px;
	background-color:Transparent;
	width:30%;
	height:auto;
	text-align:Right;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;
	color:#EEEEEE;
}

.CelNewsletterRight
{
	padding:0px;
	background-color:Transparent;
	width:70%;
	height:auto;
	text-align:Left;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:xx-small;
	color:#EEEEEE;
}

/********** Archief **********/

div.ArchiefItem
{
	margin-top:10px;
	position:relative;
	width:780px;
	height:80px;
	border-width:0px;
	background-color:#DDDDDD;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}

div.ArchiefItemPic
{
	position:absolute;
	left:5px;
	top:5px;
	width:50px;
	height:70px;
	border-width:0px;
	background-color:#666666;
	padding:0px;
	text-align:center;
}

div.ArchiefItemTekst
{
	position:absolute;
	left:66px;
	top:5px;
	width:600px;
	height:70px;
	border-width:0px;
	background-color:transparent;
	padding:0px;
	text-align:Left;
	font-size:xx-small;
	color:#666666;
}

/********** Banners **********/

#banner{
	position:absolute;
	left:830px;
	top:10px;
	width:90px;
	height:448px;
	border:1px solid #333333;
	z-index:2;
}

img{
	border-width:0px;
}