/* form settings */
.form_label{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #717056;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
  padding: 4px;
}

.form_input{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
  padding: 4px;
}

/* end of form settings */

html {
  height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/BG.jpg);
	background-position:center;
  font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#layer_main{
  position: relative; 
  top: 0px; 
  left: 50%; 
  margin-left: -502px; 
  width: 1003px; 
  z-index: 1;
	height: 100%;
}

#content_holder{
  position: relative; 
  top: 0px;
  width: 1003px; 
  z-index: -1;
  background-color:#FFFFFF;
	background-image:url(/images/plaatje_rechts.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height: 100%;
}
#content{
  background-color:#FFFFFF;
  position: relative; 
  top: 0px;
  width: 718px; 
	background-image:url(/images/hoekje.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#logo{
  position: relative;
  top: 0px;
  left:0px;
  width: 1003px;
  height: 173px;
  background: url(/images/plaatjeboven.jpg) no-repeat;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bgiframe {
	background-image:url(hoekje.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.style2 {font-size: 14px}
.style3 {color: #FFFFFF}

#menu{
  position: absolute;
  bottom: 0px;
}