/* ====================================================
	Title:	Screen Style Sheet
	Author:	NR6
	Site:		http://www.nr6.nl
	Date:		2006.07.25
==================================================== /*




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

@import url("main.css");



/* General
================================================== */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dd, dl, dt {
	margin: 0;
	padding: 0;
}

/* KLUDGE: font-size: 100.01% because of IE/Win Font Sizing Bugs & making the scrollbar always visible in firefox */
html { height: 100%;  margin-bottom: 1px; font-size: 100.01%; }
body { color: black; background-color: #d3e0d9; padding: 10px 0 0 0; font: 10px Verdana, Arial, Helvetica, sans-serif; }

/* KLUDGE: avoid browser default inconsistent font-sizes */
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea, table, th, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; }

h2 {
	font-size: 20px;
	color:
}

/* miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { vertical-align: middle; }
th, td { vertical-align: top; }
images, a images { border: 0; vertical-align: middle; }
address { font-style: normal; }
abbr, acronym { cursor: help; border-bottom: 1px dotted #ccc; font-style: normal; }
hr { display: none; }

/* default link styles */
a {
	text-decoration: none;
}
a:visited { }
a:focus, a:hover {
text-decoration: underline;
 }

/* default id's & classes */
#skip { position: absolute; top: 0; left: 0; display: block; width: 100%; font-weight: bold; text-align: center; text-decoration: none; }
.hidden { position: absolute;	left: 0;	top: -500px; width: 1px; height: 1px; overflow: hidden; }


.alignright {
	text-align: right;
}

/* Notes
==================================================== */

/* TODO: 	Remember to remove this rule before the site goes live */
/* KLUDGE:	Explain nasty workarounds */
/* BUG: 		Document problem with the code or a particular browser */
/* TRICKY:	Alert! complicated piece of code */

#promo_form input[type="text"], #textpromoarea {
	width: 100%;
}
#promovideo {
margin:0pt;
padding:0pt;
position:relative;
width: 360px;
height: 280px;
}

#bizzkidztable {
	font-size: 10px;
	border-collapse:collapse;
}
#bizzkidztable thead {
	font-weight: bold;
}
#bizzkidztable td {
	border-bottom: 1px solid #ccc;
}