@charset "utf-8";
/* CSS Document */

html, body {
	overflow-x: scroll;
	overflow-y: none;
}
	

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	overflow-x: scroll;
	overflow-y: none;
}

body {
	background-color: #D6D6D6;
	background-image: url(images/BG.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;

}

a:link {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
	outline: none;
}

a:active {
	text-decoration: none;
	color: #000;
	outline: none;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#container {
	text-align: center;
}

.homeimg {
	border: 2px solid #FFF;
}

#header {
	width: 100%;
	background: #FFF;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 2px solid #e5e5e5;
}

#navcircles {
	height: 18px;
	background: url(images/navcircleBG.gif) repeat-x top;
	text-align: center;
}

#homeimgcontainer {
	margin: 50px auto;
	width: 525px;
}

.linebg {
	background: #FFF;
	width: 525px;
}

.about {
	background: #FFF;
	width: 485px;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
}

#languagewrap {
	width: 525px;
}

#nederlands {
	width: 256px;
	background: #FFF;
	float: left;
}

#engels {
	width: 256px;
	margin: 0 13px 0 0;
	background: #FFF;
	float: left;
}