
/* Algemene Tag definities*/
BODY					{
                        margin:0;
                        padding:0;
                        font-family: Verdana, sans-serif;
                        font-size: 8pt;
                        color: #333333;
						}

P						{
                        font-family: Verdana, sans-serif;
						margin: 0px;
                        font-size: 8pt;
                        color: #333333;
						vertical-align: top;
						}
						
H1                      {
                        font-family: Verdana, sans-serif;
                        font-size: 13pt;
                        color: #D0510E;
						font-weight: bold;
                        }
						
H2                      {
                        font-family: Verdana, sans-serif;
                        font-size: 11pt;
                        color: #D0510E;
						font-weight: bold;
                        }
						
H3                      {
                        font-family: Verdana, sans-serif;
                        font-size: 11pt;
                        color: #333333;
						font-weight: bold;
                        }
						
H4                      {
                        font-family: Verdana, sans-serif;
                        font-size: 10pt;
                        color: #333333;
						font-weight: bold;
                        }
						
H5                      {
                        font-family: Verdana, sans-serif;
                        font-size: 9pt;
                        color: #333333;
						font-weight: bold;
                        }
						
H6                      {
                        font-family: Verdana, sans-serif;
                        font-size: 8pt;
                        color: #333333;
						font-weight: bold;
                        }
						
TABLE 					{	   
                        font-size: 8pt;
                        color: #333333;
	  					}
						
TD 						{
   						empty-cells: show;
                        font-size: 8pt;
                        color: #333333;
						}
						
UL 						{
                        font-size: 8pt;
                        color: #333333;
						margin-top: 0px;
						}

LI	 					{
                        font-size: 8pt;
                        color: #333333;
						margin-top: 0px;
						list-style-type: square;
						}

FORM					{
						margin: 0px;
						}

TEXTAREA                {
                        font-family: Verdana, sans-serif;
                        font-size: 8pt;
                        color: #333333
                        }

INPUT                   {
                        font-family: Verdana, sans-serif;
                        font-size: 8pt;
                        color: #333333
                        }

SELECT                  {
                        font-family: Verdana, sans-serif;
                        font-size: 8pt;
                        color: #333333
                        }
						
A 						{
						font-family: Verdana, sans-serif; 
						font-size: 8pt; 
						color: #000000; 
						text-decoration: underline;
						}

A:link 					{
						font-family: Verdana, sans-serif; 
						color: #000000; 
						}
						
A:active  				{
						font-family: Verdana, sans-serif; 
						color: #000000; 
						}
						
A:visited  				{
						font-family: Verdana, sans-serif; 
						color: #000000; 
						}
												
A:hover  				{
						font-family: Verdana, sans-serif; 
						font-size: 8pt; 
						color: #7a7a7a; 
						}						
								
HR 						{
   						color: #cccccc;
   						background-color: #cccccc;
   						height: 1px;
						}						

IMG 					{
						border-color: #000000;
						}


A.colofon:link         {
                font-family: Verdana, Arial, sans-serif;
                font-size: 9px;
                color: #666666;
                text-decoration: none;
               }
A.colofon:active          {
                font-family: Verdana, Arial, sans-serif;
                font-size: 9px;
                color: #666666;
                text-decoration: none;
                }
A.colofon:visited          {
                font-family: Verdana, Arial, sans-serif;
                font-size: 9px;
                color: #666666;
                text-decoration: none;
                }

A.colofon:hover         {
                font-family: Verdana, Arial, sans-serif;
                font-size: 9px;
                color: #666666;
                text-decoration: none;
                }				

#controletegennietmensen 
	{
	visibility:hidden;
	display:none;
	}


.ui-bg_flat_0_000000_40x100.png.ui-widget-overlay {
    background: url("images/ui-bg_flat_0_000000_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
    opacity: 0.5;
}


   #zoekvenster select {
	position: relative;
	width: 147px;
	height: 22px;
	font-size: 13px;
	/*margin-left: 7px;*/
	margin-bottom: 3px;
	}
	
	input.zbutton{
	margin-top: 2px;
	background: url(/site/images/zoek.png);
	width: 46px;
	height: 22px;
	border:none;
	
	}
	input.zbutton:hover{
	background: url(/site/images/zoek_hover.png);
	}
	
	.zoekplaats {
	background-color: #bbbbbb;
	width: 160px;
	}
	
	.zoekplaats_inner {
	position: relative; 
	background-color: #bbbbbb; 
	margin-left: 7px; 
	margin-top: -76px;
	/*width: 150px; /* chrome */
	}
