body, html {}

body {
	background-image:url("../../images/new/curtain_background.jpg");
	background-position:center 70px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:13px;
	color:#58585a;
	}



img {
	border:0;
}

img, div { behavior: url(../../js/iepngfix.htc) }

#wrapper {
	left:50%;
	margin-left:-450px;
	position:relative;
	width:900px;
}

#top {
	height:420px;
	}
	
	#top-1 {
		height:70px;
		position:relative;	/* FOR THE MENU SWITCHER, ABSOLUTE POSITIONED */
		}
		
	#top-logo {
		float:left;
		margin:0px;
		}
		
	#top-2 {
		height:350px;
		position:relative;
		}
		
	#top-main-image {
		
		float:left;
		width:750px;
		height:350px;
		}
		
	#top-main-image-overlay {
		background:url("../../images/new/header_overlay.png") no-repeat scroll 0 0 transparent;
		width:750px;
		height:350px;
		position:absolute;
		left:0;
		top:0;
		}
	
	#top-menu {
		float:left;
		width:150px;
		height:350px;
		background:url("../../images/new/main-menu-bg.jpg") no-repeat scroll 0 0 #d7d8d9;
		}
		
#middle {
	clear:both;
	}

	#middle-left {
		float:left;
		width:300px;
		position:relative;
		}
	
	#middle-middle {
		float:left;
		width:450px;
		}
	
	#middle-right {
		float:left;
		width:150px;
		position:relative;
		}
		
	.bar {
		height:30px;
		width:100%;
		font-size:14px;
		font-weight:bold;
		position:relative;
		}
	
	.bar div {
		padding:7px;
		}
		
	.content {
		width:100%;
		line-height:18px;
		}
	
	.main-content  {
		padding:12px;
		}

	.main-content ul  {
		list-style:disc outside none;
		padding-left:20px;
		}	
		
	.sponsor {
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
		}
	
#bottom {
	height:100px;
	clear:both;
	position:relative;
	}
	
	.bottom-box {
		float:left;
		width:300px;
	}
	
	.bottom-box-left {
		float:left;
		width:100px;
		height:100px;
		overflow:hidden; /* HOUDT DE OPMAAK BIJ ELKAAR ALS EEN FOTO TE GROOT WORDT VOOR ZIJN PLACEHOLDER */
		}
	
	.bottom-box-right {
		float:left;
		height:100px;
		width:200px;
		}
		
	.bottom-box-content {
		height:70px;
		width:100%;
	}
	
	.bottom-box-content div {
		padding-left:11px;
		padding-top:7px;
		padding-bottom:7px;
		padding-right:11px;		
		}
		

#footer {
	border-top:1px solid #58585A;
	height:40px;
	width:100%;
	clear:both;
	font-size:11px;
	color:#58585a;
	}
	
	.footer-left {
		float:left;
		padding-top:10px;
		}
		
	.footer-right {
		float:right;
		padding-top:10px;
		}
		
	.footer-right a:link, .footer-right a:visited {
		color:#58585A;
		text-decoration:none;
		}

	.footer-right a:hover {
		text-decoration:underline;	
		}		
	

/* COLORS */

