/*
Author:     Mark Croxton, mcroxton@hallmark-design.co.uk
Copyright:	Hallmark Design
Updated:    February 15 2007
Updated:	Nov 30 2009 by Netkicks, Inspiration Internet
*/

@import url("advanced.css");
@import url("sIFR-screen.css");

html, body {/*  height: 100%; */ margin: 0; padding: 0; color: #444;
/* hieronder aanpasssingen ivm niet full-screen tonen beelden */
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#333;
}

body { font: 0.75em/1.66em "Arial Narrow", Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */ }
#content {font-size: 1.3em;}
	
table, form, select, input, textarea { 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

/* default heading sizes */	
h1		{ font-size: 1.1em;    }
h2		{ font-size: 1.0em; }
h3 		{ font-size: 1.0em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{ color: #66662D; text-decoration: underline; font-weight:400;}
a:visited 			{ color: #66662D; }	
a:focus, a:hover 	{ color: #66662D; text-decoration: underline; }
a:active 			{ color: #66662D; }
