@charset "utf-8";
/*
Website : www.grondnet.nl
CSS : Rob de Jong
E-mail: rob@webcomm.nl
WWW: www.webcomm.nl
---------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #269f1a url("../img/bodybg.jpg") repeat-x;
	margin: 0 auto;
	text-align: left;
	background-attachment:fixed;
	background-position:bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 12px; /* 12px */
  }

a img {
	border : none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	

img {
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:2px;
}
h1 {
	font-size: 2.0em; /* 20px */
}

h2 {
	font-size: 2.0em; /* 20px */
}

h3 {
	font-size: 1.6em; /* 18px */
}

h4 {
	font-size: 1.6em; /* 16px */
	margin-bottom: 10px;
}

h5 {
	font-size: 1.4em; /* 14px */
	margin-left: 5px;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.2em; /* 14px */
	margin-left: 5px;
	margin-bottom: 10px;
}

p {
	font-family: verdana, arial, helvetica;
	color: #404040;
	font-size: 1.1em; /* 12px */
	margin-bottom: 0px;
}

ul {
	list-style-type : none;
}

div {
	font-size : 100%;
}

div.clearer {
	clear: both;
	font-size: 0px;
	height: 0px;
}


