/** * @lastchanged 02.03.2005 * @copyright 2005 * @file design/css/css01.css * @function Design definition for the page **/ html, body { background-color: #ffffff; font-family: Verdana, Arial; color: #000000; text-decoration: none; font-size: 11px; } .text_menu { font-family: Verdana, Arial; color: #000000; text-decoration: none; font-size: 11px; } a { font-family: Verdana, Arial; color: #000000; text-decoration: none; font-size: 11px; border-style: none; } input.button { border-style: solid; border-width: 1px; border-color: #d5d5d5; background-color: #f5f5f5; } input.text { border-style: solid; border-width: 1px; border-color: #d5d5d5; background-color: #ffffff; } input.button:hover{ background-color: #d5d5d5; } img { border-style: none; border-width: 0px; } a:hover { color: #5C7383; } .fehler { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; } .admin_menu { font-size: 11px; background-color: #f5f5f5; border-style: solid; border-width: 1px; border-color: #d5d5d5; } .admin_menu_bg { font-size: 11px; background-color: #5C7383; border-style: solid; border-width: 1px; border-color: #d5d5d5; color: #FFFFFF; } .table_border { border-style: solid; border-width: 1px; border-color: #d5d5d5; } .admin_menu_links { color: #5C7383; } .admin_login { background-color: #f5f5f5; border-style: solid; border-width: 1px; border-color: #d5d5d5; } .table_admin { font-size: 11px; border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #d5d5d5; } /* Begin CSS Popout Menu */ .link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #d5d5d5; border-left-width: 1px; border-left-style: solid; border-left-color: #d5d5d5; border-right-width: 1px; border-right-style: solid; border-right-color: #d5d5d5; white-space: nowrap; margin: 0; padding: 1px 0 1px 3px; background: #F1F3F5; text-decoration: none; width:9em; } .link, .link:visited{ color: #000; } .link:hover{ color: #5C7383; background: #ddd; } #menu ul{ list-style:none; margin:0; padding:0; position: relative; } #menu ul ul{ position:absolute; /*z-index:500;*/ display:none; } #menu ul ul ul{ top:0; left:100%; } /* Begin non-anchor hover selectors */ /* Enter the more specific element (div) selector on non-anchor hovers for IE5.x to comply with the older version of csshover.htc - V1.21.041022. It improves IE's performance speed to use the older file and this method */ div#menu h2:hover{ background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px; } div#menu li:hover{ cursor:pointer; z-index:100; } div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {display:none;} div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {display:block;} /* End of non-anchor hover selectors */ /* Styling for Expand */ #menu a.x, #menu a.x:visited{ font-weight:bold; color:#000; background:#eee url(/design/images/expand.gif) no-repeat 100% 100%; } #menu a.x:hover{ color:#a00; background:#ddd; } #menu a.x:active{ color:#060; background:#ccc; } /* End CSS Popout Menu */