html {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/multigame-bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#site {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/bk-gras.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#header {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/multigame-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 244px;
}
#header #nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 450px;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-weight: bold;
	position: absolute;
	color: #FFF;
}
#header #nav a:link {
	color: #FFF;
	text-decoration: none;
}
#header #nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header #nav a:active {
	color: #FFF;
	text-decoration: underline;
}

#header #nav a:visited {
	color: #FFF;
	text-decoration: none;
}



#header #nav .spacer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-weight: normal;
}

#content {
	width: 798px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 485px;
	padding-top: 0px;
	padding-right: 76px;
	padding-bottom: 0px;
	padding-left: 76px;
}


#content .simulatie {
	background-color: #FFF;
	height: 400px;
}
#content .txtzone {
	background-color: #FFF;
	height: 438px;
}
#content .txtzone .txtCol{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 377px;
}
#content .txtzone .txtCol ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-size: 16px;
	line-height: 19px;
}
#content .txtzone .txtCol ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .banners {
	background-color: #FFF;
	height: 98px;
	margin-top: 22px;
}
#content .banners .banner {
	padding: 0px;
	float: left;
	height: 98px;
	width: 242px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer {
	width: 798px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 76px;
	padding-bottom: 0px;
	padding-left: 76px;
	height: 110px;
}
.stijlA {
	font-weight: bold;
	color: #8EBC37;
	text-decoration: none;
}
