
body {

  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; 

  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #938989;
  SCROLLBAR-ARROW-color: #938989;
}




.headtitle {color: #F0ECEC; font-family: Trebuchet MS, Verdana, Arial;font-size: 28px;}



.contains {
  position: relative;
  left: 2px;
  top: 2px;
  color: #938989;

}
.text {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #FFF;
}



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


.head1 {
  background-color: #938989;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;

}



.head2 {
  background-color: #EAE4E4;// #EAE4E4
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}


.head3 {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.head4 {
  background-color: #C0D6E2;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.headadmin {
  background-color: #E5DFE5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}
.military {
  background-color: #EEFCEE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;

}

.searchinput {
  background-color: #FFFFFF;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #938989;
  font-size: 11px;
  WIDTH: 130px;
}


button1 {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #E5DFE5;
  color:black;
  text-align:left;
  font-size: 11px;
  font-weight: normal;
    border: 1px SOLID #000000;
}

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


.input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight:normal; 
  width: 150px;
  color:#000000; 
}

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

.inputtxt {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight:normal; 
  font-style:italic; 
  width: 150px;
  color:#000000; 
}

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






/*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;
}



