/* CSS by LOKO IT-specialisten, not to be copied or distributed */
/* http://www.loko.nl */

/* global page styles */
body {
	margin: 0px;
	padding: 0px;
	/* declaring base font type and size for entire page */
	font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #DAE1EB;
}
/* default link styles */
a:link { color : white;  text-decoration : none;  }
a:visited { color : white;  text-decoration : none; }
a:hover { color : navy; text-decoration: underline; }
a:active { color : yellow;  text-decoration : none; }

a.details:link { color : green;  text-decoration : none;  }
a.details:visited { color : purple; text-decoration : none; }
a.details:hover { color : navy; text-decoration: underline; }
a.details:active { color : red;  text-decoration : none; }

/* page divisions */

#map {
width: 660px; 
height: 520px;
}
#side_bar {
background-color: #7a94b5;
color: white;
overflow:auto;
width: 260px; 
height:500px; 
float: left;
margin: 0 0 0 10px;
padding:  10px;
}
#div_detail {
background-color: transparent;
width: 100%;
padding: 10px 10px 0 10px;
}

h1 {
	font-size : 1.4em;
	color : #01247E;
  font-weight : bold;
	font-family : Times New Roman,Times,New York;
}
h2 {
  font-size: 1.2em;
	color : white;
}
h3 {
	font-size : 1.1em;
	color : #01247E;
	font-weight : bold;
	font-style : italic;
}
h4 {
	font-size : 1.1em;
	color : #01247E;
	font-weight : bold;
	font-style : italic;
}
h5 {
	font-size : 0.8em;
	color : #01247E;
	font-weight : normal;
	font-style : normal;
}

