html, body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	bottom: 0px;
	background: #fff url(img/bg.png);
	
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #888;
	text-align: justify;
}
div#container 
{
	bottom: 0px;
}
div#main 
{
	width: 500px;
	height: 100%;
	bottom: 0px;
	margin: 0px auto;
	padding: 0px;
}
a, a:active, a:visited
{	
	color: #FF0066;
	text-decoration: none;
}
a:hover
{	
	color: #FF0066;
	text-decoration: underline;
}
div#menu
{
	margin-top: 15px;
	margin-bottom: 20px;
	height: 35px;
	border-bottom: 1px solid #bbb;
}
div#logo
{
	position: absolute;
	width: 100px;
	margin-left: 370px;
	margin-top: 10px;
	float: right;
}
div.pfnav
{
	margin-bottom: 15px;
}
div.vorige
{
	position: absolute;
	float: left;
}
div.volgende
{
	position: absolute;
	float: right;
	margin-left: 378px;
}
a.menulink, a.menulink:active, a.menulink:visited
{	
	color: #FF0066;
	margin-right: 10px;
	text-decoration: none;
}
a.menulink:hover
{	
	color: #FF0066;
	text-decoration: underline;
}
a.redlink, a.redlink:active, a.redlink:visited
{	
	color: #FF0066;
	margin: 10px;
	text-decoration: none;
}
a.redlink:hover
{	
	color: #FF0066;
	text-decoration: underline;
}
div#content
{
	padding: 25px;
	height: 100%;
	background: #fff;
	width: 450px;
}
.mainimg
{
	padding: 1px;
	border: 1px solid #eee;
}
.mainimg:hover
{
	padding: 1px;
	border: 1px solid #ccc;
}
h1
{
	margin: 0px;
	color: #FF0066;
	font-size: 22px;
	letter-spacing: -0.05em;
	font-weight: normal;
}
h2
{
	margin: 0px;
	font-family: arial;
	color: #FF0066;
	font-size: 11px;
	letter-spacing: -0.00em;
	font-weight: bold;
	padding-top: 5px;
}
p
{
	margin-top: 4px;
}
hr
{
	background: #bbb;
	height: 1px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Forms */

input
{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}
textarea
{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}
input.text, textarea.text
{
	color: #888;
	background: #fff;
	border: 1px solid #bbb;
	width: 100%;
	margin-top: 4px;
}
input.submit
{
	color: #fff;
	background: #FF0066;
	border: 0px;
	margin-top: 6px;
}
