
  /*
  **  stylesheet definitions for ###DOMAIN###
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT
  **  @author     ###AUTHOR###
  **  @since      ###DATE###
  */

  @import url('style-reset.css');
  @import url('style-typography.css');
  @import url('style-forms.css');
  @import url('style-ve_guestbook.css');

  body {
    font: normal normal normal 62.5%/100% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #f1f5fa;
  }

  div.clear {
    clear: both;
    line-height: 0px;
  }

  /* google map item */
  #map {
    margin: 1.5em 0;
  }

  /* table in directions element */
  #directions table td {
    line-height: 1.5em !important;
  }

  #content {
    font-size: 1.2em;
    padding: 2em;
  }
