body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#fff;
}
#main{
	width:990px;
	height:610px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
}
.omschrijving a{
	color:#fff;
}
#logo{
	background-image:url(/images/logo.jpg?i=123);
	width:376px;
	height:252px;
	position:absolute;
	left:614px;
	z-index:3;
	cursor:pointer;
}
#bottom{
	background-image:url(/images/bottom2.jpg);
	height:229px;
	width:991px;
	background-repeat:no-repeat;
	position:absolute;
	top:540px;
	z-index:2;
}
#notice{
	font-size:13px;
	word-spacing:1.5px;;
	position:absolute;
	left:100px;
	top:125px;
	z-index:100;
	color:#aec0e3;
	cursor:default;
}
.blue{
	background-image:url(/images/blue_pixl.jpg);
	background-repeat:repeat;
}
#menu{
	z-index:100;
	width:500px;
	height:25px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	position:absolute;
	left:100px;
	top:147px;
}
#menu #holder{
	width:500px;
}
#menu #holder a{
	font-weight:bold;
	color:#cf7215;
	text-decoration:none;
	font-size:14px;
	display:block;
	float:left;
	text-align:center;
	width:166px;
	height:25px;
	line-height:25px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(/images/stripe.jpg);
}
#submenu{
	position:absolute;
	left:265px;
	top:173px;
	width:165px;
	border:1px solid #fff;
	display:none;
	z-index:20000;
}
#submenu a{
	display:block;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	height:25px;
	line-height:25px;
}
#submenu a:hover{
	background-color:#cd7215;
}
#menu #holder .active{
	color:#fff;
	cursor:pointer;
}
#content{
	position:absolute;
	left:100px;
	top:175px;
	width:485px;
	height:330px;	
	font-size:14px;
	cursor:default;
	/*overflow:hidden;
	overflow-y:auto;*/
	overflow-x:hidden;
	overflow:scroll;
	padding-right:15px;
	z-index:1000;
}
ul{
	padding:0;
	margin-left:25px;
	
}
ul li{
	list-style-type:decimal;
	font-size:12px;
	margin-bottom:8px;
}
ul li span{
	font-style:italic;
}
.prog_item{
	width:465px;
	border-bottom:1px dashed #fff;
	margin-bottom:30px;
	padding-bottom:20px;
	font-size:12px;
	line-height:18px;
}
.tijdstip{
	display:block;
	font-size:18px;
	font-weight:normal;
}
.lokatienaam{
	font-weight:bold;
	font-size:15px;
	margin-right:15px;
}
.lokatie{
	font-weight:normal;
	font-size:15px;
}
.naam{
	display:block;
	color:#cd7215;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:0px;
}