@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for column highlighting
 * (de) Variation des Screenlayouts (basemod.css) f�r das Hervorheben der Spaltencontainer
 *
 * @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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{ 

 /* ######################################################################################################
  ** ### Color Scheme for Browser Testing | Farbschema für Browsertests ####################################
  ** ######################################################################################################
 
  #col1 {background: #fee }
  #col1_content {background: #edd }
  #col2 {background: #efe }
  #col2_content {background: #ded }
  #col3 {background: #eef }
  #col3_content {background: #dde }
  #main {background: #fff }
   */
   body{ }
  
  
  #outer_header,#containerPageMargins {
  background-color: #f4f1ec;
  }
  
  
  .content_Block_r{
  	background:#d4dada;
  }
  
    h1#uebHeader {
	color:#7c1e1e; 
  }
    div#nav_main ul {
	background-image:  url(../../images/bg/bg-verlauf-menu-recht.jpg);
}

/*
	Sub Navi
*/

#submenu ul {
	color:#7c1e1e;

	/*list-style-image: url(../../images/navigation/subNav-square.gif);*/
}
 
#submenu li#active,
#submenu li strong {
    color: #7c1e1e;
}

#submenu li a:focus,
#submenu li a:hover,
#submenu li a:active { 
	color: #7c1e1e; 
}
  
  
  #col3 h1, #col3 h2, #col3 h3 { 
  	color:#7c1e1e;

  }
  
    #col2 h1, #col2 h2, #col2 h3 { 
  	color:#6c6e6b;
  }
  #submenu dt{
  color:#7c1e1e; 
  }
  

  
  .content_Block_r ul li{
	
	background: url(../../images/icons/listpoint-square-rubin.gif) no-repeat left center;
	
  }
  

}

