@charset "UTF-8";
/* ---------------------------------------------------------------- */
/**
 * Stylesheet fuer GoogleMaps
 *
 * $Rev: 9538 $ $Date: 2010-08-30 15:53:19 +0200 (Mo, 30 Aug 2010) $
 * $Author: Wojewsky $
 * $URL: https://wb4serv.heinze.de/projects_and_applications/bhp_BauherrenPortal/frontend/branches/hze 0.5/application/hze/css/yaml/screen/layouts/googleMaps.css $
 *
 * @category hze_css
 * @package  HZE_Css
 * @version  $Rev: 9538 $
 * @author   $Author: Wojewsky $
 */
/* ---------------------------------------------------------------- */

@media all {
  DIV.allGoogleData {
    display: none;
  }

  DIV.allGoogleMapsDescription {
    visibility: hidden;
    position: absolute;
  }

  DIV#allGoogleMapsCanvas DIV.allGoogleMapsDescription {
    visibility: visible;
    position: relative;
  }

  DIV.allGoogleMapsDescription P {
    font-size: 13px;
    line-height: 1.4em;
    width: 260px;
  }

  DIV.allGoogleMapsDescription P A {
    color: #333;
  }

  DIV.allGoogleMapsDescription P A:hover {
    color: #c64001;
  }

  DIV.allGoogleMapsDescription P.cssHeadline {
    padding: 10px 0 6px;
  }

  DIV.allGoogleMapsDescription P.cssHeadline A {
    padding: 0 0 3px 0;
  }

  DIV.allGoogleMapsDescription TABLE TD {
    vertical-align: top;
  }

  DIV.allGoogleMapsDescription P.cssSpacingTop {
    padding-top: 7px;
  }

  DIV.allGoogleMapsDescription P.cssSpacingBottom {
    padding-bottom: 7px;
  }

  DIV.allGoogleMapsDescription DIV.cssLogo {
    margin: 15px 0 7px 0;
  }

  DIV.allGoogleMapsDescription DIV.type-button {
    margin: 20px 6px 7px 0;
  }

  DIV#allGoogleMapsCanvas {
    width: 100%;
    height: 433px;
  }

  /* ---------------------------------------------------------------- */
  /* Bewertung                                                        */
  /* ---------------------------------------------------------------- */
  DIV.allGoogleMapsDescription TR.cssGoogleMapsDescriptionRatingRow TD {
    padding: 15px 0 0 0;
  }

  DIV.allGoogleMapsDescription TR.cssGoogleMapsDescriptionRatingRow P {
    float: left;
    width: 60px !important;
    font-size: 13px;
    margin: 10px 0 0 0;
  }

  DIV.allGoogleMapsDescription TR.cssGoogleMapsDescriptionRatingRow DIV.allStarRating {
    float: left;
    width: 85px;
    margin: 12px 0 0 0;
    background-color: #acacac;
  }

  DIV.allGoogleMapsDescription TR.cssGoogleMapsDescriptionRatingRow DIV.allStarRating SPAN.cssRatingStars {
    background-position: 0 -449px;
  }

  DIV.allGoogleMapsDescription TR.cssGoogleMapsDescriptionRatingRow DIV.allStarRating .allRatingFill {
    background-color: #5b5b5b;
  }

  DIV.allGoogleMapsDescription TR.cssGoogleMapsDescriptionRatingRow DIV.allStarRatingCount {
    float: left;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    padding: 12px 0 0 13px;
  }

  DIV.allGoogleMapsDescription DIV.type-button {
    float: right;
  }
}