@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2007, 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.0.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

@media all
{

  #header {
    background: transparent url(../img/borreliose_spring.jpg) no-repeat top left;
  }
  
 #header h1 {
    margin: 0;
    color: #c7df4a;
    padding-top: 40px;
    padding-left: 70px;
    padding-bottom: 20px;
  }
  
  #header h1 a{
    color: #c7df4a;
  }
  
  #header h2 {
    margin: 0;
    color: #c7df4a;
    padding-left: 70px;
  }
  
#menu_right {
 background: #4f6520;
}

#menu_right_title {
  color: #a3b94a; 
  background:#2b3416; 
}


#menu_right_entries li {
	border-bottom: #999 1px solid;
	background: #758435;
	color: #fff;
}

#menu_right_entries li:hover{
	background: #c7df4a;
}


#menu_right_entries li a:hover{
	background: #758435;
	color: #fff;
}

#menu_right_entries li a{
	background: #a3b94a;
	color: #fff;
}

  body { background: #BDBEBD repeat-x top left fixed; }

 
  #page_margins {border: 1px #daa2ca solid; }
  #page{ background: #e7e3e7;  border: 5px #e2e2e2 solid; }

 

  #footer { 
    color:#fff; 
    background: #484848;

  }

  
  #col3_content{
    border-left: #daa2ca 1px solid;
  }
  
  h1,h2,h3,h4,h5,h6 { 
  	color: #4A6521;
  }
  
  a {color: #98b034; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#4A6521; text-decoration:underline;}

  /*------------------------------------------------------------------------------------------------------*/


}