*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: "Lucida Sans";
	font-size: 14px;
	cursor: url(images/blad.cur);

}
img{
	border: none;
}
h1{
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 24px;
	background-image: url("images/wereldbol_small.jpg");
	background-repeat:no-repeat;
	background-position:center left; 
	position: relative;
}
h2{
	font-size: 16px;
	font-weight: bold;
}
.groen{
	color: rgb(134, 162, 12);
}
.bruin{
	color: rgb(122, 72, 9);
}
.lowline{
	text-decoration: underline;
}
.dik{
	font-weight: bold;
}
.linklinks{
	float: left;
	padding: 25px 0 0 15px;
}
.linkrechts{
	float: right;
	text-align:right;
	padding: 25px 25px 0 0;
}

#main{
	text-align: left;
	margin: 5px auto;
	width: 990px;
	border: 1px #000000 solid;
	position: relative;
	height: 550px;
}
#menu{
	height: 55px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#werk ul{
	list-style-type:none;
	padding:0 0 30px 0;
	margin:0;
	position: relative;
	font-size: 13px;
}
#werk li{
	background-image: url("images/erwt.jpg");
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 25px;
	position: relative;
}

#groenvak{
	position: absolute;
	right: 0;
	top: 0;
	background: rgb(134, 162, 12);
	width: 30px;
	height: 100%;
	font-size: 250px;
	overflow: hidden;
}
.download{
	margin-top: 50px;
}
#werk{
	float: left;
	width: 66%;
	margin-top: 40px;
	position: relative;
}
#talen{
	position: absolute;
	top: -35px;
	right: 5px;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 50%;
	text-align: right;
	margin: 20px 0 0 0;
	padding: 1px 10px 0 0;
	background-color: rgb(154, 99, 22);
	height: 14px;
	font-size: 11px;
}
#footerindex{
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	background-color: rgb(154, 99, 22);
	height: 14px;
}
#openingsuren{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	border: 2px rgb(154, 99, 22) solid;
	padding: 2px;
}	