/* Style enovis */ 

* { margin: 0; padding: 0; }

/* Rahmen des Menues */ 
#rahmen               { font-size: 8pt; font-family: Arial; background-color: #dcdcdc; float: left; z-index: 10; width: 262mm }

/* Navigation des Menues */ 


/* class Definitionen*/ 
ul   { list-style-type: none; float: left; clear: both }

#navigation             { background-color: #dcdcdc; float: left; position: relative; z-index: 10; left: 214px; width: 150mm; height: 22px }

/* Aussehen des Listenelementes oben*/ 
#navigation li            { text-transform: uppercase; float: left; margin-right: 21px; margin-left: 2mm; border-top: 0px solid #dcdcdc; border-right: 0px none; border-bottom: 0px none; border-left: 0px none; position: relative; width: 22mm }

#navigation a                       { color: #000080; font-weight: bold; text-decoration: none; text-align: center; padding: 3px 3px 0px; border: solid 1px #dcdcdc; width: 22mm; height: 17px; display: block }

#navigation a:hover          { color: #fff; background-color: #000080; clear: left; border: solid 1px #000080; height: 17px }

#navigation a:active  { color: orange; }


/* Aussehen des Sub-Listenelementes*/ 
#navigation li * li          { font-size: 10pt; text-transform: capitalize; float: left; margin-right: 0px; margin-left: 0px; border: 0px; top: 0px; width: 22mm }

#navigation li * li a                { color: #696969; font-weight: normal; background-color: #fff; text-align: left; text-indent: 4px; padding-top: 2px; border-top: 0px solid; border-right: 1px solid #d3d3d3; border-bottom: 0px solid; border-left: 1px solid #d3d3d3; width: 150px; height: 20px; display: block }

#navigation li li a:hover     { color: white; background-color: #4682b4; border-top: 0px none; border-right: 1px solid #d3d3d3; border-bottom: 0px none; border-left: 1px solid #d3d3d3; height: 20px }

#navigation li li a:active  { color: orange; }


/*Ein-/Ausblenden des Sub-Listenelement */ 

#navigation ul { position: absolute}

#navigation li>ul {display: none}

#navigation li:hover>ul {display: block}




