* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#d2d2d2;
}

/* INDEX */

#introwrap {
	width:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -300px; 
	margin-top: -300px; 
}

#introwrap object {
	text-align:center;
}

#intro1 {
	margin-left:100px;
}

#adres {
	width:600px;
	height:20px;
	background-image:url(../images/adres.jpg);
	position:absolute;
	top:550px;
	left: 0px;
}

#langue {
	width:600px;
	height:100px;
	margin-top:25px;
}

#langue ul{
	text-indent:-9999px;
}

#langue li{
	float:left;
	list-style-type: none;
}

#langue a {
	display:block;
	height:30px;
}

.nl {
	width:150px;
	background-image: url(../images/nl.jpg);
	margin-left:175px;
}

.en {
	width:100px;
	background-image: url(../images/en.jpg);
}

.nl a:hover {
	background-image: url(../images/nl_hover.jpg);
}

.en a:hover{
	background-image: url(../images/en_hover.jpg);
}

