@charset "utf-8";
/* CSS Document */


.splashHome {
	margin:0;
	padding:0;
	list-style:none;
	height: 530px;
	overflow: hidden;
}
.splashHome li{
	float:left;
	height: 530px;
	margin:0px;
}
.splashHome .theater {
	width:319px;
}

.splashHome .horeca {
	width:318px;
	border-left:solid #FFFFFF 1px;
	border-right:solid #FFFFFF 1px;
}

.splashHome .huurders {
	width:321px;
}

.splashHome li h1.subsite_header {
	height:41px;
	text-align:center;
	color:#FFFFFF;
}

.splashHome .theater h1.subsite_header {

}

.splashHome .horeca h1.subsite_header {

}

.splashHome .huurders h1.subsite_header {
	
}

#showTheaterOverzicht {
	position:relative;
	/*cursor:pointer;*/
}

.theaterProgramma {
	background-image:url(../images/home_theater_overstate.jpg);
	background-position:top left;
	_background-color:#b26f3b;
	display:none;
	width:319px;
	overflow:hidden;
}
.theaterProgramma table{
	width:319px;	
}

.theaterProgramma td{
	padding:5px;
	padding-left:15px;
	vertical-align:top;
	font-size:12px;
}
.theaterProgramma td a{
	text-decoration:none;
}

.theaterProgramma .maandTitel h2{
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}


.evenementenProgramma {
	background-image:url(../images/home_horeca_overstate.jpg);
	background-position:top left;
	_background-color:#a8b428;
	display:none;
	width:318px;
	overflow:hidden;
}
.evenementenProgramma table{
	width:319px;	
}

.evenementenProgramma td{
	padding:5px; 
	padding-left:15px;
	vertical-align:top;
	font-size:12px;
}
.evenementenProgramma td a{
	text-decoration:none;
}

#showHoreca {
	position:relative;
	/*cursor:pointer;*/
}

.evenementenProgramma h2 {
	font-weight:normal;
	color:#FFFFFF;
	font-size:16px;
}

.huurderOverzicht {
	background-image:url(../images/home_huurders_overstate.jpg);
	background-position:top left;
	display:none;
	_background-color:#f0ce40;
	width:321px;

}
.huurderOverzicht table{
	width:100%;	
}

.huurderOverzicht td{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
	font-size:12px;
}
.huurderOverzicht td a{
	text-decoration:none;
}

#showHuurders{
	position:relative;
	/*cursor:pointer;*/
}

.huurderOverzicht h2 {
	font-weight:normal;
	color:#FFFFFF;
	font-size:16px;
}

#container #mainContent {
	background-image:url(../images/main_splash.jpg);
}

.splashHome .splash_spacer {
	display:block;
	height:41px;
	width:315px;
}

.splashHome #showTheaterOverzicht .theaterProgramma a.overzicht {
	padding:15px;
	display:block;
}

