/* **************************************
*
*	Stylesheet 12/07/2004
*	INP v.2
*
*	by Michelangelo's Webdesign
*	www.michelangelo.be
*
*************************************** */


/* *************************
*	Algemeen
************************* */

  body
	{cursor: default;
	 padding: 0px;
	 margin: 0px;
	 background-color: #006C90;
	 height: 100%;

	 color: #006283;
	 font-family: verdana, sans-serif;
	 font-size: 11px;
	}

 .td
	{color: #006283;
	 font-family: verdana, sans-serif;
	 font-size: 11px;
	}




	/* Kleine lettertype voor aligneren */
	
		.kleinLet
			{font-family: Verdana;
			 font-size: 6px;
			}
	/* Grote lettertype voor aligneren */
	
		.grootLet
			{font-family: Verdana;
			 font-size: 13px;
			}

	/* Grote lettertype 2 voor aligneren */
	
		.grootLet2
			{font-family: Verdana;
			 font-size: 15px;
			}


			

	/* Lettertype voor spreuk, bedrijfsnaam en titels */

		.logoSpreuk
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 color: #006283;
			}
		.logoSpreuk_OR
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 color: #ff9900;
			}
		.logoSpreuk_WT
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 color: #ffffff;
			}

			
		.logoName_BL
			{font-family: Arial, sans-serif;
			 font-size: 15px;
			 font-weight: bold;
			 color: #006283;
			}
		.logoName_OR
			{font-family: Arial, sans-serif;
			 font-size: 17px;
			 font-weight: bold;
			 color: #ff9900;
			}



	/* gewone lettertypes */

		.tekst_BL
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 color: #006283;
			}
		.tekst_OR
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 color: #ff9900;
			}
		.tekst_WT
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 color: #ffffff;
			}


	/* grote lettertypes */

		.tekst_BL-gr
			{font-family: Verdana, sans-serif;
			 font-size: 12px;
			 font-weight: bold;
			 color: #006283;
			}
		.tekst_OR-gr
			{font-family: Verdana, sans-serif;
			 font-size: 12px;
			 font-weight: bold;
			 color: #ff9900;
			}
		.tekst_WT-gr
			{font-family: Verdana, sans-serif;
			 font-size: 12px;
			 font-weight: bold;
			 color: #ffffff;
			}
		

	/* kleine lettertypes */

		.tekst_OR-kl
			{font-family: Verdana, sans-serif;
			 font-size: 10px;
			 color: #ff9900;
			}






	/* Hoofdnavigatie */

		  .navMain
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 text-decoration: none;
			 color: #006c90;
			}
		  .navMain:hover
			{color: #ff9900;
			}


	/* Subnavigatie */

		  .navSub
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 text-decoration: none;
			 color: #ffffff;
			}
		  .navSub:hover
			{color: #ff9900;
			}


	/* In-tekst navigatie */
	
		.navTxt
			{font-family: Verdana, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 text-decoration: underline;
			 color: #ffffff;
			}
		.navTxt:hover
			{color: #ff9900;
			}
			






	/* Foto randen */

		.picrand
			{border-width: 1px;
			 border-style: solid;
			 border-color: #ffffff;
			}


	/*
	// Bollen menu lijst
	*/

		.sublistUL
			{margin-left: 25px;
			 padding: 0px 0px 0px 0px;
			}			


		.sublistLI
			{color: #ff9900;
			 padding-bottom: 5px;
			}			

