			html, body {
				width: 100%;
				height: 100%;
			}
			html {
				overflow: hidden
			}
			body {
				margin: 0px 0px 0px 0px;
				padding: 0px;
				font-family: tahoma, verdana, sans-serif;
			}
			#map-canvas {
				width: 100%;
				height: 100%;
			}
         
         input {
             width: 12px;
             height: 12px;
             padding: 0;
             margin: 0;
             vertical-align: center;
             position: relative;
             top: 2px;
             *overflow: hidden;
         }
			
			#menu {
				width: 130px;
				border: 1px solid black;
				padding: 2px;
				position: absolute;
				top: 40px;
				right: 20px;
				background-color: white;
				z-index: 9999;
            font-size: 8pt;
			}
			
			#menu a img {
				text-decoration: none;
				border: 0px;
			}
			
			#location {
			}
			
			#location a, #location a:visited, #location a:hover {
				color: #000000;
				text-decoration: none;
				cursor: default;
			}
			
			#zoom, #signaturforklaring, #fejl, #print{
				width: 210px;
				border: 1px solid black;
				padding: 2px;
				position: absolute;
				top: 40px;
				right: 170px;
				background-color: white;
				z-index: 9999;
				display: none;
				font-size: 8pt;
			}
			
			a, a:visited, a:hover {
				color: #000000;
            text-decoration: none;
			}
         
   		a:hover {
            text-decoration: underline;
			}

			#routewindow {
				width: 240px;
				border: 3px solid black;
				padding: 2px;
				position: absolute;
				top: 40px;
				right: 250px;
				z-index: 9998;
				display: none;
				background-color: white;
			}
			
			#routedetails {
				display: none;
				height: 450px;
				overflow: auto;
			}
			
			#resultbox {
				font-size: 8px;
			}
			
			form, form#lookup {
				margin: 0px;
				padding: 0px;
			}
			
			input#address, input#daddress {
				width: 120px;
			}
			
			input#zip, input#dzip {
				width: 90px;
			}
			
			h1 {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
			}
			
			p, td {
			}
			
			table.coordinates {
				margin: 0px;
				font-size: 1em;
			}

			table#routeinput {
				display:none;
			}
			
			td.lefttext {
				width: 60px;
			}
			
			xtr#routeinputtext, xtr#routeinputaddress, xtr#routeinputzip {
				display: none;
			}
			
			span.coordinateflip {
				cursor: pointer;
			}
			
			.topicon {
				float: right;
				border: 1px solid black;
			}
			
			#adsense {
				text-align: center;
				margin-top: 10px;
			}

ul {
margin-left: -40px;
}
			
			li {
				margin-left: 0px;
            list-style-type: none;
            list-style-position: inside;
            text-indent: -20px;
            padding-left: 20px;
            padding-bottom: 0px;
            line-height: 160%;
            *overflow: hidden;
			}

ul li ul li { 
  margin-left: -15px; 
  /*font-style: italic;*/

}

			div.bubbletext {
				font-size: 0.8em;
			}			

			.bubblelink {
				text-align: right;
			}
			
			#getClosestHTML {
				margin: 0; padding: 0
			}
			
			img.featureicon {
				border: 0;
			}

			.smileyicon {
				float: left;
				margin-top: 5px;
				margin-right: 5px;
			}
			.favouriteEntry {
				font-size: 0.8em;
				padding: 2px;
				background-color: white;
			}
			.favouriteHeader {
				font-weight: bold;
				padding: 2px;
				background-color: white;
			}

			.nearestlabel {
				color: #999;
				font-style: italic;
			}
