html	{
	overflow: auto;
overflow-x: hidden;
height: 100%; /* héél belangrijk */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #999;
  height: 100%;
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 125%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
h2 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
margin-bottom: -12px;
}

h3 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

a,  a:link {
  color: #85B916;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #85B916;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #666;
  font-weight: bold;
  text-decoration: normal;
}
a:focus {
  color:#85B916;
  font-weight: bold;
  text-decoration: normal;
}
a:active {
  color:#85B916;
  font-weight: bold;
  text-decoration: normal;
}

#cirkel	{
	position:absolute;
	top: 30px;
	left: 50%;
	margin-left: -752px;
	width: 272px;
	height: 597px;
	background-image: url(/images/cirkel-indexpagina.jpg);
	background-position: center;
	background-repeat:no-repeat;
	padding: 0;
}

#omlijning {
  position: relative;
  background-color: #E0DFD7;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
  background-image: url(/images/achtergrond-index.jpg);
  background-position: top;
  background-repeat: no-repeat;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
}
#omlijning #header {
	position:absolute;
	padding:0;
	margin: 0;
  height: 125px;
  left: 315px;
}
#omlijning #content {
  overflow: hidden;
}

#omlijning #content #hoofdtekst {
  float: right;
  padding: 325px 50px 135px 350px;
  width: 560px;
}

#omlijning #content #extra {
	position:absolute;
	top: 525px;
	left: 50px;
	width: 200px;
}

#omlijning #footer {
	background-image: url(/images/footer-index.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0px;
	width: 795px;
	height: 127px;
	color: #666;
	font-size: 9px;
}

#footer a,  #footer a:link {
  color: #666;
  font-weight:normal;
  text-decoration: underline;
  font-size: 9px;
}
#footer a:visited {
  color: #666;
  font-weight:normal;
  text-decoration: underline;
  font-size: 9px;
}
#footer a:hover {
  color: #FFF;
  font-weight:normal;
  text-decoration: underline;
  font-size: 9px;}
#footer a:focus {
  font-weight:normal;
  color:#666;
  text-decoration: underline;
  font-size: 9px;}
#footer a:active {
  font-weight:normal;
  color:#666;
  text-decoration: underline;
}

#omlijning #footer #home {
	position: absolute;
	left: 2px;
	top: 35px;
	width: 200px;
	height: 15px;
	padding: 10px 0px 10px 0px;
	text-align:center;
}

#omlijning #footer #colofon {
	position: absolute;
	left: 20px;
	top: 60px;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 9px;
}

#omlijning #footer #home input	{
	background-color: #E5EFCE;
	color: #646567;
	border: #646567 1px solid;
}
