html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #fff;
	background-image: url(../img/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 101%;	
}
div#moreinformation
{
	background-image: url(../img/divbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	position: absolute;
	top: 125px;
	width: 100%;
}
h1 span
{
	display: none;
}
h1
{
	width: 100%;
	height: 56px;
	background-image: url(../img/h1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
}
h2
{
	font-size: 1.1em;
	margin-left: 15px;
	color: #ff5e00;
}
ul
{
	font-size: 0.8em;
}
p
{
	font-size: 0.8em;
	margin-left: 15px;
}
h2#createdby
{
	background-image: url(../img/bedrijfssimulaties.nl.gif);
	background-position: 0 50px;
	background-repeat: no-repeat;
	height: 5em;
}

dl, dt, dd
{
	margin: 0;
	padding: 0;
}
dt img
{
	border-color: #000;
	border-width: 2px;
	border-style: solid;
	display: inline;
}
dd
{
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 5px;
}
div#screenshots h2
{
	margin-left: 0;
}
div#text
{
	position: absolute;
	top: 65px;
	left: 0;
	width: 25em;
}
div#screenshots
{
	margin-left: 30em;
}
div#extra
{
	background-image: url(../img/top.gif);
	background-position: 100px 0;
	background-repeat: no-repeat;
	height: 125px;
}
