@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * Farbzuweisungen (MONIKA)
 *

   */
@media all
{

  #nav_main, #zentrierung_nav {
    background: #a19f00;
  }
  
  #nav_main ul li a,
  #nav_main ul li strong {
  border-left: 1px #a19f00 solid;
    border-right: 1px #a19f00 solid;
  border-top: 1px #a19f00 solid;
    border-bottom: 1px #a19f00 solid;
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
  color: #a19f00;
  background: #fff;
  border-left: 1px #a19f00 solid;
  border-right: 1px #a19f00 solid;
  border-top: 1px #a19f00 solid;
    border-bottom: 1px #a19f00 solid;
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active
     {
    color: #a19f00;
  background: #fff;
  border-left: 1px #a19f00 solid;
  border-right: 1px #a19f00 solid;
  border-top: 1px #a19f00 solid;
    border-bottom: 1px #a19f00 solid;
  }

	
}