/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
}

img, fieldset {
   border: 0;
}

p, h2, h3, h4, h5, h6, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
	color: #000000;
	font-family: arial, verdana;
	font-size: 13px;
}

h2 {
	font-size: 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

td#menu-balk {
   width: 678px;
   background-color: #EC6B00;
}

.menu {
	text-align: center;
	padding-top: 5px;
}

.menu a {
	color: #ffffff;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	background-color: #F19040;
}

.content {
	color: #000000;
	font-family: arial, verdana;
	font-size: 13px;
	padding: 10px 21px 50px 21px;
   text-align: left;
}

.content a {
   color: #890E18;
   text-decoration: none;
}

.content h1 {
   font-size: 14px;
   text-weight: bold;
	color: #890E18;
}

.footer {
	color: #eeeeee;
	font-family: arial, verdana;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}

.footer a {
	color: #eeeeee;
	font-family: arial, verdana;
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
	padding: 3px;
}


#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}

/*****************************************************************************************************/
/* FOTOGALLERIJ / FOTOALBUM                                                                          */
/*****************************************************************************************************/
.imgAlbumList {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

.imgAlbumBox {
   padding: 5px;
   clear: both;
   height: 42px;
}

.imgAlbumBox img { border: 1px solid black; }
.imgAlbumBox a { display: block; width: 100%; height: 100%; line-height: 40px; }

.imgAlbumBox:hover ,
.imgAlbumBox_hover {
   padding: 4px;
   border: 1px dotted #999999;
   background: #F9F9F9;
   height: 42px;
}

.imgLink { background: #F0F0F0; }
.imgLink a { display: block; border: 1px solid #aaaaaa; line-height: 90px; height: 90px; width: 120px; text-align: center; vertical-align: middle; }


/******************************************************************************************************
	PROJECT-SPECIFIEK
******************************************************************************************************/
* {

}

body {

}

.divHide {
   visibility: hidden;
   display:none;
}

.divShow {
   visibility: visible;
   display: inline;
}

#TxtOnzin {
   /*display: none;*/
}

.contact-field1, .contact {
   width: 300px;
}

.contact-textarea1 {
   width: 300px;
   height: 100px;
}

.contact-label {
   vertical-align: top;
   font-weight: bold;
}

.text-small {
   font-size: 10px;
   font-style: italic;
}

.validate_error {
   background-color: #F5B57F;
}

div#sponsors {
   position: absolute;
   height: 18px;
   width: 100px;
   z-index:1;
   margin-top: 78px;
   margin-left: 620px;
}

div#sponsors a {
   font-family: arial;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
   font-weight: bold;
}

div#container {
   width: 800px;
	margin-left: auto;
	margin-right: auto;
}