/* CSS Document */

@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */ /* (en|de) Bugfix: IE - collapsing horizontal margins */
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei *//* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
  /*.hlist {

    width:918px;
    overflow: hidden;
    
    float: left;
    display: inline;
   
    background: #fff url("") repeat-x center right;
    border-top: 0px #fff solid;
    border-bottom: 0px #fff solid;
    line-height: 0;
  }*/
/* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug *//* LTR */
  /*.hlist ul {
    display: inline;
    float: left; 
    margin: 0 0 0 10px; 
    padding: 0;
    border-left: 0px #fff solid;
    border-right: 0px #fff solid;
  }*/
 /* (en|de) Bugfix: IE - Doubled Float Margin Bug *//* LTR */
 /*
  .hlist ul li {
    border-left: 0px #fff solid;
    border-right: 0px #fff solid;
   
    display: inline;
    float: left; 
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background: transparent;
    color: #4B93DE;
    display: block;
    font-size: 1.10em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #fff; color: #333; text-decoration: none; border-bottom: 0px #A1CBE5 solid; }
  */
/* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
	/*
  .hlist ul li.active {
    
    background: #fff url("") repeat-x center right;
    border-left: 0px #fff solid;
    border-right: 0px #fff solid;
	border-bottom: 2px #A1CBE5 solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #fff; text-decoration: none; border-bottom: 2px #A1CBE5 solid; }

*/
	
/*-------------------------------------------------sub menu-------------------------------------------*/
/*
ul {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
	}

.subcl ul{
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dotted;
	border-color: #455560;
	}

		
#sub_menu{
	list-style:none;
	margin:0px;
	padding:0px;
}

#sub_menu {
	width: 190px;
	border-color: #455560;
	border-bottom: 0px solid;
	font-weight:bold;
	}
	
	
#sub_menu li a {
  	height: 20px;
	height: 15px;
	text-decoration: none;
	}
	
#sub_menu li a:link, #sub_menu li a:visited {
	color: #455560;
	display: block;
	padding: 0px 0 0 0px;
	font-weight:bold;
	}
	
#sub_menu li a:hover {
	color: #DADDDF;
	padding: 0px 0 0 0px;
	font-weight:bold;
	}
	
#sub_menu li a:active {
	color: #DADDDF;
	background: url(../../Documents/kenas_production/css/images/menu4.gif) 0 -64px;
	padding: 0px 0 0 0px;
	font-weight:bold;
	}	


*/
