body, html
{
	margin:				0px;
	padding:			0px;
	font-family:		Verdana;
	font-weight:		normal;
	font-size:			10px;
	background-color:	#000000;
}

#site
{
	width:			 	100%;
	background-color:	#000000;
}

#banner_left
{
	position: relative;
	left: 375px;
	top: 100px;
}

#banner_left_a
{
	position: relative;
	left: -127px;
	top: -144px;
}

#banner_left_b
{
	position: relative;
	left: -220px;
	top: -103px;
}

#cell_titlephoto
{
	width: 				501px;
	height:				201px;
	background-color:	#000000;
	border-right:		solid 1px #000000;
	border-bottom:		solid 1px #000000;	
}

#cell_banner
{
	width: 				300px;
	height:				92px;
	background-color:	#ffff01;
}

#cell_contactinfo
{
	width: 				200px;
	height:				208px;
	background-color:	#ffff01;
	text-align:			right;
	line-height:		15px;
	border-bottom:		solid 1px #000000;
	padding-top:		10px;
}

#cell_contactinfo div
{
	/*position:			relative;
	top:				-100px;
	left:				-150px;*/
	margin-right:		10px;
}

#cell_keywords
{
	width: 				300px;
	height:				117px;
	background-color:	#ffff01;
	border-bottom:		solid 1px #000000;	
}

#cell_keywords div
{
	margin-left:		10px;
}

#cell_title
{
	text-align:			center;
	background-color:	#ffff01;
	border-right:		solid 1px #000000;
	height:				90px;
}

#cell_title img
{
	margin-top:			20px;
}

#cell_menu
{
	width:				500px;
	height:				30px;
	background-image:	url("images/menu_bar.gif");
	background-repeat: 	repeat-x;
	color:				#ffffff;
	padding-top:		4px;
}

#cell_menu a:active, #cell_menu a:visited, #cell_menu a:hover, #cell_menu a:link 
{
	margin-right: 		20px;
	margin-left:		10px;
	color:				#ffffff;
	text-decoration:	none;
}

#cell_menu a:hover
{
	margin-right: 		18px;
	margin-left:		8px;
	color:				#ffff01;
	text-decoration:	none;
	font-weight:		bold;
}

#cell_menu a:link.show, #cell_menu a:active.show, #cell_menu a:visited.show, #cell_menu a:link.hover, #cell_menu a.show
{
	margin-right: 		16px;
	margin-left:		6px;
	color:				#ffff01;
	text-decoration:	none;
}

#cell_subtitle
{
	width:				500px;
	height:				60px;
	background-color:	#ffffff;
}

#cell_subtitle div
{
	margin-top:			30px;
	margin-left:		15px;	
	color:				#ff0000;
	font-size:			18px;
}

#cell_sidebar, #cell_copyright
{
	width: 				500px;
	background-color:	#ffff01;
	border-right:		solid 1px #000000;	
}

#cell_copyright
{
	font-size:			10px;
	text-align:			right;
}

#cell_copyright div
{
	margin-right:		10px;
}

#cell_body
{
	width: 				500px;
	background-color:	#ffffff;
}

#cell_body div
{
	margin-left:		15px;
	margin-right:		15px;
	font-size:			12px;
	line-height:		24px;
}

td.window_header
{
	background-image:	url("images/window_header.gif");
	background-repeat: 	no-repeat;
	width:				500px;
	height:				55px;
}

td.window_header div
{
	margin-top:			20px;
	margin-left:		55px;
	font-size:			18px;
	color:				#041d67
}

td.window_body
{
	background-image:	url("images/window_body.gif");
	background-repeat: 	repeat-y;
	width:				500px;
	height:				55px;
}

td.window_body div
{
	margin-left:		55px;
	margin-right:		5px;
}

td.window_footer
{
	background-image:	url("images/window_footer.gif");
	background-repeat: 	no-repeat;
	width:				500px;
	height:				19px;
}

span.datum
{
	color:				#999999;
	font-weight:		normal;
}

a.nostyle:link, a.nostyle:active, a.nostyle:visited, a.nostyle:hover
{
	color:				#000000;
	text-decoration:	none;
}

/* voor de slideshow */
div.slideshow {
  /*margin: 18px auto;*/
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #FFF;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}