@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * Farbzuweisungen (MONIKA)
 *

   */
@media all
{

  a {color: #889c27; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#667328; text-decoration:underline;}

h2, h2 a {
	color: #889c27;
	text-decoration: none;
}
h2 a:focus,
h2 a:hover,
h2 a:active
 {
	color: #889c27;
	text-decoration: underline;
}


  #nav_main, #zentrierung_nav {
    background: #889c27;
  }
  
  #nav_main ul li a,
  #nav_main ul li strong {
	border-left: 1px #889c27 solid;
    border-right: 1px #889c27 solid;
	border-top: 1px #889c27 solid;
    border-bottom: 1px #889c27 solid;
  }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
    background: #667328;
	border-left: 1px #667328 solid;
	border-right: 1px #667328 solid;
	border-top: 1px #667328 solid;
    border-bottom: 1px #667328 solid;

  }

  #nav_main ul li#current {
    background: #667328;
  }
  
  #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
	   {
	border-left: 1px #667328 solid;
	border-right: 1px #667328 solid;
	border-top: 1px #667328 solid;
    border-bottom: 1px #667328 solid;
  }
  
  #submenu a,
  #submenu strong {border-bottom: 1px #889c27 solid;}
  
  #submenu li a { background-color:#667328}
  
/*  #submenu li ul li a { background-color:#a19e01}

  #submenu li ul li ul li a { background-color:#a19e01}*/
  
  #submenu li ul li a { background-color:transparent}

  #submenu li ul li ul li a { background-color:transparent}
  
 
  #col1 { background: #889c27; }
  #col1_content { background: #889c27; }
  #col3 { background: #889c27; }
  #col3_content { background: #fff; }

  #col3 {border-left: 225px #889c27 solid; }

  }

.subcolumns#print, .subcolumns#print2 {
	background: #889c27 url(../../images/whitevertline.gif) no-repeat left top;    
}

 .menu_filter {
	background:#889c27;
}

