#map {
  height:450px;
}

/* INFOBOX */
#infobox{
	width:300px;
}
	
.infobox-dragbar {
	background: #CAE8EA url(img/infobox_header.jpg) no-repeat;
	cursor:hand; 
	cursor:pointer;
	padding: 10px 0 8px 10px;
	border:1px solid #C1DAD7;
	overflow:auto;
}

.infobox-left {
	font-size : 12px; 
	font-weight: bold;
	float: left;
	padding-left: 5px;
  color: #4f6b72;
  letter-spacing: 1px;
  text-transform: uppercase;
}
		
.infobox-right {
	text-align:right;
	padding-right: 10px;
}

.infobox-mainNest {
	text-align: left;
	padding: 10px;
	background-color: white;
  border:1px solid #C1DAD7;
  border-top:0px solid;
  height:300px;
  overflow:auto;
  color:#232;

}	

#infoboxtab {
  margin: 0;
  padding:5px 0;
  height:15px;
margin-bottom:10px;
  border-bottom: 1px solid #9FB1BC;
}

#infoboxtab li {
  padding:0 ;
  display: block;
  float:left;
  list-style: none;
  background:none;
}

#infoboxtab a, #infoboxtab a:link, #infoboxtab a:visited {
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;  
  letter-spacing: 1px;
}

#infoboxtab .act a, #infoboxtab a:link.active, #infoboxtab a:visited.active, #infoboxtab a:hover {
	color: #000;
	background: url(square.gif) no-repeat bottom center;
}
	


/* tooltip at POI on map */
.markerTooltip {
  background: #fff;
  color:#000;
  padding: 3px 6px;
  white-space: nowrap;
  border: #333 solid 1px;
  -moz-border-radius:10%;
  -moz-opacity: 85%;
  opacity: 0.85;
  z-index:4;
}


#poitab {
	margin: 0;
	padding: 0 0 20px 0 !important; padding:0;

	width:220px;
border-bottom: 1px solid #9FB1BC;
}

#poitab li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#poitab a, #poitab a:link, #poitab a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;  	
}

#poitab .act a, #poitab a:link.active, #poitab a:visited.active, #poitab a:hover {
	color: #000;
	background: url(square.gif) no-repeat bottom center;
}

.poi-content {
clear:both;
height:80px;
overflow:auto;
}

#resultdiv {
Xpadding:10px;
}

#resultdiv ul {
list-style:none;
padding-left:10px;
}
#resultdiv li {
padding:1px 0;
}

/* MENU */

.menutitle {
        font-weight:bold;
        text-transform:uppercase;
        
}


#rggmmenu2
        {

        margin: 0 auto 0 auto;
        border-collapse:collapse;
        }


#rggmmenu2 tr td {
border:1px solid #ccc;
background:#eee;
padding: 2px 2px 2px 5px;
        }


#rggmmenu2 tr.even td {
background:#fff;
}

#rggmmenu2 tr td:hover
        {
background:#C1DAD7
        }





#rggmlocationnest {
position:absolute;
left:695px;
top:128px;
z-index:999;
width:200px;
background:#eee;
border:1px solid #ccc;
border-top:0px;
}
#rggmlocationcontent {
padding:10px;
}


#geocode .input {
width:100px;
border:1px solid #ccc;
padding:1px;
}
#geocode .submit {
width:50px;
}

.mapcat {
  padding:10px;
}

#categoryheader, #smallmapheader, #sucheheader {
width:100%;
display:block;
cursor:pointer;
}

#menu img {
cursor:pointer;
}
