 	html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

* html #frame {
	height: 100%;
	width: 998px;
}

body {
	margin: 0px;
	text-align: left;
}

#frame {
	position: relative;
	width: 990px;
	min-height: 100%;
}

#logo {
	position: absolute;
	z-index: 10;
	left: 18px;
	top: 1px;
	width: 66px;
	height: 50px;
	background-image: url('/img/logoklein.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

#zoek {
	position: absolute;
	z-index: 10;
	left: 750px;
	top: 7px;
	width: 240px;
	height: 29px;
}

#zoek p {
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: rgb(202,0,50);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

#zoek input.q {
	border: 1px solid rgb(240,191,202);
	width: 190px;
	height: 18px;
	text-align: right;
	padding-right: 10px;
	color: rgb(121,121,121);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
}

#zoek input.submit {
	background-color: white;
	border: none;
	text-indent: -1000px;
	width: 29px;
	height: 22px;
	background-image: url('/img/zoek-submit.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

#l_overzicht {
	position: absolute;
	z-index: 3;
	left: 4px;
	top: 14px;
	width: 313px;
	height: 102px;
	background-color: rgb(187, 222, 197);
	background-image: url('/img/element/groen/overzicht.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-left: 13px;
	padding-top: 8px;
}

#l_overzicht a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	display: block;
	width: 300px;
	color: rgb(0, 127, 39);
	text-decoration: none;
	font-weight: bold;
}

#l_overzicht a:hover {
	text-decoration: none;
	color: black;
}

#l_overzicht-bottom {
	position: absolute;
	z-index: 3;
	left: 4px;
	top: 126px;
	width: 326px;
	height: 51px;
	background-color: rgb(0, 127, 39);
	background-image: url('/img/element/groen/overzicht-bottom.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#m_overzicht {
	position: absolute;
	z-index: 3;
	left: 336px;
	top: 14px;
	width: 313px;
	height: 102px;
	background-color: rgb(197,221,241);
	background-image: url('/img/element/blauw/overzicht.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-left: 13px;
	padding-top: 8px;
}

#m_overzicht a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	display: block;
	width: 300px;
	color: rgb(48,158,249);
	text-decoration: none;
	font-weight: bold;
}

#m_overzicht a:hover {
	text-decoration: none;
	color: black;
}

#m_overzicht-bottom {
	position: absolute;
	z-index: 3;
	left: 336px;
	top: 126px;
	width: 326px;
	height: 51px;
	background-color: rgb(48,158,249);
	background-image: url('/img/element/blauw/overzicht-bottom.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#r_overzicht {
	position: absolute;
	z-index: 3;
	left: 668px;
	top: 14px;
	width: 313px;
	height: 102px;
	background-color: rgb(234,187,198);
	background-image: url('/img/element/rood/overzicht.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-left: 13px;
	padding-top: 8px;
}

#r_overzicht a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	display: block;
	width: 300px;
	color: rgb(202,0,50);
	text-decoration: none;
	font-weight: bold;
}

#r_overzicht a:hover {
	text-decoration: none;
	color: black;
}

#r_overzicht-bottom {
	position: absolute;
	z-index: 3;
	left: 668px;
	top: 126px;
	width: 326px;
	height: 51px;
	background-color: rgb(202,0,50);
	background-image: url('/img/element/rood/overzicht-bottom.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#clearfooter {
	clear: both;
	height: 210px;
	width: 100%;
}

#ftr {
	position: absolute;
	bottom: 0px;
	height: 230px;
	width: 998px;
	background-color: white;
	background-image: url('/img/footer.gif');
	background-repeat: no-repeat;
	z-index: 50;
}

#footer {
	/*position: relative;
	top: 350px;*/
	position: absolute;
	bottom: 218px;
}

#shadow_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 4px;
	height: 100%;
	background-color: rgb(177,177,177);
	background-image: url('/img/shadow-l.gif');
	background-repeat: repeat-y;
	z-index: 4;
}

#shadow_mid {
	position: absolute;
	left: 330px;
	top: 0px;
	width: 4px;
	height: 100%;
	background-color: rgb(177,177,177);
	background-image: url('/img/shadow-r.gif');
	background-repeat: repeat-y;
	z-index: 4;
}

