@charset "utf-8";
/* CSS Document */

body 				{font-family:Verdana,Arial,Helvetica,sans-serif;
					background-image:url(images/achtergrond.gif);
					font-size:0.60em;
					margin:40px;
					}

#divWrapper			{margin:0 auto;
					width:520px;
					height:480px;
					padding:0px;
					background-color:#FFFFFF;
					}
					
#divTitle			{width:520px;
					height:17px;
					background-image:url(images/titel.gif);
					background-position:left;
					background-repeat: no-repeat;
					background-color:#00c3ff;
					}

#divContentplacer	{width:480px;
					float:left;
					margin:40px;
					margin-top:0px;
					padding:0px;
					background-color:#FFFFFF;
					}	
					
#divTxtplacer		{width:430px;
					float:left;
					margin:0px;
					padding:0px;
					background-color:#FFFFFF;
					}						
	

#divChooseTTF		{float:left;
					width:201px;
					height:203px;
					padding-top:0px;
					padding-bottom:0px;
					padding-left:0px;
					padding-right:0px;
					background-image:url(images/ttf.jpg);
					background-position:bottom;
					background-repeat: no-repeat;
					}
					
#divChooseTTF:hover	{
					background-image:url(images/ttf_over.jpg);
					}
					
#divRoof			{float:left;
					width:18px;
					height:203px;
					padding-top:0px;
					padding-bottom:0px;
					padding-left:0px;
					padding-right:0px;
					background-image:url(images/dak.jpg);
					background-position:bottom;
					background-repeat: no-repeat;
					}

#divChooseTTC		{float:left;
					width:201px;
					height:203px;
					padding-top:0px;
					padding-bottom:0px;
					padding-left:0px;
					padding-right:0px;
					background-image:url(images/ttc.jpg);
					background-position:bottom;
					background-repeat: no-repeat;
					}

#divChooseTTC:hover	{
					background-image:url(images/ttc_over.jpg);
					}
					
					
#divTukTuk			{float:left;
					width:421px;
					height:142px;
					padding-top:0px;
					padding-bottom:0px;
					padding-left:0px;
					padding-right:0px;
					background-image:url(images/tuk.jpg);
					background-position:bottom;
					background-repeat: no-repeat;
					}					

			
h1 					{color:#00c3ff;
					font-size:1.2em;
					margin:3px;
					margin-left:0px;
					}



a:visited, a:link	{text-decoration:none;
					color:#00C3FF;				
					border:none;
					}
									
a:hover 			{
					color:#00C3FF;
					text-decoration:underline;
					}

a:active 			{text-decoration:none;
					}

					
