/* ====================================================
	Title:		Screen Style Sheet - Leukestudentebaan.nl
	Author:		Harm Wimmenhove
	Site:		http://www.nr6.nl
	Date:		2007.05.08
==================================================== /*


/* =Import Stylesheets
   Only modern browsers import these stylesheets

==================================================== */
	@import url("main.css");


/* Global element styling
================================================== */
* {
	margin: 0;
	padding: 0;
}

/* 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;
	color: #fff;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

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

h1 {margin: 0 0 20px 0; font-size: 40px; color: #fff; white-space: no-wrap; height: 48px;overflow: hidden;}
h2 {margin: 0; font-size: 24px; color: #fff;}

input { padding: 1px 0 0 5px;  font-size: 10px; height: 15px; width: 100%; margin: 0 0 2px 0;  }
select option {font-size: 11px;}
img, a img { display: block; border: 0; vertical-align: middle; }

a { font-size: 10px; }
a:link, a:visited { }
a:focus, a:hover { }

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

p {
	font-size: 10px;
	line-height: 15px;
	color: #5b5b5b;
}