html {
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 100%;
}

body {
	background-color: #000055;
	background-image: none;
	background-repeat: repeat;
	background-position: bottom center;
	margin: 0px 0px 0px 0px;
	color: #000000;
	width: 100%;
	height: 100%;
	border: 0px 0px 0px 0px;
	text-align: center;
}

.printbody {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: bottom center;
	margin: 0px 0px 0px 10px;
	color: #000000;
	width: 100%;
	height: 100%;
	border: 0px 0px 0px 0px;
	text-align: left;
}

}

/*= Andere =*/
input, select, textarea {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: Normal;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #00;
	text-decoration: underline;
}

a.bluelink
{
	background-color: #000055;
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
}
a.bluelink:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	text-align: left;
	font-size: 16pt;
	font-weight: normal;
	color: #FF9900;
	padding-bottom: 4px;
}

td {
	text-align: left;
	font-size: 10pt;
	border: none;
	font-weight: normal;
}

td.textright {
	text-align: right;
}

td.pad10l {
	padding-left: 10px;
}

td.textcenter {
	text-align: center;
}

/* CONTAINERS */
.container{
	width:1000px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 10pt;
}

/* = Menu Container =*/
.menu_container{
	background-color:#EEEEEE;
	width: 160px;
	vertical-align: top;
	font-family: Verdana;
}

/*=== Hoofdmenu ===*/
#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

#menu li
{
	float: left;
	line-height: normal;
	margin: 0;
	width: 160px;
}

#menu ul li a
{
	background-color: #FF9900;
	color: #FFFFFF;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 8px 18px 7px 15px;
}

#menu ul li a:hover
{
	background: #FFFFFF;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#menu ul li a#current
{
	background: #FFFFFF;
	color: #000000;
	border-bottom: 2px solid #CCCCCC;
	font-weight: normal;
}

/*=== Submenu ===*/
#submenu {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}

#submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu li
{
	float: left;
	line-height: normal;
	margin: 0;
	width: 160px;
}

#submenu ul li a
{
	background-color: #EEEEEE;
	color: #000000;
	display: block;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	padding: 7px 0px 7px 25px;
 
}

#submenu ul li a:hover
{
	background: #FF9900;
	color: #FFFFFF;
}

#submenu ul li a#current
{
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}

/* = Content Container =*/
#content_container{
	background-color:#FFFFFF;
	width: 828px;
	vertical-align: top;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
}

#content_container a {
	color: #000000;
	text-decoration: none;
}

#content_container a:hover{
	color: #000000;
	text-decoration: none;
}

#content_container .h2 {
	text-align: left;
	font-weight: bolder;
	font-size: 12pt;
	padding: 4px 0px 2px 0px;
}

#content_container .h3 {
	text-align: left;
	font-weight: bolder;
	font-size: 10pt;
	font-style: italic;
	padding: 0px 0px 2px 0px;
}

#content_container .spacer5 {
	height: 5px;
}

#content_container .spacer10 {
	height: 10px;
}

#content_container .arrows {
	padding: 0px 5px 0px 3px;
	overflow: visible;
}

#content_container .row1{
	background-color: #FFFFFF;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 2px;
	font-weight: normal;
	border: 0px;
}

#content_container .row2{
	background-color: #EEEEEE;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 2px;
	font-weight: normal;
	border: 0px;
}

#content_container .date {
	color: #CCCCCC;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 8pt;
	padding: 4px 0px 4px 0px;
	width: 5%;
}

#content_container .concat {
	color: #CCCCCC;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 8pt;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

#content_container .head {
	color: #FF9900;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 10pt;
	padding: 4px 4px 4px 4px;
}
/* = Link container = */
#link_container {
	float: left;
	padding-bottom: 5px;	
}
#link_container_img{
	text-align: center;
	padding: 5px;
	float: none;
}

.link_container_title {
	text-align: center;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
	font-style: italic;
	padding: 5px 20px;
}

/* = Horizontal navigation Container = */
#hornavi {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#hornavi ul
{
	list-style-type: none;
	margin: 0;
	padding: 6px 50px;
}

#hornavi ul li
{
	float: left;
	line-height: normal;
	margin: 0;
}

#hornavi ul li a
{
	float: left;
	display: block;
	padding: 6px 24px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FF9900;
	font-weight: bolder;
}

#hornavi ul li a:hover, #hornavi ul li a:active, #hornavi ul li a#current
{
	background: #FF9900;
	color: #FFFFFF;
}

/* = Alfabet Container = */
#Alfabetindex {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#Alfabetindex ul
{
	list-style-type: none;
	margin: 0;
	padding: 6px 10px 30px 30px;
}

#Alfabetindex ul li
{
	float: left;
	line-height: normal;
	margin: 0;
}

#Alfabetindex ul li a
{
	float: left;
	display: block;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bolder;
}

#Alfabetindex ul li a:hover, #Alfabetindex ul li a:active
{
	background: #FF9900;
	color: #FFFFFF;
}

#AlfabetItem {
	margin: 0;
	padding: 0;
	width: 100%;
}

#AlfabetItem ul
{
	list-style-type: none;
	margin: 0;
	padding: 2px 10px 2px 30px;
}

