html{
	width:100%;
	height:100%;
	overflow:auto;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
}
p{
	margin:3px 0px;
}
a{
	text-decoration:none;
	color:#000000;
}
img{
	border:0px;
}
hr{
	border:0px;
	height:1px;
	margin:0;
	padding:0;
}
textarea{
	width:250px;
	height:75px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	padding:1px 2px 2px 1px;
	text-align:left;
	vertical-align:top;
}
th{
	font-weight:bold;
	white-space:nowrap;
}
input.text{
	height:14px;
}
input.text, input.button, textarea{
	border:1px solid;
}
.slider{
	position:relative;
	text-align:left;
	float: left;
	margin-right: 10px;
}
.slider ul, .slider li{
	margin:0;
	padding:0;
	list-style:none;
}
	.slider li{ 
		width:322px;
		height:168px;
		overflow:hidden; 
	}	
	ol.controls{
		position:absolute;
		right:10px;
		bottom:0px;
		z-index:1000;
	}
	ol.controls li{
		position:relative;
		float:left;
		width:16px;
		height:16px;
	}
	ol.controls li a{
		/*display:block;*/
		float:left;
		width:16px;
		height:14px;
		padding-top:2px;
		background:#CCCCCC;
		color:#7F7F7F;
		font-size:10px;
		text-decoration:none;
		text-align:center;
		line-height:normal;
	}
	ol.controls li.current a{
		color:#333333;
	}
		
.clear{
	clear:both;
}
div#flyer_background{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000000;
	display:none;
}
div#flyer{
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	margin-top:-254px;
	margin-left:-360px;
	height:508px;
	width:720px;
	display:block;
	cursor:pointer;
}
	div#flyer div.saturday{
		float:left;
		width:360px;
		height:508px;
		background:url('/zalen/images/flyer_saturday90s.jpg') no-repeat;
	}
	div#flyer div.sunday{
		float:left;
		width:360px;
		height:508px;
		background:url('/zalen/images/flyer_zondag.jpg') no-repeat;
	}
	div#flyer div.left_festival{
		position:absolute;
		top:430px;
		left:0;
		width:100%;
		height:78px;
		cursor:pointer;
	}
	div#flyer div.info{
		float:left;
		width:100%;
		text-align:right;
		color:#FFFFFF;
	}
div#agenda_popup_bg{
	position:absolute;
	z-index:999998;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000000;
	display:none;
}
div#agenda_popup{
	position:absolute;
	z-index:999999;
	top:50%;
	left:50%;
	margin-top:-160px;
	margin-left:-250px;
	height:320px;
	width:520px;
	display:none;
}
	div#agenda_popup_fg{
		position:relative;
		float:left;
		width:500px;
		height:300px;
		padding:10px;
		background-color:#FFFFFF;
		border:solid 2px #000000;
		overflow:auto;
		overflow-x:hidden;
	}
		div#agenda_popup_fg h1{
			font-family:Verdana;
			font-size:25px;
			text-transform:uppercase;
			margin:0px;
			clear:both;
		}
		div#agenda_popup_fg h3{
			font-size:13px;
			margin:0px;
		}
		div#agenda_popup_fg hr{
			margin:5px 0px;
			clear:both;
		}
div#container_background{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
}
	div#container_background div#background{
		background:no-repeat center;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
	}
