@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
img {
	border: 0;
}
#schaduw {
	position: relative;
	background: url('../images/main_shadow.png') repeat-y;
	width: 1022px;
	z-index:1;
	margin: auto;
}
#maincontainer {
	position: relative;
	background:#fccfa2 url('../images/main_bg.gif') repeat-x;
	margin: auto;
	width: 1001px;
	/*min-height: 1000px;*/
}
#header {
	height: 135px;
}
#menu {
	height: 29px;	
	margin-bottom: 30px;
}
/* Menu */
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 
#menu li {
	float: left;
	margin: 0;
} 
#menu span
{
  display: none;
}

/* Image rollovers */
#menu-home {
	display:block;
	width: 128px;
	height: 29px;
	background: url("../images/mnu_home.gif") 0 0 no-repeat;
}
#menu-home:hover {
	background-position: 0 -29px;
}
#menu-hoe {
	display:block;
	width: 199px;
	height: 29px;
	background: url("../images/mnu_hoe.gif") 0 0 no-repeat;
}
#menu-hoe:hover {
	background-position: 0 -29px;
}
#menu-voorwaarden {
	display:block;
	width: 184px;
	height: 29px;
	background: url("../images/mnu_voorwaarden.gif") 0 0 no-repeat;
}
#menu-voorwaarden:hover {
	background-position: 0 -29px;
}
#menu-registreren {
	display:block;
	width: 170px;
	height: 29px;
	background: url("../images/mnu_registreren.gif") 0 0 no-repeat;
}
#menu-registreren:hover {
	background-position: 0 -29px;
}
#menu-profiel {
	display:block;
	width: 170px;
	height: 29px;
	background: url("../images/mnu_profiel.gif") 0 0 no-repeat;
}
#menu-profiel:hover {
	background-position: 0 -29px;
}
#menu-contact {
	display:block;
	width: 127px;
	height: 29px;
	background: url("../images/mnu_contact.gif") 0 0 no-repeat;
}
#menu-contact:hover {
	background-position: 0 -29px;
}
#content {
	margin-top: 35px;	
}
#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
	background-color: #162865;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	vertical-align: middle;
}

td {
	vertical-align: top;
}