
body {
background-image: 
url('');
background-repeat: 
no-repeat;
background-attachment: 
fixed;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
  background-color: green;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #ffffff;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  green;
  SCROLLBAR-ARROW-color: green;
}




.head0 {
  background-color: green;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}


.head1 {
  background-color: #12A412;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;

}



.head2 {
  background-color: #F2A91C;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #F2A91C;

}
.head3 {
  background-color: #14C214;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}


.button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: green;
  color: lightgreen;
  font-size: 11px;
  font-weight: bold;
}


.input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  width: 200px;
}

.textarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  width: 350px;
}

/*form voor indivueel zoeken*/
.input2 {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #847C7C;
  font-style: oblique;
  font-size: 11px;
  width: 200px;
}



/* tooltip categories */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../ttpage/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:18px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #938989;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:-15px;
	position:absolute;
	width:165px;	/* Width of tooltip content */

	background-color:#FFF;	/* Background color */

	font-size:16;	/* Font size of content */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}


