body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #061D7E;
	background: #E7C74A url("/images/bg_home.gif") repeat-x 50% 50%;
}

/* --- voor firefox ---- */
html { height:100%; }
/* --- voor firefox ---- */


#content {
	text-align: center;
	margin-top: -225px;
	margin-left: -490px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 980px;
	height: 450px;
	visibility: visible
}

img { border: 0; }
a {	color: #061D7E; }

h1 {
	margin: 0;
	padding: 20px 0 8px 0;
	font-size: 30px;
	line-height: 15px;
	color: #05173C;
	font-weight: normal;
}

h1 small {
	font-size: 20px;
}

#leftPart {
	width: 340px;
	margin: 0 15px 0 0;
	float: left;
}

#rightPart {
	width: 625px;
	float: left;
	position: relative;
}

.languages {
	margin: 150px 0 0 0;
}

.logo { position: absolute; text-indent: -9999px; top: 20px; left: 117px; background: url(/images/home_logo.png) no-repeat; width: 310px; height: 80px; }
.adres { text-align: left; float: left; padding: 90px 0 0 122px; color: #909192; line-height: 13px; }

.nederlands a, .francais a, .english a, .deutsch a {
	width: 470px;
	height: 85px;
	display: block;
}

.english a, .deutsch a {
	height: 65px;
}

.nederlands a {
	background: url(/images/home_NL.gif) no-repeat;
}

.francais a {
	background: url(/images/home_FR.gif) no-repeat;
}

.english a {
	background: url(/images/home_EN.gif) no-repeat;
}

.deutsch a {
	background: url(/images/home_DE.gif) no-repeat;
}


.nederlands p, .francais p, .english p, .deutsch p {
	margin: 0;
	padding: 0;	
}

.nederlands p a, .francais p a, .english p a, .deutsch p a {
	color: #F3E3A5;
	text-decoration: none;
	text-align: left;
	padding: 5px 30px 0 120px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	list-style-type: none;
}

.nederlands a:hover {
	background: url(/images/home_NL_over.gif) no-repeat;
}

.francais a:hover {
	background: url(/images/home_FR_over.gif) no-repeat;
}

.english a:hover {
	background: url(/images/home_EN_over.gif) no-repeat;
}

.deutsch a:hover {
	background: url(/images/home_DE_over.gif) no-repeat;
}

.nederlands p a:hover, .francais p a:hover, .english p a:hover, .deutsch p a:hover {
	color: #FFFFFF;
}