body
{
	background-color: #737373;
	color: #012684;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Tahoma", "Arial", "Verdana", "Helvetica", "Arial", "Garamond", "Times New Roman", "Bookman Old Style", "Book Antiqua", "Courier" ;
	scrollbar-face-color: #dde1e1; 
	scrollbar-shadow-color: #dde1e1;
	scrollbar-highlight-color: #737373;
	scrollbar-3dlight-color: #dde1e1; 
	scrollbar-darkshadow-color: #737373; 
	scrollbar-track-color: #737373; 
	scrollbar-arrow-color: #737373;
	background-image: URL('/images/bg_verloop.jpg');
	background-repeat: repeat-x;
}

#main
{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 995px;
	height: 582px;
	margin-left: -499px; /* width/2 */
	margin-top: -291px; /* height/2 */
	padding: 0px; /* was 10px */
	background-image: URL('/images/bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

/* The right value for Mozilla */ 
body>#main
{
	margin-left:-499px; /* was width/2 +10 en dan negatief */
	margin-top:-291px; /* was height/2 +10 en dan negatief */
}

#adress
{
	position:absolute;
	left: 57px;
	top: 300px;
	width: 200px;
	height: 330px;
	color: #000000;
	font-size: 10px;
	letter-spacing: 2px;
}

#home
{
	position:absolute;
	left: 18px;
	top: 225px;
}


#text
{
	position:absolute;
	left: 280px;
	top: 220px;
	width: 690px;
	height: 330px;
	overflow: auto;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 22px;
}

#bottom
{
	position:absolute;
	left: 0px;
	top: 590px;
	width: 990px;
	color: #777777;
	font-size: 11px;
	letter-spacing: 1px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 13px;
}
h2 {
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #888888;
	text-decoration: underline;
}

#rijm {
	font-family: "Edwardian Script ITC", "Monotype Corsiva", "Lucida Calligraphy", "Copperplate Gothic Light", "Arial", "Verdana", "Helvetica", "Arial", "Garamond", "Times New Roman", "Bookman Old Style", "Book Antiqua", "Courier" ;
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	line-height: 40px;
}

img {
	border: 1px solid black;
}

#adress a:link, #adress a:visited, #adress a:link img, #adress a:visited img
{
	color: #012684;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: 0px;
}

#adress a:hover, #adress a:hover img
{
	color: #667395;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	border: 0px;
}


