/***** 
middle.css, stylesheet voor gehele pagina 
*****/

body				{ background-color: #F7F7F7; }
p					{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; }
h4					{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: bold; }

td					{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; }
td.foto				{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; }


div					{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; }
div.naam			{ color: #000000; font-family: Arial, sans-serif; font-size: 24px; text-decoration: none; }
div.werkzaamheden	{ color: #000000; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; }
div.titel			{ color: #000000; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; }
						
hr					{ color: #999999; size:1pt; width:100%; }

a:link				{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; }
a:visited			{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; }
a:active			{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; }
a:hover				{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: underline; cursor: hand; }

a.menu:link			{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 400px;}
a.menu:visited		{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 400px;}
a.menu:active		{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 400px;}
a.menu:hover		{ color: #66CCFF; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 400px;}

a.menu_s:link		{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 150px;}
a.menu_s:visited	{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 150px;}
a.menu_s:active		{ color: #333333; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 150px;}
a.menu_s:hover		{ color: #66CCFF; font-family: Arial, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; clip: rect(   ); width: 150px;}
