@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : nav_vlist.css
**  Funktion    : Formatierung der Subnavigation.
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/

  #submenu {
    width: 100%;
    overflow: hidden;
    margin: 0;
    list-style-type: none;
    border-top: 0px #FFF solid;
    font-weight: bold;
    font-size: 10pt;
  }

  #submenu ul { list-style-type: none; margin:0; padding: 0; }
  #submenu li { 
    line-height:10pt; float:left; width: 100%; margin:0; padding: 0; }

  #submenu a {
    display:block;
    width: 90%;
    padding: 2px 0px 2px 10%;
    text-decoration: none;
    background-color:#8FABD0;
    
    border-top: 5px #8FABD0 solid;
    border-bottom: 5px #8FABD0 solid;
  }

/* Just in case the skiplink anchor gets into THIS menu, because the tab-navigation was turned off */
/* PLEASE LEAVE THE FOLLING SETTING IN PLACE */  
  #submenu a#navigation {border-bottom:0; padding:0;}

  #submenu li a { 
    width: 95%; 
    padding-left: 5%; 
    background-color:#8FABD0; 
    color: white;
    text-transform: uppercase;
  }
  
  #submenu li.current a,
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { 
   	color: black;
  	background-color:#FCEE21; 
    border-top-color: white;
    border-bottom-color: white;
  }

#submenu .submenu_125
{
	margin-top: 5px;
}

/* ##########################
** ### Accessible menu ######
** ##########################
*/
@media screen, print {
#submenu dfn, #submenu .hidden {position:absolute; left:-1000em; width:20em;}
}