#shadow_right {
	position: absolute;
	left: 994px;
	top: 0px;
	width: 4px;
	height: 100%;
	background-color: rgb(177,177,177);
	background-image: url('/img/shadow-r.gif');
	background-repeat: repeat-y;
	z-index: 4;
}

#bottom {
	position: absolute;
	z-index: 12;
	left: 4px;
	top: 179px;
	width: 954px;
	height: 41px;
	border-top: 1px solid rgb(175, 6, 41);
	background-image: url('/img/footer-bg.gif');
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: black;
	text-align: right;
	padding-right: 36px;
	padding-top: 9px;
}

#bottom a {
	text-decoration: none;
	color: black;
}

#bottom a:hover {
	color: rgb(202,0,50);
}

#bottom a.f:hover {
	color: rgb(2, 154, 45);
}

#bottom a.s:hover {
	color: rgb(48,158,249);
}

#bottom img {
	position: absolute;
	right: 1px;
	top: 5px;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#header {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 120px;
	background-color: white;
}

#header-links {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 52px;
	width: 330px;
	height: 153px;
	background-repeat: no-repeat;
}

#header-links img {
	position: relative;
	left: 4px;
	top: 14px;
}

div.hlr {
	background-image: url('/img/vervolg/rood/header-links.gif');
}

div.hlb {
	background-image: url('/img/vervolg/blauw/header-links.gif');
}

div.hlg, div.hla {
	background-image: url('/img/vervolg/groen/header-links.gif');
}

#main-header {
	position: absolute;
	z-index: 20;
	left: 333px;
	top: 66px;
	width: 661px;
	height: 125px;
	background-repeat: no-repeat;
}

div.mhr {
	background-image: url('/img/element/rood/impressie/2.jpg');
}

div.mhb {
	background-image: url('/img/element/blauw/impressie/2.jpg');
}

div.mhg {
	background-image: url('/img/element/groen/impressie/2.jpg');
}

div.mha {
	background-image: url('/img/element/algemeen/impressie/2.jpg');
}

h1#main {
	position: absolute;
	z-index: 22;
	left: 341px;
	top: 208px;
	width: 640px;
	height: 45px;
	text-align: right;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 38px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

h1.r {
	color: rgb(202,0,50);
}

h1.b {
	color: rgb(48,158,249);
}

h1.g {
	color: rgb(0, 127, 39);
}

h2.hl {
	position: absolute;
	z-index: 50;
	left: 6px;
	top: 163px;
	width: 315px;
	height: 25px;
	text-align: right;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: white;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	z-index: 20;
	left: 330px;
	top: 64px;
	width: 644px;
	min-height: 410px;
	_height: 410px;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 200px;
	margin-bottom: 100px;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 18px;
}

#content hr.bottomr {
	border: none;
	color: rgb(240,191,202);
	background-color: rgb(240,191,202);
	height: 1px;
}

#content hr.bottomg {
	border: none;
	color: rgb(0,127,39);
	background-color: rgb(0,127,39);
	height: 1px;
}

#content hr.bottomb {
	border: none;
	color: rgb(48,158,249);
	background-color: rgb(48,158,249);
	height: 1px;
}

#content img {
	border: none;
}

#content a.print {
	position: relative;
	left: 600px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: rgb(221,221,221);
	text-decoration: none;
}

#content a.print:hover {
	color: rgb(100,100,100);
}

#content p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 18px;
}

div.cb {
	background-image: url('/img/vervolg/blauw/content-top.gif');
}

div.cb a {
	color: rgb(48,158,249);
}

div.cb a:hover {
	color: rgb(48,158,249);
	text-decoration: none;
}

div.cg {
	background-image: url('/img/vervolg/groen/content-top.gif');
}

div.cg a {
	color: rgb(0, 127, 39);
}

div.cg a:hover {
	color: rgb(0, 127, 39);
	text-decoration: none;
}

div.cr {
	background-image: url('/img/vervolg/rood/content-top.gif');
}

div.cr a {
	color: rgb(202,0,50);
}

div.cr a:hover {
	color: rgb(202,0,50);
	text-decoration: none;
}

#navpad {
	position: absolute;
	z-index: 25;
	left: 333px;
	top: 50px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.npr {
	color: rgb(202,0,50);
}

div.npr a {
	color: rgb(202,0,50);
}

div.npb a {
	color: rgb(48,158,249);
}

