body {
	padding:0px;
	margin:0px;
	font:0.9em/1.4em verdana, arial, helvetica, sans-serif;
	}


#frame {
	background:#eee;
	width:90%;
	margin-left:5%;
	} 


#header img {
	margin:5px;
	}

#topmenu div {
	width:33%;
	float:left;
	}
#midden {
	width:34%;
}
#topmenu a {
	border-bottom:#333 solid 1px;
	border-top:#333 solid 1px;
	background:#fff;
	padding:5px 0px 2px 0px;
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;	
	}
#topmenu a:hover {
	background:#bcc;
	}

#main {
	clear:both;
	margin-left:1em;
	}
#main a:hover {
	text-decoration:underline;
	}

#main div div {
	padding:5px 10px 5px 10px;
	}
.contentlist1 {
	width:52%;
	margin:3em 0em 0em 1em;
	padding-left:10px;
	border-left:#333 dashed 1px;
	}

.contentlist2 {
	width:52%;/*Dit wordt op 84% gezet in IE omdat daar de % niet correct berekend wordt.*/
	margin-left:35%;
	margin-top:30px;
	padding-left:10px;
	border-left:#333 dashed 1px;
	}
* html .contentlist2 {width:84%;} /* Dit is de hiervoor genoemde IE hack */

#footer {
	width:100%;
	background:#fff;
	border-top:#333 solid 1px;
	}
h1 {
	font:bold 2em arial, helvetica, sans-serif;
	color:#bcc;
	}
h2 {
	font:bold 1.5em arial, helvetica, sans-serif;
	color:#bcc;
	}
a:link {
	text-decoration:none;
	font:arial, helvetica, sans-serif;
	color:#c11;
	}
a:visited {
	color:#822;
	text-decoration:none;
	}

.licht {
	background:#fff;
	}
.tickets {
	float:right;
	clear:both;
	}
.info {
	float:right;
	clear:both;
	}

