/* this stylesheet has just information for the dynamically positioned navigation bar */
/* $Source: /usr/cvs/eMB/Clickstream_DCVD/css/nav5_funcnavi.css,v $ $Revision: 1.1 $ Check-In $Date: 2002/10/08 10:10:48 $
*/
/* START:definition for functional navigation with dynacial positioning */
#nav5  {position:absolute; z-index:1000;}
#nav5 .funcnav {font-size:10px; color:#666666;  display:block; height:12px; padding:1px 8px 1px 8px;}
#nav5 a.funcnav:hover {color:#ff6600;}
#nav5 .funcline {background-color:#e4e4e4;}
#nav5 .funccell {background-color:#d1d1d1;}

#nav5 .funccellh {background-color:#ffffff;}
#nav5 .funcnavh {font-size:10px; color:#ff6600;  display:block; height:12px; padding:1px 8px 1px 8px;}
#nav5 a.funcnavh:hover {color:#ff6600;}


/* 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);}

a.closebutton {font-size:10px; color:#ffffff; text-decoration:none; display:block; background-color:#527bb9; padding:1px 9px 1px 9px;}
a.closebutton:hover {color:#ffffff; background-color:#ff6600; display:block;}

