.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:37px;
	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:0px;
	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:0px;
	height:400px;
	overflow:hidden;
	z-index:1; 
}




#rightMenu {
	position:absolute;
	margin:0px;
	padding:0px;
	top:30px;
	right:2px;
	width:250px;
	height:400px;
	overflow:auto;
	z-index:1; 
}

#restaurantResultFrame {
	background-color: #ffacac;
	text-align:center; 
	margin:10px 4px;
	height:300px;
	padding:0px;
}


#restaurantResult {
	border:1px solid; 
	background-color:#FFF; 
	overflow:auto; 
	height:250px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right:4px;
	text-align: left;
}

#legend {
	width:210px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

#legendFramne {
	background-color:#ffacac;
	margin: 4px;
	text-align: center;
}

#rightMenuAd {
	background-color:#ffacac;
	margin: 4px;
	text-align: center;
}


#map {
   	top:35px;
	left:5px;
	padding:0px;
	margin:0px;
    width: 612px;
    height: 512px;
    border:1px solid;
    z-index:0;
}

#ad {
	position:absolute;
	bottom:10px;
	right:180px;
}

#footer {
	background-color: #ffd46d;
	position:absolute;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	padding:0px;
	left:0px;
	height:50px;
	width:99%;
	text-align:center;
	z-index:2;
	overflow: hidden;
}


.bukkenRecord01 {
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 1px;
}

.bukkenRecord02 {
	cursor:pointer;
	background-color: #F0F0F0;
	padding: 1px;
}

.bukkenDetail {
	color: #000000;
	font-size: 12px;	
	margin:1px;
}

.stationDetail {
	color: #000000;
	font-size: 12px;
}


/*
#footer a:link ,#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
*/