.darkblue {	background-color:#004494; color:#FFF;}
.blue {	background-color:#b2c7df; color:#000;}
.red {	background-color:#c6005e; color:#FFF;}
.darkyellow { background-color:#c3c00f; color:#FFF;}
.yellow { background-color:#f6f0b2; color:#000;}
.white {}

/* NORMAL MENU ITEMS */

.menu-items {
	background-image:url("../../images/new/streepje_menu_grijs.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-bottom:2px;
	padding-bottom:4px;
}


/* MENU SWITCH THEATER/ALGEMEEN */

#top-menu-switcher {
	width:150px;
	position:absolute;
	right:0;
	top:40px;
		/* AAN A> LINK TOEVOEGEN LATER */
	}
	
#top-menu-switcher div {
	}
	
#top-menu-switcher div a:link, #top-menu-switcher div a:visited {
	color:#004494;
	text-decoration:none;
	font-weight:bold;
	}

	
.menu-switch-theater {
	float:left;
	width:75px;
	height:40px;
	background-image:url("../../images/new/menu-switch-bg.jpg");		/* SWITCHED MET ANDERE CSS VOOR ACHTERGROND CHANGE */
	background-repeat:no-repeat;
	}
	
.menu-switch-algemeen {
	float:left;
	width:75px;
	height:40px;
	}

.top-menu-switch {
	padding-top:12px;
	padding-left:2px;
	height:100%;
	}

/* SUB-MENU */

.submenu ul {
	padding:15px 10px;
	}

.submenu ul li.sub-menu-item {
	padding-bottom:15px;
	}

.submenu ul li.sub-menu-item a:link, .submenu ul li.sub-menu-item a:visited {
	font-size:13px;
	font-weight:normal;
	color:#58595b;
	text-decoration:none;
	text-transform:uppercase;
	}
	
.submenu ul li.sub-menu-item a:hover {
	color:#c6005e;
	}

.submenu ul li.sub-menu-item a.sub-menu-active-link {
	font-weight:bold;
	color:#c6005e;
	}
	
/* NEWS STYLES HOME = BOTTOM LISTS */

.bottom-box-content table{
	font-size:11px;
	color:#58585a;
	text-transform:uppercase;
	}
	
.table-col1 a:link, .table-col1 a:visited {
	text-decoration:none;
	color:#58585a;
	}

.table-col2 a:link, .table-col2 a:visited {
	text-decoration:none;
	color:#58585a;
	}

.table-col1 {
	width:35px;
	}

.table-col2 {}

.voorstelling-table tr {
	line-height:15px;
	height:15px;
	}
	
.voorstelling-table tr:first-child a:link, .voorstelling-table tr:first-child a:visited {
	font-weight:bold;
	color:#004494;
	}
	
	
/* BANNERS */

#rotator {
	margin-top:35px;
	height:120px;
	z-index:30;
	}

div#rotator ul li {
	position:absolute;
	width:100%;
	}
	
div#rotator ul  {
	position:relative;
	}
	


.hide {
	text-align:center;
	}
	


.show {
	text-align:center;
	}
	
	
/* KARTEL RANDEN */

.kartel {
	background-image:url("../../images/new/kartelrand-compleet.png");
	background-repeat:repeat-x;
	height:4px;
	width:100%;
	position:absolute;
	z-index:1;
	}
	
.top {
	left:0;
	bottom:-2px;
	}
	
.bottom {
	top:-2px;
	left:0;
	}
	
.right {
	right:0;
	top:-2px;
	width:150px;
	}

.left {
	top:298px;
	left:3px;
	width:300px;
	}
	
/* CONTACT FORMULIER */	

.tx-powermail-pi1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58585A;
	}

.tx-powermail-pi1 label {
	display:block;
	float:left;
	width:160px;
	}

.tx-powermail-pi1 input {
	float:left;
	margin-bottom:5px;
	width:200px;
	}
	
.tx-powermail-pi1 textarea {
	font-family:arial;
	font-size:13px;
	margin-bottom:10px;
	width:200px;
	}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	display:block;
	float:left;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	width:100%;
	}

.tx-powermail-pi1 legend {
	display:block;
	float:left;
	font-weight:bold;
	margin-bottom:15px;
	width:100%;
	}

.powermail_mandatory_js {
	font-size:9px;
	color:#C6005E;
	}
	
/* VOORSTELLINGEN LIJST */

.news-list-browse {
	margin:10px 0 10px 0;
	text-align:center;
	}

.showResultsWrap { display:none;}


/* CONTENT LINKS */

.main-content a {
	color:#58585A;
	text-decoration:underline;
	}

.main-content a:link, .main-content a:visited {
	color:#58585A;
	text-decoration:underline;
	}
	
.main-content a:hover {
	text-decoration:none;
	color:#58585A;
	}
	
	
/* VERSIERSEL */

.versiersels-rechts {
	position:absolute;
	top:8px;
	}