@import url(basic.css); /* containing all element-definitions */
@import url(fonts.css); /* containing all font declarations */
@import url(layout.css); /* importing the structure of the website (header, right column, content and footer. */

li.bgc0 {
background-color:#000000;
}

li.bgc1 {
background-color:#181818;
}

li.bgc2 {
background-color:#232323;
}

#map img {
background: transparent;
padding: 0px;
margin: 0px;
}

.naGMap {
color: #5b5b5b;
}
.naGMap a,
.naGMqp a:link,
.naGMap a:visited, 
.naGMap a:active {
}
.naGMap a:hover, 
.naGMap a:focus {
text-decoration: underline;
}
.naGMap img {
background: transparent;
padding: 0px;
margin: 0px;
}


.naGMapOverlay {
  width: 150px;
  height: 40px;
  background-color:  #000;
  position: absolute;
  top: 150px;
  left: 250px;
  padding-top: 0px;
  z-index: 10000;
  color: #D5D5D5;
  border:none;	
  text-align: center;
  font-size: 30px;
  filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.naGMapOverlay img {
  border: none;
  background: none;
}