div.npg a {
	color: rgb(0, 127, 39);
}

#navpad a {
	text-decoration: none;
	margin-right: 4px;
}

#navpad a:hover {
	color: black;
}

#links {
	position: absolute;
	left: 10px;
	top: 217px;
	width: 314px;
	height: 410px;
}

#links h1 {
	position: relative;
	z-index: 10;
	left: 4px;
	width: 294px;
	height: 19px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: white;
	text-align: right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding-right: 12px;
	line-height: 19px;
}

#links div.tbr h1 {
	background-image: url('/img/element/rood/balk-verloop.gif');
}

#links div.tbb h1 {
	background-image: url('/img/element/blauw/balk-verloop.gif');
}

#links div.tbg h1 {
	background-image: url('/img/element/groen/balk-verloop.gif');
}

#links div.txtbox {
	position: relative;
	z-index: 10;
	width: 315px;
	height: auto;
	min-height: 70px;
	_height: 70px;
	background-repeat: repeat-y;
}

#links div.tbr div.txtbox {
	background-image: url('/img/element/rood/boxbg.gif');
}

#links div.tbb div.txtbox {
	background-image: url('/img/element/blauw/boxbg.gif');
}

#links div.tbg div.txtbox {
	background-image: url('/img/element/groen/boxbg.gif');
}

#links div.txttop {
	position: absolute;
	width: 315px;
	height: 68px;
	background-repeat: no-repeat;
}

#links div.tbr div.txttop {
	background-image: url('/img/element/rood/boxtop.gif');
}

#links div.tbg div.txttop {
	background-image: url('/img/element/groen/boxtop.gif');
}

#links div.tbb div.txttop {
	background-image: url('/img/element/blauw/boxtop.gif');
}

#links div.txt {
	position: relative;
	left: 10px;
	width: 290px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
}

#links div.txtfoot {
	position: relative;
	z-index: 10;
	top: -2px;
	width: 315px;
	height: 15px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#links div.tbr div.txtfoot {
	background-image: url('/img/element/rood/bottom.gif');
}

#links div.tbg div.txtfoot {
	background-image: url('/img/element/groen/bottom.gif');
}

#links div.tbb div.txtfoot {
	background-image: url('/img/element/blauw/bottom.gif');
}

#links a {
	text-decoration: none;
	font-weight: bold;
}

#links div.tbr a {
	color: rgb(202,0,50);
}

#links div.tbg a {
	color: rgb(0,127,39);
}

#links div.tbb a {
	color: rgb(48,158,249);
}

#links a:hover {
	text-decoration: none;
	color: black;
}

#links div.arrangementen {
	position: relative;
	left: 3px;
	width: 309px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
}

#links div.arrangementen a {
	display: block;
	height: 25px;
	margin-bottom: 2px;
	padding-left: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	line-height: 25px;
}

#links div.arrangementen a:hover {
	background-color: rgb(202,0,50);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	color: white;
}

#links div.tbr div.arrangementen a {
	background-color: rgb(242,213,220);
}

#links div.tbr div.arrangementen a:hover {
	background-image: url('/img/element/rood/verloop-bg.gif');
}

#links div.tbg div.arrangementen a {
	background-color: rgb(187,222,197);
}

#links div.tbg div.arrangementen a:hover {
	background-image: url('/img/element/groen/verloop-bg.gif');
}

#links div.tbb div.arrangementen a {
	background-color: rgb(197,221,241);
}

#links div.tbb div.arrangementen a:hover {
	background-image: url('/img/element/blauw/verloop-bg.gif');
}

#links div.arrangementen a.meer {
	background: none;
	font-size: 12px;
	height: 14px;
	line-height: 18px;
	text-align: right;
	margin-right: 6px;
}

#links div.tbg div.arrangementen a.meer {
	background: none;
}

#links div.tbb div.arrangementen a.meer {
	background: none;
}

#links div.tbr div.arrangementen a.meer {
	background: none;
}

#links div.arrangementen a.meer:hover {
	color: black;
}

#links form {
	width: 290px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#links input.nl {
	width: 270px;
	height: 18px;
	text-align: right;
	padding-right: 10px;
	color: rgb(121,121,121);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
}

#links div.tbr input.nl {
	border: 1px solid rgb(202,0,50);
}

