html[lang=nl]{-webkit-locale: "nl";}
html[lang=fr]{-webkit-locale: "fr";}
html[lang=en]{-webkit-locale: "en";}
html[lang=de]{-webkit-locale: "de";}

html{
overflow-y: scroll;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(../images/interface/container_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
body {
	background-color: #ececec;
	margin-top: 0px;
}
span.alternate {
	display:none;
}
h3 {
	text-align:right;
}
p {
	text-align:justify;
}
img {
	border:0px;
}
a:link {
	color: #879d17;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #879d17;
}
a:hover {
	text-decoration: underline;
	color: #AFCE1E;
}
a:active {
	text-decoration: none;
	color: #879d17;
}
#container {
	width:750px;
	margin:0px auto;
	padding:0px 5px;
}
#header {
	height:187px;
}
#header #logo h3 {
	width:237px;
	padding:30px 0px 0px 44px;
	margin:0px;
}
#header #taal {
	margin:  0 0 3px 675px;
}
#header #taal img {
	padding:3px;
}
#header #ill {
	margin:0px 4px;
}
#main {
	margin:5px 0px 0px 0px;
}
#nav {
	width:166px;
	margin:4px 4px 0px 4px;
	padding:0px;
	float:left;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:1px 0px;
	background-color:#96af1a;
}
#nav ul li {
	background-image:url(../images/interface/nav_bg.gif);
	margin:2px 0px;
	padding:3px 0px;
}
#nav ul li a {
	height:45px;
}
#content {
	width:446px;
	padding:15px 80px 35px 50px;
	float:right;
	-webkit-hyphens: auto; -moz-hyphens:auto; hyphens:auto;
}
#contactdata {
	background-color:#fff;
	color: #999;
	font-size: 10px;
	line-height: 16px;
	padding-top: 35px;
	margin-bottom: 0px;
	text-align:right;
}
div.clearboth {
	clear:both;
}
#footer {
	text-align:right;
	padding-right:80px;
	font-size:10px;
	color:#999999;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color:#999999;
}
