/******************************************
Website : stefanoost.nl
CSS : Stefan Oost
E-mail: info@stefanoost.nl
WWW: http://www.stefanoost.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

:-moz-any-link:focus {outline: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img {border: 0;}
div.clear {clear: both; width: 100%; height: 1px; overflow: hidden;}

body{
	background: #fff url("../img/bg.jpg") repeat-x;}

div#splash{
	float: left;
	display: inline;
	margin: 100px 0 0 0;}

p{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #363637;
	margin: 30px 0 0 150px;}

a,	
a:link,
a:active{
	color: #181818;
	text-decoration: none;}
	
a:hover,
a:visited{
	color: #fff;
	text-decoration: none;
	background: #363637;
	padding: 5px;
	}
