/*
    Document   : nb-fix
    Created on : Oct 1, 2008, 1:25:55 PM
    Author     : Robert
    Description:
        Fixes some style issues in the application
*/


.Kopfzeile .Print {display:none;}

.z-button-btn:hover {
   border: none !important;
   background: transparent !important;
   font-size: small !important;
}

/*
div .z-tabpanel
div .z-tabpanel-cnt
div .z-tree
div .z-tree-body
table
tbody z-tree-children
tr .ztree-row
td .ztree-cell
div .z-tree-cell-cnt
*/

.z-tree-cell-cnt {
  white-space: nowrap; /* dont break the line. WARNING: makes it wide!! */
  overflow: hidden;
}
.z-tabpanel-cnt {
  overflow:auto;
}