#links div.tbb input.nl {
	border: 1px solid rgb(48,158,249);
}

#links div.tbg input.nl {
	border: 1px solid rgb(0,127,39);
}

#links input.submit {
	border: none;
	background-color: white;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px;
}

#links div.tbr input.submit {
	color: rgb(202,0,50);
}

#links div.tbb input.submit {
	color: rgb(48,158,249);
}

#links div.tbg input.submit {
	color: rgb(0,127,39);
}

#links #menu a {
	line-height: 18px;
}

#links #menu a:hover {
	color: black;
}

#links #menu a.active {
	color: black;
}

#links #menu a.sub {
	font-weight: normal;
	color: black;
	padding-left: 11px;
}

#links div.tbr #menu a.sub:hover {
	color: rgb(202,0,50);
}

#links div.tbg #menu a.sub:hover {
	color: rgb(0,127,39);
}

#links div.tbb #menu a.sub:hover {
	color: rgb(48,158,249);
}

div.locatie-list {
	position: relative;
	padding-left: 100px;
	height: 64px;
	cursor: default;
}

div.locatie-list h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

div.llr:hover {
	background-color: rgb(242,213,220);
}

div.llg:hover {
	background-color: rgb(187,222,197);
}

div.llb:hover {
	background-color: rgb(197,221,241);
}

div.locatie-list img {
	position: absolute;
	left: 9px;
	top: 8px;
	border: 1px solid rgb(150,150,150);
}

h3.cst a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: black;
	text-decoration: none;
}

span.date-select {
	border: 1px solid rgb(200, 200, 200);
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 1px;
	background-image: url('/img/selectarrow.jpg');
	background-repeat: no-repeat;
	background-position: 75px 1px;
	*background-position: 76px 2px;
	cursor: pointer;
}

#agenda {
	padding-left: 70px;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	color: black;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: black;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: black;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

#lightbox {
	z-index: 90;
	background-color: white;
	padding: 10px;
	border: 1px solid rgb(121,121,121);;
	cursor: move;
}

#lightboxDetails {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding-top: 0.4em;
}	

#lightboxCaption { 
	float: left; 
}

#closeButton{ 
	top: 5px;
	right: 5px;
}

#lightbox img { 
	border: none;
	clear: both;
} 

#overlay {
	display: none;
}

#links a.mg_info {
	cursor: pointer;
}

#links a.mg_info:hover {
	text-decoration: underline;
}

h2 a {
	text-decoration: none;
}

#mplayer-container {
	position: relative;
	background-image: url('/img/mplayer-bg.gif');
	background-repeat: no-repeat;
	background-position: 5px 16px;
	height: 235px;
}

#mplayer-loading {
	visibility: hidden;
	position: absolute;
	left: 12px;
	top: 65px;
	/*top: 30px;*/
	width: 236px;
	height: 80px;
	/*height: 46px;*/
	z-index: 99;
	background-color: white;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	background-image: url('/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 109px 24px;
	/*background-position: 109px 8px;*/
}

#mplayer {
	position: relative;
	left: 5px;
	width: 250px;
	height: auto;
}

#mplayer a {
	color: black;
}

#mplayer a:hover {
	color: black;
}

#mplayer p.mtitle {
	position: relative;
	height: 14px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: black;
	margin: 0;
}

#mplayer p.mfooter {
	position: absolute;
	top: 201px;
	/*top: 106px;*/
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: white;
	background-image: url('/img/mplayer-bottom.gif');
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
}

#mplayer img#mpimg {
	max-width: 250px;
}

div.thema_R {
	position: relative;
	width: 20px;
	height: 17px;
	background-color: rgb(202,0,50);
	background-image: url('/img/logo-elements/roos.gif');
	background-repeat: no-repeat;
}

div.thema_G {
	position: relative;
	width: 20px;
	height: 17px;
	background-color: rgb(0,127,39);
	background-image: url('/img/logo-elements/spargel.gif');
	background-repeat: no-repeat;
}

div.thema_B {
	position: relative;
	width: 20px;
	height: 17px;
	background-color: rgb(48,158,249);
	background-image: url('/img/logo-elements/bes.gif');
	background-repeat: no-repeat;
}

#mplayer {
	border: 1px solid rgb(0,127,39);
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 209px;
}
