/* ***************************************
**
**	Michelangelo's Webdesign	
**
**	www.michelangelo.be
**
*************************************** */






/* ***************************************
**	Algemeen
*/

	body
		{width: 100%;
		 height: 100%;
		 background-color: #104265;
		 margin: 0px;
		 padding: 0px;
		 
		 line-height: 14px;
		 color: #fff;
		}


	






/* ***************************************
**	DIV's
*/

 /* intro container */
 
 .introCont
 	{position: absolute;
 	 width: 650px;
 	 height: 310px;

 	 left: 50%;
 	 top: 50%;

 	 margin: -155px 0px 0px -325px;
 	 padding: 0px;
 	 background-color: #104265;
 	}




 /* algemene container */
 
 .genCont
 	{position: absolute;
 	 width: 720px;
 	 height: 425px;

 	 left: 50%;
 	 top: 50%;

 	 margin: -213px 0px 0px -360px;
 	 padding: 0px;
 	 background-color: #104265;
 	}



 /* uitleg navigatie */
 
 .uitlegNav
 	{position: absolute;
 	 width: 125px;
 	 height: 20px;
 	 
 	 top: 385px;
 	 left: 20px;
 	}


 /* feweb link */

 .introFeweb
 	{position: absolute;
 	 width: 38px;
 	 height: 14px;
 	  
 	 left: 595px;
 	 top: 286px;
 	}
 .mainFeweb
 	{position: absolute;
 	 width: 38px;
 	 height: 14px;
 	  
 	 left: 663px;
 	 top: 359px;
 	}











/* ***************************************
**	Stylesheet
*/


/*
//	Normal Pages
*/

	
	.tekst
		{color: #ffffff;
		 text-decoration: none;
		 font-family: verdana,arial;
		 font-size: 10px;
		}


	.links
		{color: #dddddd;
		 text-decoration: none;
		 font-family: verdana,arial;
		 font-size: 10px;
		}


	.ref 
		{color: #ffffff; 
		 font-family: verdana, arial, helvetica; 
		 font-size: 10px; 
		 font-weight: bold; 
		 text-decoration: none;
		}
	.ref:hover
		{color: #104265;
		}





/*
//	Teksten
*/


	.blTxtB
		{color: #104265;
		 font-size: 10px;
		 font-weight: bold;
		}





/*
//	Projects Pages
*/



	.proj_ref 
		{color: #ffffff; 
		 font-family: verdana, arial, helvetica; 
		 font-size: 10px; 
		 font-weight: bold; 
		 text-decoration: none;
		}
	.proj_ref:hover
		{color: #104265;
		}


	.titel
		{color: #ffffff; 
		 font-family: verdana, arial, helvetica; 
		 font-size: 10px; 
		 font-weight: bold; 
		}


