
/* ========= HORIZONTAAL MENU ========= */

ul#navigatie {
	padding: 0;
	margin:  0;
	list-style: none;
}
#navigatie ul {	 
	 list-style: none;
}	
ul#navigatie li {
	float: left;
	padding: 0.2em 0.7em 1.0em 0; 
	position: relative;	
}	
#navigatie a {
	display: block;
}

/* uitklapmenu */

#navigatie li ul {
	background: url(../afbeeldingen/agrondsf.png);
	position: absolute;
	top: 2.5em; 
	left: -999em;
    width: 10.3em; 
	padding: 0 0 0 0;
	margin: -3px 0 0 7px; 
	z-index: 100; 
} 
#navigatie li li {
	width: 8.9em; 
	padding: 2px 1em 2px 0.5em;
	margin: 0;
}
#navigatie li li:hover, #navigatie li li.sfhover {
    background: #DEE2CC;
}
#navigatie li ul ul {
    padding: 0 0 0 1px;	
	margin: -2.5em 0 0 10.3em; 
	border-left: 0;
}
#navigatie li:hover ul ul, #navigatie li:hover ul ul ul, #navigatie li:hover ul ul ul ul, #navigatie li.sfhover ul ul, #navigatie li.sfhover ul ul ul, #navigatie li.sfhover ul ul ul ul { 
	left: -999em;
	color: #2D385D;
}
#navigatie li:hover ul, #navigatie li li:hover ul, #navigatie li li li:hover ul, #navigatie li li li li:hover ul, #navigatie li.sfhover ul, #navigatie li li.sfhover ul, #navigatie li li li.sfhover ul, #navigatie li li li li.sfhover ul {
	left: -8px;
	color: #E3420D;
}

/* styles uitsluitend tbv tekst */

#navigatie, #navigatie a {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #6B3023;
	text-decoration: none;
}
#navigatie a:hover, #navigatie li:hover a, #navigatie li.sfhover a { 
	color: #E3420D;
}
#navigatie li:hover li a, #navigatie li.sfhover li a {
	font-size: 90%;
	color: #2D385D; 
	font-weight: bold;
}
#navigatie li a:hover, #navigatie li:hover a:hover {
	color: #E3420D;
}

/* ========== DIVERSEN ============ */

#kop img {
    margin-left: 0;
}
#menuhor img {
    margin: 0 0 2px 0;
}
img.afbeeldingrechts {
    float: right;
	margin: 7px 0 5px 20px;
}
img.afbeeldinglinks {
    float: left;
	margin: 5px 20px 5px 0;
}
.ezo {
	unicode-bidi:bidi-override;
	direction: rtl;
}
#voet  {
	position: relative;	
} 

#invoet a {
	display: block;
	height: 28px;
}	
#invoet a {
	text-indent: -9999em;
	text-decoration: none;	
}
#invoet a:hover { background: url(../afbeeldingen/voet.gif) -100px -93px no-repeat; }

#alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	font-style: italic;
	color: #339900;
	text-align: center;
	margin: 1.3em 1.6em 0 0;
	width: 450px;
	top: 300px;
	right: 220px;
	z-index: 10;
	position: absolute;
}0

/* ========== GMAPS ============ */

#map { /* div waarin Google Maps geladen wordt */
	width: 450px;
	height: 420px;
	margin-top:15px;
}
.googlemelding { /* tbv de melding dat Google Maps bezig is met laden */
	margin: 115px 25px 25px 45px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E3420D;
	font-style: italic;
}
table#gm {
    width: 450px;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse; 
}
table#gm td {
	border: 0;
	padding: 0;
	margin: 0;
}
input#straat {
    width: 200px;
}
input#huisnr {
    width: 50px;
}
input#plaats {
    width: 200px;
}
.gmrechts {
    float: right;
	margin: 0 0 0 15px;
}
