/* CSS Document */

/*layers*/
#header{
  position: absolute;
	left: 10px;
	top: 10px;
	width: 795px;
	height: 313px;
	z-index: 0;
}

#contentblok{
  position: absolute;
	left: 345px;
	top: 328px;
	width: 460px;
	z-index: 1;
}

#content{
  height:auto;
  margin: 0px;
	padding: 10px;
	background-image: url(images/nav/nav_bg.jpg);
	background-repeat: repeat-y;
	z-index: 0;	
}

#producten{
  position: absolute;
	left: 10px;
	top: 328px;
	width: 316px;
	height: 200px;
	z-index: 2;
}

#thegame{
  position: absolute;
	left: 10px;
	top: 546px;
	width: 316px;
	height: auto;
	z-index: 3;
}

#contentbottom{
	height: 7px;
	background-image: url(images/nav/nav_bottom.jpg);
	background-repeat: no-repeat;
}

/* Tops */
#topwelkom{
	height: 29px;
	background-image: url(images/nav/nav_top_welkom.jpg);
	background-repeat: no-repeat;
}

#topproducten{
	height: 29px;
	background-image: url(images/nav/nav_top_producten.jpg);
	background-repeat: no-repeat;
}

#topproductenorganischemest{
	height: 29px;
	background-image: url(images/nav/nav_top_producten.jpg);
	background-repeat: no-repeat;
}

#topproductengazonmestplus{
	height: 29px;
	background-image: url(images/nav/nav_top_producten.jpg);
	background-repeat: no-repeat;
}

#topthegame{
	height: 29px;
	background-image: url(images/nav/nav_top_thegame.jpg);
	background-repeat: no-repeat;
}

#topinformatie{
	height: 29px;
	background-image: url(images/nav/nav_top_informatie.jpg);
	background-repeat: no-repeat;
}
/* Layout opmaak */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/div/bg.jpg);
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.textstrong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.tekstvak{
	background-color:#000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.error{
  color:#FF0000;
}

/* Layout opmaak */