#AlfabetItem ul li
{
	line-height: normal;
	margin: 0;
}

#AlfabetItem h3 {
	font-weight: bolder;
	padding: 10px 10px 0px 20px;
}

#AlfabetItem .Titel {
	font-weight: bolder;
}

#AlfabetItem a {
	text-decoration: none;
	border-bottom: 1px solid #FF9900;
}
/* = Home container = */

#home_container{
	background-color:#FFFFFF;
	width: 830px;
	vertical-align: top;
	font-size: 10pt;
	font-family: Verdana;
	text-align:left;
	padding: 0px 0px 0px 0px;
}

#home_container_left {
	width: 640px;
	border-right: 2px solid #cccccc;
}

#home_container_left .date {
	color: #CCCCCC;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 8pt;
	padding: 4px 0px 4px 10px;
	width: 5%;
}

#home_container_left .concat {
	color: #CCCCCC;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 8pt;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

#home_container_left .head {
	color: #FF9900;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 10pt;
	padding: 4px 4px 4px 4px;
}

#home_container_left .text {
	border-bottom: 2px solid #FFFFFF;
	padding: 0px 0px 0px 10px;
}

#home_container_left .verder {
	text-align: right;
	padding: 2px 10px 2px 0px;
	font: small-caps bolder 10pt;
	background-color: #cccccc;
}

#home_container_left .verder a:hover {
	text-decoration: none;
	background-color: #FF9900;
	color: #FFFFFF;
}

#home_container_right {
	width: 180px;
	font-weight: bolder;
}

#home_container_right td{
	padding: 0px 10px 0px 10px;
}

#home_container_right .head {
	color: #FF9900;
	border-bottom: 2px solid #FFFFFF;
	font: small-caps bold 10pt;
	padding: 4px 4px 4px 4px;
}

#home_container_right .day {
	background-color: #cccccc;
	font: bold;
	border-bottom: 2px solid #FFFFFF;
}

#home_container_right .name {
	background-color: #eeeeee;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 4px 4px 10px;
}


/* ADMINISTRATIE GEDEELTE */

.error{
	color: red;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.button {
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px solid;
   width: 85px;
}

.button-over {
	font-weight: normal;
	color: #000000;
	background-color: #FF9900;
	border: 0px solid;
   width: 85px;
}
.button115 {
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px solid;
   width: 115px;
}

.button115-over {
	font-weight: normal;
	color: #000000;
	background-color: #FF9900;
	border: 0px solid;
   width: 115px;
}

.button125 {
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px solid;
   width: 125px;
}

.button125-over {
	font-weight: normal;
	color: #000000;
	background-color: #FF9900;
	border: 0px solid;
   width: 125px;
}

/*= Administratie container =*/

#admin_container {
	
}

#admin_container table {
	width: 100%;
	padding: 0px 0px 0px 0px;
	page-break-after: always;
}

#admin_container table.border {
	border: 1px solid #000000;	
	width: 100%;
}

#admin_container .h3 {
	text-align: left;
	font-weight: bolder;
	font-size: 10pt;
	font-style: italic;
	padding: 0px 0px 4px 2px;
}

#admin_container th {
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 2px 2px;
}

#admin_container .row1 {
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 2px 0px 5px;
}

#admin_container .row2 {
	background-color: #EEEEEE;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 2px 0px 5px;
}

#admin_container .sortLink {
	font-family: webdings;
	font-size: 8px;
	color: #000000;
	text-decoration: none
}

#admin_container .sortOrder {
	font-family: webdings;
	font-size: 8px;
	color: #000000;
	background-color: #FF9900;
	text-decoration: none
}

#admin_container a.filter
{
	color: #000000;
	text-decoration: none;
}

#admin_container a.filter:hover
{
	background: #FF9900;
	color: #FFFFFF;
}

/* Foto's */
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid #CCCCCC;
}
.highslide:hover img {
	border-color: #FF9900;
}

.highslide-active-anchor img {
    visibility: hidden
}

.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: hidden;
	cursor: default;
}
.highslide-image {
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
}

.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #000000;
}
.highslide-image-blur {
}

.highslide-dimming {
	position: absolute;
	background: #000000;
}

.highslide-loading {
	display: block;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #ffffff;
	background-color: #000000;
	padding-left: 22px;
	background-image: url(foto/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-loading {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-overlay {
	display: none;
}

/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(foto/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/


.highslide-controls {
	width: 165px;
	height: 50px;
	background: url(foto/graphics/controlbar-black.gif) 0 -90px no-repeat;
	margin: 2px 15px -9px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(foto/graphics/controlbar-black.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(foto/graphics/controlbar-black.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

.highslide-controls .highslide-move {
   display: none;
}

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'boxer' */
.boxer .highslide-caption {
	display: none;
	border-top: none;
	font-size: 10pt;
	padding: 5px;
  color: #000000;
	background: #ffffff;
  border: 0px solid #ffffff;
}

.boxer .highslide-loading {
	display: block;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #ffffff;
	background-color: #000000;
	padding-left: 22px;
	background-image: url(foto/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.boxer .highslide-heading {
   text-align: center;
   background: #000000; 
   font-size: 8pt;
   color: #ffffff;
   padding: 2px;
   height: 24px;
}
