/* ****************************************
//
//	Regionaal Landschap Houtland
//	Stylesheet
//
//	by Michelangelo's Webdesign
//	http://www.michelangelo.be
//
**************************************** */



 /* ******************************
 //	General
 ****************************** */

 body
	{width: 100%;
	 height: 100%;
	 margin: 0px 0px 0px 0px;
	 background-color: #89a671;

	 font-family: verdana;
	 font-size: 11px;
	 color: #222222;
	 line-height: 14px;
	}

 td
	{font-family: Verdana;
	 font-size: 11px;
	 color: #222222;
	}





 /* ******************************
 //	Navigatie
 ****************************** */


  /* 
  // Hoofdmenu navigatie 
  */

  a.menu1
	{font-weight: bold;
	 font-family: arial;
	 font-size: 11px;
	 color: #ffffff;
	 text-decoration: none;

	 padding: 3px 15px 2px 17px; /* Uitleg: Top - Right - Bottom - Left | 3px 12px 2px 11px */
	 line-height: 21px;
	}
  a.menu1:hover
	{color: #5c5d56;
	 background-color: #aaac9f;
	}




  /* 
  // Submenu navigatie 
  */

  .menu2
	{font-weight: bold;
	 font-family: arial;
	 font-size: 11px;
	 text-decoration: none;

	 color: #71990f;

	 width: 188px;
	 	_height: 22px;		/* enkel herkend door IE, indien inhoud groter, in IE automatisch uitrekken */
	 	min-height: 22px;	/* andere browsers, minimum hoogte ingeven.  Indien inhoud groter, uitrekken */
	 	line-height: 22px;	/* tekst verticaal centraal plaatsen in block */
	 
	 display: block;
	 padding-left: 10px;
	 border-bottom: 1px solid #ffffff;
	 background-color: #C5DD8F;
	}
  .menu2:hover
	{color: #ffffff;
	 background: #71990f;
	}




  /* 
  // Kleine witte navigatie (houtland urls)
  */

  .wtLinkKl
	{color: #ffffff;
	 font-size: 10px;
	 text-decoration: none;
	}
  .wtLinkKl:hover
	{color: #222222;
	}




  /* 
  // groene in-tekst navigatie
  */

  .grLink
  	{color: #71990f;
  	 text-decoration: underline;
  	}
  .grLink:hover
  	{color: #5c5d56;
  	}



  /* 
  // witte landschapskrant navigatie
  */

  .wtLink
  	{color: #ffffff;
  	 text-decoration: underline;
  	 line-height: 15px;
  	}
  .wtLink:hover
  	{color: #71990f;
  	}



  /* 
  // groene in-tekst navigatie, niet onderlijnd en vet
  */

  .grLinkNoL
  	{color: #537010;
  	 font-weight: bold;
  	 text-decoration: none;
  	}
  .grLinkNoL:hover
  	{color: #ffffff;
  	}




  /* 
  // witte in-tekst navigatie, niet onderlijnd en vet
  */

  .wtLinkNoL
  	{color: #ffffff;
  	 font-weight: bold;
  	 text-decoration: none;
  	}
  .wtLinkNoL:hover
  	{color: #537010;
  	}




  /* 
  // Kleine witte navigatie onderlijnd (adres)
  */

  .wtLinkKl2
	{color: #ffffff;
	 font-size: 9px;
	 text-decoration: underline;
	}
  .wtLinkKl2:hover
	{color: #5c5d56;
	}




  /* 
  // Kleine groene navigatie onderlijnd (plaatsbepaling)
  */

  .grLinkKl
	{color: #71990F;
	 font-size: 10px;
	 text-decoration: underline;
	}
  .grLinkKl:hover
	{color: #5c5d56;
	}




  /* 
  // Witte navigatie titel balken opsommingen (bv nieuws)
  */

  .wtLinkTit
	{color: #fff;
	 font-weight: bold;
	 text-decoration: none;
	}
  .wtLinkTit:hover
	{text-decoration: underline;;
	}




  /* 
  // Kleine witte navigatie titel balken opsommingen (bv nieuws)
  */

  .wtLinkTitKl
	{color: #fff;
	 text-decoration: none;
	}
  .wtLinkTitKl:hover
	{text-decoration: underline;;
	}




  /*
  // Credit navigatie
  */

  .credNav
  	{color: #222222;
  	 font-size: 9px;
  	 text-decoration: underline;
  	}
  .credNav:hover
  	{color: #71990f;
  	}









 /* ******************************
 //	Normale teksten
 ****************************** */

  /* 
  // bruine tekst 
  */

  .brTxt
	{font-size: 11px;
	 color: #222222;
	}

 /*
 // groene tekst
 */

  .grTxt
	{font-size: 11px;
	 color: #71990F;
	}

 /*
 // witte tekst
 */

  .wtTxt
	{font-size: 11px;
	 color: #ffffff;
	}




 /* ******************************
 //	Kleine teksten
 ****************************** */


  /* 
  // Kleine groene tekst 
  */

  .grTxtKl
	{font-size: 10px;
	 color: #71990F;
	}



  /* 
  // Kleine witte tekst 
  */

  .wtTxtKl
	{font-size: 10px;
	 color: #ffffff;
	}



  /* 
  // Kleine witte credit tekst 
  */

  .wtTxtCredit
	{font-size: 9px;
	 color: #ffffff;
	}



  /* 
  // Kleine bruine tekst 
  */

  .brTxtKl
	{font-size: 10px;
	 color: #222222;
	}



  /* 
  // Kleine licht bruine tekst 
  */

  .lbrTxtKl
	{font-size: 10px;
	 color: #aaac9f;
	}
  	
  	
  	




 /* ******************************
 //	Titels
 ****************************** */

  /**
   **  normale titel, niveau 1
   */
  
   h1
  	{color: #71990f;
  	 font-size: 11px;
  	 font-weight: bold;
  	 
  	 line-height: 11px;
  	 padding: 0px;
  	 margin: 0px;
  	}


  /**
   **  normale witte titel, niveau 2
   */
  
   h2
  	{color: #fff;
  	 font-size: 11px;
  	 font-weight: bold;
  	 
  	 line-height: 11px;
  	 padding: 0px;
  	 margin: 0px;
  	}


  /**
   **  normale titel, niveau 3
   */
  
   h3
  	{color: #71990f;
  	 font-size: 11px;
  	 font-weight: bold;
  	 
  	 line-height: 11px;
  	 padding: 0px;
  	 margin: 0px;
  	}


  /**
   ** submenu titel
   */

   .wtTitel
  	{color: #ffffff;
  	 font-weight: bold;
  	}
  	
  	
  	




 /* ******************************
 //	Lijsten
 ****************************** */

  /*
  // VZW-structuur lijst
  */

  .vzwlist
  	{padding: 0px;
  	 margin-top: 5px;
  	 margin-left: 35px;

  	 list-style-type: square;
  	 color: #537010;
  	 
  	 
  	}

  .vzwlist li
  	{padding-bottom: 10px;
  	 padding-left: 10px;
  	}



  /*
  // UL - unordered list
  */

	/*
	// In tekst lijst niveau 1 (unordered)
	*/

	  .tekstUList
		{padding: 0px;
		 margin: 5px 0px 10px 30px;

		 list-style-type: square;
		 color: #537010;
		}

	  .tekstUList li
		{padding-bottom: 7px;
		 padding-left: 5px;
		}

	/*
	// In tekst lijst niveau 2 (unordered)
	*/

	  .tekstUList2
		{padding: 0px;
		 margin: 5px 0px 0px 40px;

		 list-style-type: circle;
		 color: #ff9900; 
		}

	  .tekstUList2 li
		{padding-bottom: 2px;
		}
		
		

  /*
  // In tekst lijst (ordered)
  */

  .tekstOList
  	{padding: 0px;
  	 margin-top: 20px;
  	 margin-left: 30px;
  	}

  .tekstOList li
  	{padding-left: 5px;
  	}





 /* ******************************
 //	Foto's
 ****************************** */
 
  /*
  // randen
  */
  
  .rand
  	{border: 1px solid #89a671;
  	}








