/*#######################################################*/
/*                     reset HTML-elementen              */
/*#######################################################*/
*,
html,
body,
img,
a,
div,
span,
hr,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
table,
tr,
th,
td,
form,
fieldset,
label,
input,
object,
embed,
param,
script,
noscript
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
	
a,
a img,
a:hover img
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}	

input:focus,
a:focus,
a:active
	{
	outline: none;
	-moz-outline-style: none;
	}



/*#######################################################*/
/*                     floats                            */
/*#######################################################*/
.clear
	{
	margin: 0 0 -1px 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}

body
	{
	margin: 15px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	}

	
/*#######################################################*/
/*                     google-maps                       */
/*#######################################################*/    
#gmap_container
	{
	width: 740px;
	}
	
#gmap_kop
	{
	height: 18px;
	line-height: 18px;
	color: #C53C2F;
	}
	
#gmap_message
	{
	margin: 3px 0 0 15px;
	}
	
#gmap_message img
	{	
	float: left;
	}

#gmap_message p
	{	
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	height: 16px;
	line-height: 16px;
	}
	
#gmap
	{
	width: 740px;
	height: 320px;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	}
	
.gmap_marker
	{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	color: #000;
	}
	
.gmap_marker a
	{
	color: #605A4B;
	text-decoration: none;
	}
	
.gmap_marker a:hover
	{
	color: #000;
	text-decoration: underline;
	}