/*
Werkt in:
	IE7
	IE6
	Firefox 2
	Opera 9
*/
body {
  background-color: #000000;
  margin: 0;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF
}
#page {
  margin: auto;
  width: 800px;
  height: 744px;
}

a:active, a:visited, a:link{
color: #FFFFFF
}



a:hover{
color: #feff88
}

#header {
  overflow: hidden;
  height: 100px;
  width: inherit;
}
#menu {
  width: inherit;
  height: 22px;
  text-align: center;
  background: url('../images/layout/menuvlak.gif') 0 0 no-repeat;
}
#footer {
  height: 22px;
  width: inherit;
}
#content {
  height: 600px;
  width: inherit;
  background-position: center;
  background-image: url('../images/layout/tekstvlak.gif');
  overflow: hidden;
}
#adsleft {
	width: 120px;
  height: 100%;
  margin-right: 15px;
	float: left;
	display: inline;
}
#adsright{
	width: 120px;
  height: 100%;
	display: inline;
	float: right;
  margin-left: 15px;
}
#middle {
  text-align: center;
}
#middle a img {
	border: none;
}
.button1 {
  width: 101px;
  background: url('../images/layout/escapegames.gif') 0 0 no-repeat;
  border: 0px;
  margin: 0px;
}
.button2 {
  width: 145px;
  background: url('../images/layout/downloadablegames.gif') 0 0 no-repeat;
  border: 0px;
  margin: 0px;
}
.button3 {
  width: 40px;
  background: url('../images/layout/links.gif') 0 0 no-repeat;
  border: 0px;
  margin: 0px;
}
.button4 {
  width: 60px;
  background: url('../images/layout/contact.gif') 0 0 no-repeat;
  border: 0px;
  margin: 0px;
}
.buttonswrapper {
  background: none;
  width: inherit;
  height: inherit;
  padding-right: 10px;
}
/* Begin Cross browser menu */
#menu a {
  margin-left: 20px;
  margin-right: 20px;
  display:-moz-inline-box; -
  moz-box-orient:vertical;
  height: inherit;
  display:inline-block;
  vertical-align:top;
  word-wrap:break-word;
  
 }
* html #menu a {
  display:inline;
  height: inherit;
}
* + html #menu a {
  display:inline;
  height: inherit;
}
* html #menu a {
  width:inherit;
  height: inherit;
}
#menu a > * {
  display:table;
  table-layout:fixed;
  width:inherit;
  overflow:hidden;
  height: inherit;
}
#menu a:hover
{
  background-position: 0px -22px;
}
/* End Cross browser menu */
#games {
  font-size: 10px;
  margin: auto;
  border-collapse: collapse;
}
#games td {
  height: 110px;
  width: 120px;
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
#mailForm {
  text-align: left;
}
