/* this stylesheet has just information for the dynamically positioned navigation bar */
/* $Source: /usr/cvs/eMB/Clickstream_DCVD/css/nav5_funcnavi.css,v $ $Revision: #1 $ Check-In $Date: 2005/11/15 $
*/
/* START:definition for functional navigation with dynacial positioning */
#nav5 {position:absolute; visibility:hidden; z-index:1000;}
#nav5 .funcnav {font-size:10px; color:#666666;  display:block; height:12px; padding:1px 8px 1px 8px;}
#nav5 .funcnavinact {font-size:10px; color:#B2B2B2;  display:block; height:12px; padding:1px 8px 1px 8px;}
#nav5 a.funcnav:hover {color:#ff6600; display:block;}
#nav5 .funcline {background-color:#e4e4e4;}
#nav5 .funccell {background-color:#d1d1d1;}
/* END:definition for functional navigation with dynmacial positioning */
/* the stopper is an layer at wich the functional navigation should not be placed any higher */
/* the height sets the minimum distance between the stopper and the navigation */
/* funcnavstopper is used at the subnavigation or in the content area of an template-type without subnavigation*/
.funcnavstopper {/*position:absolute;*/ width:1px; height:1px; clip:rect(0px,10px,1px,0px);}