/* HISTORY NAVIGATIE */

.history {
        font-weight: normal;
	font-size: 10px;
	margin-bottom: 5px;
  }
.history a {
        font-weight: normal;
	font-size: 10px;
	margin-bottom: 5px;
  }
.history a:visited {
        font-weight: normal;
	font-size: 10px;
	margin-bottom: 5px;
  }
.history a:hover {
        font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 5px;
  }

/* MODULE NAVIGATIE */

.navGlobal
{
	 color: #CCC;
	 font-weight: bold;
	 text-align: center;
	 font-size: 12px;
	 text-decoration: none;
}
.navGlobalLeft
{
	text-align: left;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.navGlobal a 
{	 color: #CCC;
	 text-decoration: none;
	 font-weight: bold;
	 background-color: #006699;
	 padding: 2px 8px 2px 8px;
	 font-size: 12px;
}

.navGlobal a:visited, #navGlobalVisited
{        color: #CCC;
	 padding: 2px 8px 2px 8px;
	 text-decoration: none;
	 font-weight: bold; 
		 }

.navGlobal a:hover, #navGlobalSelected
{        color: #000;
	 background-color: #ea8a29;
	 padding: 2px 8px 2px 8px;
	 text-decoration: none;
	 font-weight: bold;
}

.navCurrentPage
{
         color: #000;
	 background-color: #ea8a29;
         padding: 2px 8px 2px 8px;
         font-weight: bold;
	 text-decoration: none;
}
.navCurrentSubPage
{
         color: #000;
         background-color: #999;
         padding: 0px 8px 0px 8px;
         font-weight: bold;
         text-decoration: none;
}

