
/*
 *	global
 */

#centeredcontent {
	width: 720px;
	border: none;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	margin-top: 100px;
}

#logo {
	position: absolute; 
	border: none;
	margin: 0;
	width: 720px;
}

#maintext {
	position: absolute; 
	border: none;
	margin: 0;
	left: 50px; 
	top: 130px; 
	width: 620px; 
	text-align: center;
}

#contact {
	position: absolute;
	border: none;
	margin: 0;
	left: 50px; 
	top: 252px; 
	width: 620px; 
	text-align: center;
}

#credits {
	position: absolute;
	border: none;
	margin: 0;
	left: 50px; 
	top: 376px; 
	width: 620px; 
	text-align: center;
}


/*
 *	classes
 */

.normal {	
	font-size: 15pt;
	color: #000000;
	font-style: normal;
	letter-spacing: 1pt;
	line-height: 16pt;
	font-family: Bahnschrift Light, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

.heading {
	font-weight: bold;
}

.grijs {	
	color: #999999;
}

.cursief {	
	font-style: italic;
}

.vet {
	font-weight: bold;
}

A.nav {	
	color: #000000;
	text-decoration: none;
	outline: none;
	cursor: pointer; 
	cursor: hand;
}

A.nav:hover {	
	color: #BB0000;
	text-decoration: none;
	outline: none;
	cursor: pointer; 
	cursor: hand;
}

A.nav:visited {
	color: #000000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	cursor: hand;
}

BODY
{
	SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #343434;
	SCROLLBAR-SHADOW-COLOR: #343434;
	SCROLLBAR-3DLIGHT-COLOR: #343434;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #343434;
}
