/* EXT: rggooglemap */
body {
	background: #F5FEEA url(bg2.jpg) repeat-y center;
}
#content {
	width: 706px;
}

/********************* 
 * List under map
 ******************/ 
/* header for the list*/
/*
.rggmmenu-header {
  width:100%;
  background:#eee;
  padding:5px 0;
  font-size:12px;
  color: #000000;
}

div#Inhalt .rggmmenu-header a {
  text-decoration:none;
}

.rggmmenu-headerleft {
  float:left;
  display:inline;
  padding-left:10px;
}

.rggmmenu-headerright {
  float:right;
  display:inline;
  padding-right:10px;
}
*/

#treemenu1 li {
display:inline;
}

#treemenu1 .rggmcb-116, #treemenu1 .rggmcb-117 {
display:none;
}

/* Menu style */
#rggmmenu {
  width: 650px;
  width:100%;
  margin: 0 auto 0 auto;
  border-left: 1px solid #CCC;
  border-collapse:collapse;
  margin-top: 10px;
}

#rggmmenu th {
  font: bold Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  border: 1px solid #C3DB7B;
  border-left:0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 4px 2px 14px;
  background: #C3DB7B;
  vertical-align:middle;
}

#rggmmenu th:first-child {
  padding: 4px 4px 2px 18px;
}

#rggmmenu td {
  font: normal Verdana, Arial, Helvetica, sans-serif;
  border-right: 1px solid #C3DB7B;
  border-bottom: 1px solid #C3DB7B;
  padding: 3px 12px 3px 12px;
  color: #000000;
}

#rggmmenu td:first-child {
  padding: 3px 12px 3px 4px;
}

#rggmmenu1 td:first-child {
  padding: 3px 12px 3px 4px;
}

/* background normal line */
#rggmmenu tr {
  background: #FFF;
}

#rggmmenu tr.alt {
  /*background: #F2F2F3;*/
  background: #E6F5BA;
}


/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
as it trys to download the image each and every time that it is used... */
/*
#rggmmenu tr[class="even"] td {
  background: #EBEBED url(rggm/td_alt.jpg) no-repeat;
}
#rggmmenu1 tr[class="even"] td {
  background: #EBEBED url(rggm/td_alt.jpg) no-repeat;
}
#rggmmenu td[class~="even"] {
  background: #fff url(rggm/col_alt.jpg) no-repeat !important;
}
#rggmmenu1 td[class~="even"] {
  background: #fff url(rggm/col_alt.jpg) no-repeat !important;
}
/* Poor old Internet Explorer won't see the next two rules either */
/*
#rggmmenu tbody tr.even td:first-child {
  background: #EBEBED url(rggm/bullet2.gif) no-repeat;
}
#rggmmenu1 tbody tr.even td:first-child {
  background: #EBEBED url(rggm/bullet2.gif) no-repeat;
}
#rggmmenu tbody tr td:first-child {
  background: #fff url(rggm/bullet1.gif) no-repeat;
}
#rggmmenu1 tbody tr td:first-child {
  background: #fff url(rggm/bullet1.gif) no-repeat;
}

*/

div#Inhalt #rggmmenu tbody tr a {text-decoration:none;}

div#Inhalt #rggmmenu tbody tr a:hover {text-decoration:underline;}

div#Inhalt .sortable-text a:hover {
  text-decoration:none;
}

#rggmmenu td a:hover {
  border-bottom:1px solid #CCC;
}


/********************* 
 * POI
 ******************/ 
.poi-content {
  clear:both;
  height:200px;
  width:220px;
  font-size:11px;
  color:#1c1818;
}
/* default links */
div#Inhalt .poi-content a{
  text-decoration:none;
}

/* name of recordd */
.poi-name{
  font-size:13px;
  border-bottom:1px solid #CCC;
  letter-spacing:1px;
  color:#255876;
  margin-bottom:5px;
}

/* address */
.poi-address {
  padding:0 0 2px 5px;
}
.poi-street {
  display:block;
}

.poi-zip{
  font-style:italic;
}

.poi-city{
  font-style:italic;
}

.poi-phone{
  display:block;
}

/* record image */
.poi-image {
  float:right;
}

/* no link POI */
.poi-gray {
  color:#666;
  padding:0 3px;
}

/********************* 
 * Map
 *****************
#map {
  width:720px;
  height:570px;
  border:1px solid #CCC;
}*/

/********************* 
 * Uebersicht Icons
 ******************/ 
#rggmmapbar {
  background:#e7e7e7;
  width:720px;

  height:53px;
  border:1px solid #CCC;
  border-bottom:0px;
}
#rggmmapbar img {
  float:left;
  padding:0 5px;
}

#rggmmapbar .nav img  {
  margin-top:15px;
  padding:0 6px;
}

#rggmmapbar .help img {
  margin-top:15px;
  float:right;
}

/********************* 
 * Tooltip map
 ******************/ 
.markerTooltip {
  background: #fff;
  font-weight:bold;
  color:#000;
  padding: 2px 3px;
  white-space: nowrap;
  border: #000 solid 1px;
  z-index:4;
  font-size:11px;
}

/********************* 
 * Uebersicht Kategorieansicht
 ******************/ 
#rggm-menucat-nest {
  width:730px;
  padding:0 0px;
  background:#fff;
}

.rggm-menucat {
  width:230px;
  float:left;
  padding:5px 5px;
  height:95px;
  background:#eee;
  margin:1px;
  overflow:auto;
}

.rggm-menucat:hover {
  background:#fff;
}

.rggm-menucat-title {
  padding:0;
  margin:0;
  font-size:12px;
  letter-spacing:1px;
  color: #78A8BB;
}

.rggm-menucat:hover .rggm-menucat-title{
  font-weight:bold;
}

.rggm-menucat ul {
  padding:0;
  margin:0;
}

.rggm-menucat li {
  list-style:none;
  padding:0;
  margin:0;
  line-height:14px;
}

div#Inhalt .rggm-menucat a {
  text-decoration:none;
  font-size:11px;
  padding:0;
  margin:0;
  padding-left:5px;
}

div#Inhalt .rggm-menucat a:hover {
  color:#255876;
}


.titletips2{
 cursor: pointer;
}

#legende_googlemap td {
  color: #000000;
  border: 1px solid #CCC;
  letter-spacing: 1px;
  text-align: left;
  vertical-align:middle;
}
.poi-content h1 {
	font-size: 12px;
	color: black;
}
ul#poitab {list-style: none; margin:0; padding:0;}

ul#poitab li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.poi-content img {
	float:right;
	padding: 5px 0 5px 5px;
}
