body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #3A3A3A;
    font: 76% Arial, arial, sans-serif;
	 font-size: 11px;
	 color: #ffffff;
	 text-align: center;
	 margin-top: 10px;
}

#wrapper {
	position: relative;
   margin-left: auto;
	margin-right: auto;
	width: 912px;
  height: auto;
	text-align: left;
}

#splashes {
	position: absolute;
	top: 114px;
	left: 2px;
	width:909px;
	height: 640px;
	background-color: #000000;
	text-align: left;
}

#text {
	width: 100%;
	padding: 15px;
}

#leftcol, #leftmiddle, #rightmiddle, #rightcol {
	position: absolute;
	top: 80px;
	width: 228px;
	text-align: center;
	height: 146px;
}

#leftcol {
	left: 0;
}

#leftmiddle {
	left: 228px;
}

#rightmiddle {
	left: 456px;
}

#rightcol {
	left: 684px;
}

/* menu */

#top {
	position: absolute;
	top: 0;
	left: 0;
	background: url(gfx/top.jpg) no-repeat;
	width: 912px;
	height: 114px;
}

a.menu_home, a.menu_word, a.menu_waarom, a.menu_al, a.menu_verdienen, a.menu_game, a.menu_contact {
	position: absolute;
	top: 77px;
	display: block;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.menu_home {
	left: 3px;
	width: 50px;
}

a.menu_word {
	left: 51px;
	width: 107px;
}	

a.menu_waarom {
	left: 155px;
	width: 104px;
}	

a.menu_al {
	left: 254px;
	width: 76px;
}	

a.menu_verdienen {
	left: 327px;
	width: 136px;
}	

a.menu_game {
	left: 457px;
	width: 86px;
}	

a.menu_contact {
	left: 538px;
	width: 62px;
}

a.menu_home:hover, a.menu_word:hover, a.menu_waarom:hover, a.menu_al:hover, a.menu_verdienen:hover, a.menu_game:hover, a.menu_contact:hover 
{
	background-color: #000000;
	color: #ffde00;
}

#logo {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 210px;
  height: 50px;
  display: block;
  z-index: 500;
}

h3 {
	color: #ff6600;
	margin: 0;
	clear: none;
	font-size: 18px;
}


#footer {
	position: absolute;
	left: 0;
	top: 754px;
	width: 912px;
	height: 30px;
	background-image: url(gfx/footer.gif);
	background-repeat: no-repeat;
}

.footlinksright  {
	position: absolute; 
	right: 2px;
	top: 45px;
	font-size: 10px;
	color: #ececec;
}

a.footlink {
	text-decoration: none;
	color: #ececec;
}


			
li, LI, ul, UL {
	font-size: 11px;
	font-weight: bold;
	color:#ed1b2f;
	z-index:20;
}

