.body {
	margin:0px;
	padding:0px;
	overflow: hidden;
}

a:link ,a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}


h2 {
	font-size: 14px;
	color: #000000;	
	margin: 0px;
	padding: 0px;
}


#header {
	position:absolute;
	margin:4px;
	padding:0px;
	top:0px;
	left:0px;
	width:99%;
	height:35px;
	background-color:#FFFFFF;
	overflow:hidden;
	z-index:1;
}

#topad {
	position: absolute; 
	right:20px; 
	top:29px;
	background-color:#FFD056;
	padding:0px;
	z-index:2;
}

#topMenu {
	
	position:absolute;
	margin: 4px;
	padding:0px;
	top:40px;
	left:0px;
	width:99%;
	height:80px;
	overflow:auto;
	z-index:1;
}

#searchFrame {
	margin:0px;
	padding:0px;
	background-color:#FFD056;
	z-index: 2;
}

#leftMenu {
	background-color:transparent;
	position:absolute;
	margin:0px;
	padding:0px;
	top:120px;
	left:0px;
	width:200px;
	height:400px;
	overflow:hidden;
	z-index:1; 
}

#bukkenResultFrame {
	background-color: #C1F3BF;
	text-align:center; 
	margin: 4px;
	height:205px;
	padding:0px;
}


#blogResultFrame {
	background-color: #FFD5F4; 
	text-align:center; 
	margin-top: 4px;
	margin-left: 4px;
	margin-right:4px;
	height:200px;
	padding:0px;
}
#bukkenResult {
	border:1px solid; 
	background-color:#FFF; 
	overflow:auto; 
	height:170px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right:4px;
	text-align: left;
}

#blogResult {
	border:1px solid; 
	background-color:#FFF; 
	overflow:auto;
	height:170px;
	margin:3px;
	text-align: left;
}


#rightMenu {
	position:absolute;
	margin:0px;
	padding:0px;
	top:120px;
	right:2px;
	width:170px;
	height:400px;
	overflow:auto;
	z-index:1; 
}


#layerFrame {
	background-color:#8BCFDF;
	margin: 4px;
	text-align: center;
}

#legendFrame {
	background-color:#8BCFDF;
	margin: 4px;
	text-align: center;
}

#rightMenuAd {
	background-color:#8BCFDF;
	margin: 4px;
	text-align: center;
}


#map {
   	top:115px;
	left:195px;
	padding:0px;
	margin:0px;
    width: 612px;
    height: 512px;
    border:1px solid;
    z-index:0;
}

#ad {
	position:absolute;
	bottom:10px;
	right:180px;
}

#footer {
	background-color: transparent;
	position:absolute;
	margin:0px;
	bottom:0px;
	left:0px;
	height:44px;
	width:100%;
	text-align:center;
	z-index:2;
	overflow: auto;
}


.bukkenRecord01 {
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 1px;
}

.bukkenRecord02 {
	cursor:pointer;
	background-color: #F0F0F0;
	padding: 1px;
}

.bukkenDetail {
	color: #000000;
	font-size: 11px;	
}


/*
#footer a:link ,#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
*/