div#container{
	position:relative;
	height:100%;
}
	div#container div.white_bar{
		height:36px;
		background-color:#FFFFFF;
		
	}
	div#container div.bar{
		height:24px;
	}
	div#container div.bottom{
		width:100%;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	div#container div#content_container{
		width:990px;
		margin:30px auto 0px auto;
		position:relative;
	}
		div#content_container div.logo{
			background-image:url("/zalen/images/logo.png");
			width:264px;
			height:80px;
			position:absolute;
			top:0px;
			right:10px;
			cursor:pointer;
		}
		div#content_container div.menu{
			width:600px;
			height:30px;
			position:absolute;
			top:75px;
			left:20px;
		}
		div#content_container div.menu_separated{
			width:82px;
			height:30px;
			position:absolute;
			top:75px;
			left:622px;
		}
			div.menu a, div.menu_separated a{
				display:block;
				float:left;
				padding:8px 20px;
				font-family:Verdana;
				font-size:12px;
				font-weight:bold;
				text-transform:uppercase;
				color:#FFFFFF;
			}
			div.menu_separated a{
				width:100%;
				padding:8px 0;
				text-align:center;
			}
		div#content_container div#middle{
			position:absolute;
			top:105px;
			left:0px;
			height:400px;
		}
			div#middle div.shadow_corner_top_left{
				position:absolute;
				top:-9px;
				left:-9px;
				background:url("/zalen/images/shadow_corner_top_left.png") no-repeat;
				height:9px;
				width:9px;
			}
			div#middle div.shadow_corner_top_right{
				position:absolute;
				top:-9px;
				right:-9px;
				background:url("/zalen/images/shadow_corner_top_right.png") no-repeat;
				height:9px;
				width:9px;
			}
			div#middle div.shadow_corner_bottom_left{
				position:absolute;
				bottom:-9px;
				left:-9px;
				background:url("/zalen/images/shadow_corner_bottom_left.png") no-repeat;
				height:9px;
				width:9px;
			}
			div#middle div.shadow_corner_bottom_right{
				position:absolute;
				bottom:-9px;
				right:-9px;
				background:url("/zalen/images/shadow_corner_bottom_right.png") no-repeat;
				height:9px;
				width:9px;
			}
			div#middle div.shadow_top{
				position:absolute;
				top:-10px;
				left:0px;
				background:url("/zalen/images/shadow_top.png") repeat-x;
				height:10px;
				width:100%;
			}
			div#middle div.shadow_right{
				position:absolute;
				top:0px;
				right:-9px;
				background:url("/zalen/images/shadow_right.png") repeat-y;
				height:100%;
				width:9px;
			}
			div#middle div.shadow_bottom{
				position:absolute;
				bottom:-9px;
				left:0px;
				background:url("/zalen/images/shadow_bottom.png") repeat-x;
				height:9px;
				width:100%;
			}
			div#middle div.shadow_left{
				position:absolute;
				top:0px;
				left:-9px;
				background:url("/zalen/images/shadow_left.png") repeat-y;
				height:100%;
				width:9px;
			}
			div#middle div.overflow{
				padding:0px 20px;
				height:100%;
				overflow:hidden;
				position:relative;
				z-index:2;
			}
			div#middle div.spacing{
				width:100%;
				height:25px;
			}
			div#middle div.text{
				width:770px;
				float:left;
				height:100%;
				position:relative;
				z-index:2;
			}
			div#middle div.white_bg{
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				background-color:#FFFFFF;
				filter: alpha(opacity=85);
				opacity:.85;
				z-index:1;
			}
				div.text h1{
					font-family:Verdana;
					font-size:13px;
					text-transform:uppercase;
					margin:0px;
					clear:both;
				}
				div.slideshow h2, div.agenda h2{
					font-family:Verdana;
					font-size:13px;
					text-transform:uppercase;
					margin:0px;
				}
				div.slideshow h2{
					text-align:center;
				}
				div.text h3{
					font-size:13px;
					margin:0px 0px 5px 0px;
				}
				div.text span{
					font-weight:normal;
				}
			div#middle div.agenda{
				width:215px;
				float:left;
				height:100%;
				margin-left:5px;
				/*background-color:#FFFFFF;*/
				position:relative;
			}
				div.agenda h4 span{
					font-weight:normal;
				}
				div.agenda div.newsletter{
					width:195px;
					position:absolute;
					bottom:20px;
				}
					div.agenda div.newsletter input{
						margin:2px;
						border-style:solid;
						border-width:1px;
						height:12px;
						font-size:10px;
					}
			div#middle .bottom_bar{
				/*background:url("/images/ceiling.png") no-repeat bottom;*/
				width:504px;
				height:23px;
				position:absolute;
				bottom:-30px;
				left:20px;
				filter:alpha(opacity=90);
				opacity:.90;
				font-family:Verdana;
				font-size:12px;
				color:#FFFFFF;
				text-align:center;
				padding-top:7px;
			}
	div#container div#www{
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		text-align:center;
	}
		div#www a{
			color:#000000;
		}


p.block, div.block{
	padding:5px;
	border:solid 2px;
}
/* Fotoboek */
#fotos .photo{
	float:left;
	display:block;
	padding:5px;
	width:120px;
	height:120px;
	margin:0px 5px 5px 0px;
	background:no-repeat center #CB63A7;
	text-align:center;
}
/* Activiteiten */
img.partypics{
	width:300px;
	float:right;
	margin-left:10px;
}