html, body
{
	behavior:url(csshover.htc);
	background-image: url(../images/backhome.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
}

.website
{
	width: 750px;
	height: 385px;
	margin: 187px auto 0px auto;
	padding: 0px;
}

.website a
{
	color: #001540;
	text-decoration: none;
}

.website a:hover
{
	color: #001540;
}

.language
{
	width: 44px;
	height: 18px;
	margin: 0px 15px 30px 0px;
	padding: 16px 0px 10px 0px;
	position: relative;
	border-color: #001540;
	border-width: 1px;
	border-style: solid;
	float: left;
	clear: both;
	z-index: 100;
	text-align: center;
}

.language:hover
{
	background-color: #fdb913;
}

.nl, .fr, .de, .en
{
	margin: 0px 0px 0px 64px;
	padding: 0px;
	width: 688px;
	height: 77px;
	position: relative;
	font-size: 0.2em;
	color: #fff;
	z-index: 50;
}

h1
{
	margin: 0px;
	padding: 1px 0px 0px 0px;
	font-size: 0.2em;
	line-height: 1em;
}

.nl span
{
	background:url(../images/home_nl.gif) no-repeat;
	position:absolute;
	width:100%;
	height:49px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

.fr span
{
	background:url(../images/home_fr.gif) no-repeat;
	position:absolute;
	width:100%;
	height:49px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

.de span
{
	background:url(../images/home_de.gif) no-repeat;
	position:absolute;
	width:100%;
	height:49px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

.en span
{
	background:url(../images/home_en.gif) no-repeat;
	position:absolute;
	width:100%;
	height:49px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

.afkortingen
{
	width: 688px;
	margin: 36px 0px 0px 64px;
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #001540;
	position: relative;
		background-color: yellow;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
}

.afkortingen span
{
	background:url(../images/afkortingen.gif) no-repeat;
	position:absolute;
	width:100%;
	height:20px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}