html, body {
	margin: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body img {
	border: 0;
}

img#full-bg {
	position: absolute; 
	left: 0px;
	top: 0px;
	z-index: 1; 
	width: 100%; 
	height: 100%;
}

#scroller {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	overflow: auto; 
	z-index: 3;
	overflow-x: hidden;
} 

#trans {
	position: relative;
	z-index: 9;
	width: 100%;
	top: 0; 
	left: 0;
	margin-top: 56px;
	background: transparent url('/template/img/trans-bg.png') repeat scroll 0px 0px;
}

div#frame {
	position: relative;
	z-index: 10;
	width: 715px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	top: -56px;
	text-align: left;
}

div#frame h1 {
	margin: 0;
	padding: 0;
}

a#logo {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 188px;
	height: 51px;
	outline: none;
	text-indent: -10000px;
	background: transparent url('/template/img/signature-small.png') no-repeat scroll 0px 0px;
}

#menu-bg {
	position: absolute;
	z-index: 4;
	left: 0px;
	top: -70px;
	height: 585px;
	width: 100%;
}

ul#menu {
	position: absolute;
	left: 0px;
	top: 66px;
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li {
	positon: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	float: left;
	width: 178px;
	height: 110px;
	line-height: 110px;
	outline: none;
	text-indent: -10000px;
}

ul#menu li a.theater {
	margin-right: 1px;
	border-bottom: 9px solid #680405;
	background: transparent url('/template/img/menu-theater.png') no-repeat scroll 44px 0px;
}

ul#menu li a.theater:hover {
	border-bottom: 9px solid #a73e3f;
}

ul#menu li a.debat {
	margin-right: 1px;
	border-bottom: 9px solid #133270;
	background: transparent url('/template/img/menu-debat.png') no-repeat scroll 44px 0px;
}

ul#menu li a.debat:hover {
	border-bottom: 9px solid #385797;
}

ul#menu li a.tekst {
	margin-right: 1px;
	border-bottom: 9px solid #4b8230;
	background: transparent url('/template/img/menu-tekst.png') no-repeat scroll 44px 0px;
}

ul#menu li a.tekst:hover {
	border-bottom: 9px solid #73aa58;
}

ul#menu li a.muziek {
	border-bottom: 9px solid #e7e13c;
	background: transparent url('/template/img/menu-muziek.png') no-repeat scroll 44px 0px;
}

ul#menu li a.muziek:hover {
	border-bottom: 9px solid #f3ee72;
}

#copy {
	position: relative;
	z-index: 4;
	left: 0px;
	height: 29px;
	width: 100%;
	color: white;
	font-size: 9px;
	padding-top: 4px;
	background: transparent url('/template/img/box-bg.png') repeat scroll 0px 0px;
}

#copy a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#copy a:hover {
	border-bottom: 0;
}

#copy img {
	margin-left: 10px;
	position: relative;
	top: 4px;
}

a.contact {
	position: absolute;
	left: 547px;
	top: 25px;
	display: block;
	width: 43px;
	height: 20px;
	line-height: 15px;
	padding-left: 28px;
	padding-top: 12px;
	color: black;
	text-decoration: none;
	background: transparent url('/template/img/quicklinks.png') no-repeat scroll 0px 0px;
}

a.contact:hover {
	font-weight: bold;
}

a.home {
	position: absolute;
	left: 640px;
	top: 25px;
	display: block;
	width: 32px;
	height: 20px;
	line-height: 15px;
	padding-left: 32px;
	padding-top: 12px;
	color: black;
	text-decoration: none;
	background: transparent url('/template/img/quicklinks.png') no-repeat scroll -92px 0px;
}

a.home:hover {
	font-weight: bold;
}

#content {
	position: relative;
	margin-top: 296px;
	margin-bottom: 50px;
	width: 685px;
	min-height: 200px;
	padding: 15px;
	line-height: 18px;
	background: transparent url('/template/img/content-bg.png') repeat scroll 0px 0px;
}

#content h1.title {
	position: absolute;
	top: -110px;
	left: 0px;
	width: 714px;
	height: 110px;
	text-indent: -10000px;
	outline: none;
	background-repeat: no-repeat;
}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#content h2, h3 {
	margin: 0;
	padding: 0;
	color: black;
}

#content h2 {
	font-size: 15px;
}

#content h3 {
	font-size: 14px;
}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#content img {
	border: 3px solid white;
	margin-left: 4px;
}

/* Lightbox */
#lightbox {
	background-color: rgb(251,248,246);
	padding: 10px;
	border: 1px solid black;
}
#lightbox a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }