html	{ height:100%; }
body	{ height:100%; margin:0px; padding:0px; background-image:url(../_img/bckgrnd.jpg); }

	#front	 	{ position:relative; width:600px; margin:auto; text-align:center; }
	
	#header		{ position:relative; top:0px; width:100%; height:61px; background-image:url(../_img/hdbckgrnd.jpg); z-index:1; }
	#nav	 	{ position:relative; }
	
	#container 	{ position:relative; width:785px; margin:auto; background-image:url(../_img/rightbckgrnd.jpg); background-repeat:repeat-y; }
	#left		{ position:relative; left:10px; width:686px; }
	#visual		{ position:relative; top:0px; height:135px; width:686px; }
	#title		{ position:relative; top:0px; height:44px; width:686px; background-image:url(../_img/title_line.jpg); }
	#content	{ position:relative; top:0px; width:686px; }
	#footer		{ position:relative; top:0px; width:785px; margin:auto; clear:left; }
	
	#pic1		{ position:absolute; top:100px; width:200px; float:right;}
	
	
.title				{ font-weight:bold; font-family:Arial; font-size:16px; font-color:#28284c; padding-top:13px; }

.content			{ font-family:Arial; font-weight:normal; font-size:12px; color:#000; line-height:18px; text-decoration:none; }
a.content:link		{ text-decoration:underline; }

.image				{ border-width:1px; border-style:solid; border-color:#9d9dac; }

.formulier			{ width:250px; border-style:solid; border-width:1px; border-color:#999; background-color:#F7F7F7; }
.button				{ width:250px; border-style:solid; border-width:1px; border-color:#999; background-color:#C1C1FF; }

a:link				{ font-family:Arial; font-weight:normal; font-size:12px; color:#000; line-height:18px; text-decoration:none; }
a:visited			{ font-family:Arial; font-weight:normal; font-size:12px; color:#666; line-height:18px; text-decoration:none; }
a:hover				{ text-decoration:underline; }

a.navlink:link			{ font-family:Arial; font-weight:bold; font-size:11px; color:#FFF; text-decoration:none; }
a.navlink:visited		{ font-family:Arial; font-weight:bold; font-size:11px; color:#FFF; text-decoration:none; }
a.navlink:hover			{ text-decoration:none; }

.footer					{ font-family:Arial; font-weight:normal; font-size:10px; color:#000; text-decoration:none; letter-spacing:1px; }
a.footer:link			{ font-family:Arial; font-weight:normal; font-size:10px; color:#000; text-decoration:none; letter-spacing:1px; }
a.footer:visited		{ font-family:Arial; font-weight:normal; font-size:10px; color:#000; text-decoration:none; letter-spacing:1px; }
a.footer:hover			{ text-decoration:underline; }

