
html,
body {
    color: #005E76;
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    font-weight: normal;
	margin: 0;
	padding: 0;
	height: 500px;
    background-color: #FFF9EF;
}

#resultdiv {
    color: #005E76;
	line-height: 1.6;
	position: absolute;
	height: 100px;
	left: 0px;
	top: 28px;
	width: 476px;
	border: solid 1px #AAAACC;
    text-align: left;
  	padding: 2px;
}
#resultdiv.alert{
	border: solid 1px #FF6666;
    background-color: #FFEEEE;
}

#resultdiv.done{
    text-align: left;
	border: solid 1px #AAAACC;
    background-color: #FFFFFF;
}

#resultdiv A:link, 
#resultdiv A:active, 
#resultdiv A:visited {
    font-weight: bold;
    text-decoration: none;
    color: #7AA930;
}

#intro {
	position: absolute;
	line-height: 1.4;
	height: 65px;
	width: 480px;
	left: 270px;
	top: 0px;
	border_bottom: solid 1px #444444;
	padding: 5px;
}
#intro ul {
  margin: 0;
}

#legenda {
	line-height: 1.2;
	position: absolute;
	height: 40px;
	left: 0px;
	top: 595px;
	width: 476px;
	border: solid 1px #AAAACC;
    padding: 2px;
    background-color: #FFF9EF;
}

.claimed { color:#FF0000;    font-weight: bold; }
.self {  background-color:#00FF00; width:20px; }
.free {  background-color:#00A0C0; width:20px; }

#soort {
	position: absolute;
	line-height: 1.4;
	height: 30px; width: 480px; left: 10px; top: 0px;
	padding: 0px;
    text-align: center;
}
#soortkeuze {
  width:250px;
  background-color:#F0F0FF;
}
#soortkeuze option { 
color:#005E76;
background-color:#FFFFFF;
}

#map_canvas {
  position:absolute;
  top:140px; left:0px; width:480px; height:450px;
  margin:0px; padding:0px;
}

h1 {
    color: #D25503;
    font-size: 18px;
}

h2 {
    color: #333333;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 16px;
    font-weight: normal;
  	padding: 0px;
  	margin-top: 5px;
  	margin-bottom: 10px;

}

h3 {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #086A3F;
}

span.title { font-size:14px; font-weight: bold;  color: #0044BB; }
td.label {
  font-style: italic;
  font-size: 10px;
  vertical-align: top;
}

td.description {
  color:     #666666;
  font-size: 10px;
  vertical-align: top;
}


a.level {font-size:9pt; color: #404040; text-decoration: none;}
a.sel {font-size:9pt; color: #0040A0; text-decoration: none;}
a:hover {
    text-decoration: underline;
}

