@charset "UTF-8";
/**
 * EDITH Module
 *
 * (en) YAML core stylesheet
 *
 * @copyright       Copyright 2008, Dirk Meinke
 * @package         edith
 * @version         1.0
 * @revision        -
 * @lastmodified    $Date: 2008-05-29 $
 */
 
 /* Import der EDITH Module */
 /*
 @import url(base_edith_galerie.css);
 @import url(base_edith_gaestebuch.css);
 @import url(base_edith_fundsachen.css);
 @import url(base_edith_wahlschein.css);
 @import url(base_edith_ratsinfosystem.css);
 */
@import url(base_edith_unternehmen.css);
@import url(base_edith_rathaus.css);
@import url(base_edith_vereine.css);
@import url(base_edith_aktuelles.css); 
@import url(base_edith_terminkalender.css);

@media all
{
 /*------------------------------------------------------------------------------------------------------*/
  /**
  * @section Seitenauswahlnavigation
  */

  .seitenauswahl, .seitenauswahl_oldgecko {
    width: 100%;
    overflow:hidden;
  }
  /* (en) alternative class for optional support of old  Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Untersttzung alter Mozilla/Netscape-Brower */
  .seitenauswahl_oldgecko { float:left }
  
  .s_c10l, .s_c15l, .s_c20l, .s_c25l, .s_c40l, .s_c50l, .s_c60l {float: left; }
  .s_c10r, .s_c15r, .s_c20r, .s_c25r, .s_c40r, .s_c50r, .s_c60r {float: right; margin-left: -5px; }

  .s_c10l, .s_c10r { width: 10% }
  .s_c15l, .s_c15r { width: 15% }
  .s_c20l, .s_c20r { width: 20% }
  .s_c25l, .s_c25r { width: 25% }
  .s_c40l, .s_c40r { width: 40% }
  .s_c50l, .s_c50r { width: 50% }
  .s_c60l, .s_c60r { width: 60% }
  
  .s_subc  { padding: 0 0.5em }
  .s_subcl { padding: 0 1em 0 0 }
  .s_subcr { padding: 0 0 0 1em }
  
  .s_subc  { text-align:center }
  .s_subcl { text-align:left }
  .s_subcr { text-align:right }
  /*------------------------------------------------------------------------------------------------------*/

  /* Edith-Suche */
  .su_img_gewichtung { border:1px solid #000;}
  .highlight, .excerpt {color:#bd0000; background-color:#e4e4e4; font-weight:bold;}
  
  /* Edith-Ortsrecht */
  table.ortsrecht { width:100%;}
  table.ortsrecht thead th img { background-color:#929292}
  /* Edith-Ortsrecht */
   table.politik { width:100%;}
   table.politik thead th img { background-color:#929292}
  
}

