html, body {
	margin:				0;
	padding:			0;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			12px;
	color: 				#001D39;
	text-align:			center;
	height:				100%;
	min-height:			100%;
	background-color:	#000000;
	background: 		#f0f9fd url(../images/back_body.jpg) repeat-x fixed bottom;
}

ul,ol,li,h1,h2,h3,p, img, div {
	padding:			0;
	margin:				0;
	border:				none;
}

.agendaLink {
	font-weight: normal;
}

a, a:hover, a:visited {
	color: #044666;
	border: none;
}

a.bold, a.bold:hover, a.bold:visited {
	color: #8D8D8E;
	font-weight: bold;
}

.imgContainer {
	float: right;
	padding-bottom: 10px; 
	margin-left: 10px;
	width: 288px;
}

.imgContainer img {
	margin-bottom: 5px;
}
p {
	padding-left: 10px;
}

ul li {
	list-style-position: inside;
}

ul.hoofd li {
	list-style-position: outside;
}
#content_right li {
	margin-left: 10px;
}

.content li {
	margin-left: 10px;
}

.content table {
	margin-left: 10px;
}
.blauw {
	border-bottom: 1px solid #8dddf4;	
}

.blauwTop {
	border-top: 1px solid #8dddf4;	
	font-weight: 700;
}
.rood {
	border-bottom: 1px solid #d19480;
}

.groen {
	border-bottom: 1px solid #044666;
}


h1 {
	font-size: 12pt;
	color: #044666;	
	padding-left: 10px;	
}

/* ========================================================================= */
/* DIV columns */

#outer{
	position:			relative; /* needed for footer positioning*/
	margin:				0 auto; /* center, not in IE5 */
	text-align:			left;
	width:				930px;
	margin:				auto;
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	background: 		#fff url(../images/outer_shadow.gif) repeat-y top right;
}

.header {
	height:				214px;
	width: 932px;
}

.headerMenu {
	position: absolute;
	right: 10px;
}

#footer {
	position:			absolute;
	bottom:				0;
	left:				0;
	height:				20px;
	width:				930px;
	text-align:			left;
}

#footer span {
	margin-left: 20px;
}

#footer span a{
	font-weight: 700;
	text-decoration: none;
}

#footer span a:hover{
	font-weight: 700;
	text-decoration: none;
}

#footer span a:visited{
	font-weight: 700;
	text-decoration: none;
}

.headerMenuBlock {
	list-style-type: none;
	float: left;
}

.headerMenuBlock a {
	display: block;
	background-color: #9ae75d;
	color: #2b4a1d;
	text-decoration: none;
	border: 1px solid #fff;
	border-top: none;
	height: 20px;
	margin-right: 3px;	
	margin-left: 3px;
	line-height: 1.5;
	text-transform: lowercase;
	width: 80px;
	text-align: center;	
}

.headerMenuBlock a.selected {
	text-decoration: none;
	text-transform: lowercase;
	background-color: #fff;
}

.headerbalk {
	height: 15px;
	background-color: #009ee0;
}

.leftContainer {
	position: relative;
	top: -170px;
	left: 20px;
	width: 212px;
	float: left;
}

.rightContainer {
	float: right;
	width: 670px;
	
}

.menu {
	width: 212px;
	background-color: #009ee0;
}

.hoofd {
	padding: 0;
	margin: 0;
}

.hoofd li {
	height: 25px;
	background-color: #9ae75d;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	line-height: 1.9;
}

.hoofd li a {
	color: #044666;
	text-decoration: none;
	margin-left: 10px;
}

.hoofd li.selected {
	background-color: #009ee0;
	color: #FFF;
	height: 25px;	
	list-style-type: none;
	border-bottom: 1px solid #fff;
	line-height: 1.9;	
}

.hoofd li.selected a {
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;	
}

.hoofd li.submenu {
	height: 25px;
	background-color: #b5e3f6;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	line-height: 1.9;	
}

.hoofd li.submenu a {
	color: #044666;
	text-decoration: none;
	margin-left: 20px;
}

.hoofd li.submenu a.subSelected {
	color: #044666;
	text-decoration: underline;
	margin-left: 20px;
}

