@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media screen
{
  
  #main { background: #fff url("../../images/bg_main0.gif") repeat-x top left; /*color:#000;*/ }

  #col3 { border-bottom:0.4em #feed01 solid; }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a,
  a:visited  { color:#000; text-decoration:underline; }

  a:focus { color:#fff; background: #000; outline: 0 none; }
  a:hover,
  a:active { color:#fff; background:#000; }

  #col3 h1, #col3 h2, #col3 h3, #col3 h4, #col3 h5, #col3 h6 {
    color:#000;
  }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Modifying "vertical list" navigation
  * (en) Anpassung der "vertical list" Navigation
  */

  /* title */
  
  .pagetitle, 
  h6.vlist {
    color:#000;
    border-bottom:0.4em #feed01 solid;
  }
  
  .vlist {
    border-bottom:0.4em #feed01 solid;  
    color:#000;
  }

  .vlist a,
  .vlist a:visited  { color:#000; }

  /* Level 1 */
  .vlist li ul li a, 
  .vlist li ul li a:visited { color:#000; }
  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { background-color:#000; color:#fff; }

  /* Level 2 */
  .vlist li ul li a, 
  .vlist li ul li a:visited { color:#000; }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { background-color:#000; color:#fff; }
 
  /* Level 3 */
  .vlist li ul li ul li a,
  .vlist li ul li ul li a:visited{ color:#000; }
  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { background-color:#000; color:#fff; }
  
  /* active list element */
  .vlist li.active {
    background-color:#000;
	color:#fff;
  }
  
  .vlist li.active ul {
    background-color:#fff;
  } 

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .info { background: #feed01; color:#000; }
  .back { padding-top:.5em; border-top:1px solid #feed01; }


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

  /* headimage */
  .ce_sbsvheader { 
    /*border-top:0.4em #feed01 solid;*/
	border-bottom:0.4em #feed01 solid; 
  }
  
  /* newsboxen startseite */
  .mod_newslist, 
  .mod_eventlist { background: #feed01; }
  
  .mod_newslist .block,
  .mod_eventlist .event { background: #fff; }
  
  /* Übersicht Liste */
 .search_item_list div,
  #event_list .single_item,
  #news_list .single_item { border-top:1px solid #feed01; }
 
   /* Formular */
  .kontaktformular { border-top:0.1em #feed01 solid; }
  
  /* Teaserbox */
  #teaserbox p { border-top:0.3em #feed01 solid; }
  
 } 