body, div, img, h1, h2, h3, a, a:hover, p, ul, li, span {
margin						: 0px;
padding						: 0px;
border						: 0px;
font-family					: Arial, Verdana, Helvetica, sans-serif;
}

body {
background-color			: #5c5c5c;
text-align					: left;
}

span {
display						: none;
}

/*-------------------------------------------------------------------------------*/

#container {
margin						: auto;
width						: 1038px;
height						: 782px;
text-align					: left;
background-image			: url(../img/bg.gif);
background-repeat			: no-repeat;
}

/*-------------------------------------------------------------------------------*/

#menu {
width 						: 200px;
height						: 25px;
float						: right; 
padding						: 370px 337px 0px 0px;
}

#menu ul {
width						: 200px;
list-style-type				: none;
white-space					: nowrap;
}

#menu li {
display						: block;
float						: left;
height						: 25px;
}

#menu li a {
display						: block;
height						: 25px;
background-repeat			: no-repeat;
background-position			: 0px 0px;
}

#menu li a:hover,
#menu li a.selected {
background-position			: 0px -28px;
}

#nederlands a {
background-image			: url(../img/nederlands.gif);
width						: 85px;
}

#engels a {
background-image			: url(../img/engels.gif);
width						: 85px;
}

/*-------------------------------------------------------------------------------*/

#content {
width						: 1024px;
heigth						: 768px;
float						: left;
margin						: 4px 0px 0px 4px;
_margin 					: 4px 0px 0px 2px;
}