.agenda {
	margin-top: 10px;
	background: url(../images/gradient_blauw.jpg) repeat-x top left;
	border: 1px solid #8dddf4;
}

.meer_weten {
	margin-top: 10px;
	background: url(../images/gradient_rood.jpg) repeat-x top left;
	border: 1px solid #d19480;
}

.meer_weten li {
	margin-left: 10px;
	list-style-position: inside;
}

.meer_weten li a {
	text-decoration: none;
}

.zoekbalk {
	text-align: right;
	height: 20px;
	margin-top: 5px;
	padding-right: 20px;
}

.content {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.inleiding {
	background: url(../images/gradient_blauw.jpg) repeat-x top left;
	border: 1px solid #8dddf4;
	width: 640px;
}

.informatie {
	padding-top: 20px;
}

.informatieLinks {
	display: block;
	background: url(../images/gradient_blauw.jpg) repeat-x top left;
	border: 1px solid #8dddf4;	
	float: left;
	width: 320px;
	height: 120px;
}

.informatieRechts {
	background: url(../images/gradient_rood.jpg) repeat-x top left;
	border: 1px solid #d19480;
	float: right;
	width: 320px;
	height: 120px;	
}

.bannerContainer {
	padding-top: 20px;
}

.banner {
	background: url(../images/gradient_groen.jpg) repeat-x top left;
	border: 1px solid #ccf3ae;
}

.boxgroen {
	background: url(../images/gradient_groen.jpg) repeat-x top left;
	border: 1px solid #ccf3ae;
}

.boxblauw {
	background: url(../images/gradient_blauw.jpg) repeat-x top left;
	border: 1px solid #8dddf4;
}

.boxrood {
	background: url(../images/gradient_rood.jpg) repeat-x top left;
	border: 1px solid #d19480;
}

.rubriekAdres {
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #8dddf4;
}

.rubriekAdres p {
	padding-left: 10px;
}

.rubriekTable p {
	margin-left: 0;
	padding-left: 0;
}

#player_container {
	position: relative;
	left: 10px;
	background-color:#eee;
	width:418px;
	height:100px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("../images/player/spirites.jpg") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("../images/player/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("../images/player/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("../images/player/spirites.jpg") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("../images/player/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("../images/player/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("../images/player/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("../images/player/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../images/player/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:274px;
	top:32px;
	background: url("../images/player/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:346px;
	top:32px;
	background: url("../images/player/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("../images/player/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("../images/player/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:292px;
	top:37px;
	background: url("../images/player/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../images/player/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}

#player_container2 {
	position: relative;
	left: 10px;
	background-color:#eee;
	width:418px;
	height:100px;
	border:1px solid #009be3;
}
#player_container2  ul#player_controls2 {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container 2 ul#player_controls2 li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play2,
#player_pause2 {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play2 {
	background: url("../images/player/spirites.jpg") 0 0 no-repeat;
}
#player_play2.different_prefix_example_hover2 {
	background: url("../images/player/spirites.jpg") -41px 0 no-repeat;
}
#player_pause2 {
	background: url("../images/player/spirites.jpg") 0 -42px no-repeat;
}
#player_pause2.different_prefix_example_hover2 {
	background: url("../images/player/spirites.jpg") -41px -42px no-repeat;
}
#player_stop2 {
	position: absolute;
	left:90px;
	top:26px;
	background: url("../images/player/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop2.different_prefix_example_hover2 {
	background: url("../images/player/spirites.jpg") -29px -83px no-repeat;
}
#player_progress2 {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar2 {
	background: url("../images/player/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar2.different_prefix_example_buffer2 {
	background: url("../images/player/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar2 {
	background: url("../images/player/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min2 {
	position: absolute;
	left:274px;
	top:32px;
	background: url("../images/player/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max2 {
	position: absolute;
	left:346px;
	top:32px;
	background: url("../images/player/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min2.different_prefix_example_hover2 {
	background: url("../images/player/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max2.different_prefix_example_hover2{
	background: url("../images/player/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar2 {
	position: absolute;
	left:292px;
	top:37px;
	background: url("../images/player/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value2{
	background: url("../images/player/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message2 {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title2 {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time2,
#total_time2 {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time2 {
	float:left;
}

#total_time2 {
	float:right;
	text-align: right;
}
