html, body {
	height:100%;
	scrollbar-face-color: #FFE02F;
	scrollbar-shadow-color: #D2B300;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #C9C9C9;
	scrollbar-track-color:#FFF19F;
	scrollbar-arrow-color: #000000;
	overflow: hidden;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 17px;
}

.style1 {
font-size: 18px;
}
.style2 {
font-size: 14px;
}

a.av {
	color: #595959;
	padding-left: 11px;
}
a.av:hover {
color: #000000;
}

a.av:visited {
	color: #595959;
	padding-left: 11px;
}
a.av:active {
color: #000000;
}

a {color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; letter-spacing: 0px ; text-decoration: none}

a:Visited  {color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; letter-spacing: 0px ; text-decoration: none}

a:Active  {color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; letter-spacing: 0px ; text-decoration: none}

a:Hover  {
	color: #187E00;
	font-family : Arial, Helvetica, sans-serif;
	font-size :  12px;
	TEXT-DECORATION: underline;
	letter-spacing: 0px;
}


a.bezichtig {
	color: #595959;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
0text-decoration: none; 	margin-left: 90px;
}

a.bezichtig:hover  {color: #595959; font-family : Arial, Helvetica, sans-serif; font-size :  10px; text-decoration: underline}



h1
{
  font-size:14px;
}

h2
{
  font-size:12px;
}


.kop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.kop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#menu {
	width: 654px;
	height: 46px;
	top: 0px;
	float: right;
	background-image: url(../img/menu.gif);
	/*border: 1px solid #000*/
	/*left: 50%;
	margin-left: -511px;*/
	z-index:1;
	}

#tussenstuk {
	width: 654px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: 87px;
	background-image: url(../img/tussenstuk.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}

.centertext {
	text-align:center;
	/*border: solid 1px #000;*/
}

.sitecontainer {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 589px;         /* required - desired height */
	width: 938px;        /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#distance { 
	margin-bottom: -292px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}



#left {
	width: 284px;
	height:589px;
	float: left;
	background-image: url(../img/left.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid #00F;*/
}

#leftinner
{
	margin-left:32px;
	margin-top: 400px;
	font-weight: bold;
	color: #262626;
	font-size: 12px;
}

#inner
{
	width: 643px;
	height:417px;
	overflow:auto;
}

#innerinner
{
	padding-top:10px;
	padding-left:90px;
	padding-bottom:2px;
	padding-right:90px;
	height: 415px;
}

#main {
	width: 654px;
	height:456px;
	float: left;
	background-image: url(../img/main.gif);
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	background-repeat: no-repeat; */
}

#bottom {
	width: auto;
	height:12px;
	float: left;
	margin-top: 8px;
	z-index:1;
	text-align: center;
}

.form_button
{
	background-color:#FFE02F;
	color: #000;
	cursor:pointer;
}