/*
*******************************
Company: Twente Multimedia B.V.

E-mail: info@twentemultimedia.nl
Web: www.twentemultimedia.nl

Description: website 
Client: Perik Jumpers

Date: 6 maart 2007
*******************************
*/
a{
	outline: none;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer !important;
	cursor: hand;		
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 10px;
}

span, div, a, h1, h2, h3, h4, p, html, body, div, form, dl, dt, dd, ul, li, img { margin: 0; border: 0; padding: 0 0 0 0; text-decoration: none; list-style-type: none; font: 10px Verdana, Arial; color: #fff; }

html, body					/* Opmaak van de body van de site. */
{
	margin: 0;
	padding: 0;
	
	cursor: default;
	overflow: auto;
	
	font: normal 62.5% Verdana, Arial;
	
	width: 100%;
	height: 100%;
	
	background: #fff;
}

div.visible					/* Code voor extra kopjes die alleen zichtbaar zijn als mensen geen CSS hebben. */
{
	visibility: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px;
}
div#center					/* Zorgt voor het verticaal centreren van de site met CSS. */
{
	visibility: hidden;
	width: 100%;
	height: 50%; 			/* 	Zorgt er voor dat de div#wrapper op de helft van het scherm komt. */
	margin-top: -300px;		/* 	De helft van de hoogte van de div#wrapper  */
	float: left;
}

div#wrap
{
	width: 825px;
	height: 600px;
	clear: both;	
	
	margin: 0px auto;
	text-align: left;

	position: static;
	top: -300px;
	
	position: static;
}
