/* 
CSS Versie 2.1 		http://www.ngb.be - 2006-01-22 
CSS Versie 2.1.1 	http://www.ngb.be - 2006-02-27 
CSS versie 2.1.2	http://www.ngb.be - 2006-06-26
CSS versie 2.2		http://www.ngb.be - 2008-09-24
CSS versie 2.2.1	http://www.ngb.be - 2008-10-02
CSS Versie 2.2.2	http://www.ngb.be - 2008-11-04
CSS Versie 2.2.3	http://www.ngb.be - 2010-02-21
*/

body {
     background-color: #397BE7;
     font-family: "Comic Sans Ms", "Times New Roman", sans-serif;
     font-weight: normal;
     font-size: 13px;
     color: #ffffff;
     }

/* Algemene pagina opmaak */

table.default {
              width: 90%;
              }

td.inhoud {
          padding: 0px 20px 20px 20px;
          font-size: 14px;
          text-align: left;
          }

.blinkvanger {
	text-align: right;
}

td.foot {
        padding-top: 2px;
        padding-bottom: 2px;
        border-style: solid;
        border-width: 1px;
        text-align: center;
        font-weight: bold;
        }

/* Tekst */

	/* Opmaak */
.vet {
	font-weight: bold;
}

.cursief {
	font-style: italic;
}

.footer {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

.paginatitel {
              font-size: 25px;
              padding-left: 10px;
              }

.foutmelding {
	font-size: 14px;
	color: #FFFF00;
	background-color: #397BE7;
	text-align: left;
	font-weight: bold;
}

.alert {
           font-size: 13px;
           color: yellow;
           }

.subtitel {
           font-size: 20px;
           padding-left: 20px;
           }

.prikbordtitel, .prikbordfooter {
                   display: block;
                   background-color: #1B68DB;
                   font-style: italic;
                   text-align: right;
                   padding: 2px 10px;
                   border-color: #ffffff;
	           border-style: solid;
                   }

.prikbordtitel {
	border-width: 1px 1px 0px 1px;
}

.prikbordfooter {
	border-width: 0px 1px 1px 1px;
}


.prikbordbericht {
                     display: block;
		     padding: 0px 5px;
                     }

	/* Uitlijning */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Tabellen (in een pagina) */

	/* Tabellen voor algemene formulieren */

table.form {
	font-size: 14px;
	background-color: #397BE7;
	padding: 5px;
	width: 100%;
}

td.form_left {
	padding: 5px;
	text-align: right;
	width: 40%;
}

td.form_right {
	padding: 5px;
	text-align: left;
	width: 60%;
}

	/* Tabellen voor formulieren in webshop */

table.webshop {
	width: 100%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	}

.webshop_hoofd {
                 font-weight: bold;
                 }

.webshop_1, td.webshop_2, td.webshop_3 {
             width: 25%;
             text-align: center;
	     border-width: 1px;
	     border-style: solid;
             border-color: #ffffff;
             }

.webshop_4 {
             width: 25%;
             text-align: right;
             }

	/* Tabel van prikbordberichten */

table.prikbord {
               width: 100%;
               }

	/* Tabel voor een opsomming */

table.opsomming {
                font-size: 13px;
                width: 100%;
                }

.opsomming_left {
                  width: 25%;
                  }

.opsomming_right {
                   width: 75%;
                   }

	/* Tabel voor HallOffFame */

.hallofffame {
		border-collapse: collapse;
		width: 100%;
}

.hallofffame_cel, .hallofffame_cel_center {
		border-width: 1px;
		border-style: solid;
		border-color: #ffffff;
}

.hallofffame_cel_center {
	text-align: center;
}

/* Formulieropmaak */

input.default, select.default, textarea.default {
	background-color: #1B68DB;
	color: #ffffff;
	font-weight: bold;
	border: 1px;
	border-style: dotted;
}

input.default_center
{
	background-color: #1B68DB;
	color: #ffffff;
	font-weight: bold;
	border: 1px;
	border-style: dotted;
	text-align: center;
}

/* Opmaak van het menu */

.menu {
        width: 192px;
        font-size: 15px;
        background-image: url(images/menu.gif);
        }

	/* Item die alleen staat, zoals bijvoorbeeld Home, contact, ... */

.menu_alleen {
          display: block;
          border-width: 1px;
          border-color: #ffffff;
          border-style: solid;
          padding: 3px;
          text-align: center;
          }

	/* Inhoud in de kader naast Home (de newsticker) */

.head {
          display: block;
          padding: 0px;
          text-align: center;
}

	/* Eerste item in een blok van het menu */

.menu_eerste {
                 display: block;
                 border-top-width: 1px;
                 border-top-color: #ffffff;
                 border-top-style: solid;
                 border-right-width: 1px;
                 border-right-color: #ffffff;
                 border-right-style: solid;
                 border-left-width: 1px;
                 border-left-color: #ffffff;
                 border-left-style: solid;
                 padding: 3px;
                 text-align: center;
                 }

	/* Tussenliggende items in een menu blok */

.menu_tussen {
                 display: block;
                 padding: 3px;
                 text-align: center;
                 }

	/* Laatste item in een menu blok */

.menu_laatste {
                 display: block;
                 border-bottom-width: 1px;
                 border-bottom-color: #ffffff;
                 border-bottom-style: solid;
                 border-right-width: 1px;
                 border-right-color: #ffffff;
                 border-right-style: solid;
                 border-left-width: 1px;
                 border-left-color: #ffffff;
                 border-left-style: solid;
                 padding: 3px;
                 text-align: center;
                 }


/* Opmaak van links */

a:link, a:active, a:visited {
   text-decoration: underline;
   color: #ffffff;
   }

a:hover {
        text-decoration: none;
        color: #ffffff;
        cursor: default;
        }

.menu a:link, .menu a:active, .menu a:visited {
       text-decoration: none;
       color: #FDFF65;
       }

.menu a:hover {
             text-decoration: none;
             color: #0004B6;
             cursor: pointer;
             }

.home a:link, .home a:active, .home a:visited {
       text-decoration: none;
       color: #FDFF65;
       }

.home a:hover {
             text-decoration: none;
             color: #0004B6;
             cursor: pointer;
             }

.nb a:link {
     text-decoration: none;
    }

.nb a:active {
            text-decoration: none;
            }

.nb a:visited {
             text-decoration: none;
             }

.nb a:hover {
           text-decoration: none;
           }

/* Specifieke opmaak voor het Secure gedeelte van Ngb.be */



/* Overige */

hr.default {
	background-color: #FEFFAF;
	width: 500px;
	height: 3px;
	text-align: center;
}

/* Begin CSS Lightbox foto album */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/fotoalbum/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/fotoalbum/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/fotoalbum/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* einde CSS Lightbox foto album */
