/* ====================================================
	Title:	Screen Style Sheet
	Author:	Harm Wimmenhove NR6 www.nr6.nl
	Date:		2006.08.03
==================================================== /*


/* =Import Stylesheets
   Only modern browsers import these stylesheets
==================================================== */

@import url("main.css");




/* Global element styling
================================================== */

/* KLUDGE: font-size: 100.01% because of IE/Win Font Sizing Bugs */
html, body { 
	margin: 0; 
	padding: 0;	
	font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	background: url(../img/background.jpg) center top repeat-y;
	}

/* KLUDGE: making the scrollbar always visible in firefox */
html { height: 100%;  margin-bottom: 1px; }

h1 { margin: 0 0 .5em; font-size: 2em;}
h2 { margin: 0 0 .33em; font-size: 1.5em;}
h3 { margin: 0 0 .25em; font-size: 21px;}
h4 { margin: .5em 0 0; font-size: 1em;}
h5 { margin: .5em 0 0; font-size: .8em;}
h6 { margin: .5em 0 0; font-size: .6em;}

form, p, pre, ul, ol, dl, address, { margin: 1em 0; }

blockquote { margin: 1em 2.5em; }
address { font-style: normal; }

fieldset { padding: .5em; border: none; }
legend, hr { display: none; }
form label { cursor: pointer; }

table, th, td, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 100%; vertical-align: middle; }
table { margin-bottom: 1.5em; }
th, td { vertical-align: top; }

img, a img { display: block; border: 0; vertical-align: middle; }

a:link, a:visited { }
a:focus, a:hover { }

.floatLeft { float: left; margin: 0 10px 10px 0; }
.floatRight { float: right; margin: 0 0 10px 10px; }