/* ******************************
**   forms
*/

 .nbform, .nbtext
 	{font-family: Verdana;
 	 font-size: 11px;
	 color: #71990f;
	
	 width: 240px;
 	 margin: 4px 0px 4px 0px;
 	 padding: 3px 1px 3px 1px;

	 border-color:#71990f;
	 ackground-color: #C5DD8F;
	 border-style:solid;
	 border-width: 1px;
 	}
  
  .nbtext
  	{height: 150px;
  	}
  	
 .nbsend
	{background-color: #71990f;
	 width: 90px;
	 color: #fff;

	 border-color:#71990f;
	 border-style:solid;
	 border-width: 1px;
	 
	 margin: 20px 0px 0px 0px;
	}






 

 /* ******************************
 //	Kaart houtland
 ****************************** */


  /*
  // Kaart nummers navigatie (grote witte cijfers)
  */

  .nrKaart
	{font-family: arial;
	 font-size:50px;
	 font-weight:900;
	 color:#ffffff;
	 text-decoration: none;
	 line-height: 50px;
  	}
  .nrKaart:hover
  	{color: #537010;
  	}
  

  /*
  // Kaart nummers navigatie (kleinere witte cijfers)
  */

  .nrKaartKl
	{font-family: arial;
	 font-size:30px;
	 font-weight:900;
	 color:#ffffff;
	 text-decoration: none;
	 line-height: 30px;
  	}
  .nrKaartKl:hover
  	{color: #537010;
  	}


	/*
	// Actieve kaart nummer (zie nrKaartKl maar groen)
	*/
	.nrKaartKlAct
		{font-family: arial;
		 font-size:25px;
		 font-weight:900;
		 color:#537010;
		 line-height: 25px;
		}
	

  	
  	
  /*
  // Rode stad links
  */
  
  .kaartRood
  	{font-size: 9px;
  	 color: #A0343C;
  	 text-decoration: none;
  	 font-weight: bold;
  	}
  .kaartRood:hover
  	{text-decoration: underline;
  	}

  
  	/*
  	// Rode steden (niet klikbaar)
  	*/

	.kaartRoodTxt
		{font-size: 9px;
		 color: #A0343C;
		 font-weight: bold;
		}  
  
  
  
  /*
  // Groene bos/natuur links
  */
  
  .kaartGroen
  	{font-size: 9px;
  	 color: #33955B;
  	 text-decoration: none;
  	 font-weight: bold;
  	}
  .kaartGroen:hover
  	{text-decoration: underline;
  	}
  	
  	
  	
  /*
  // Blauwe water links
  */
  
  .kaartBlauw
  	{font-size: 9px;
  	 color: #205CA8;
  	 text-decoration: none;
  	 font-weight: bold;
  	}
  .kaartBlauw:hover
  	{text-decoration: underline;
  	}  	
  	