/* styling listmenu ----------------------------------------------------------------- */ .lm-wrapper { margin:0; padding:0; } .lm-wrapper .lm-letters { overflow:hidden; } * html .lm-wrapper .lm-letters { zoom:1; } /* for IE6 so that menu appears under letters */ .lm-wrapper .lm-letters a { font-size:0.9em; display:block; float:left; padding:2px 11px; border:1px solid silver; border-right:none; text-decoration:none; color:#FFFFFF; } .lm-wrapper .lm-letters a:hover, .lm-wrapper .lm-letters a.lm-selected { color:#000000; background-color:#eaeaea; } .lm-wrapper .lm-letters a.lm-disabled { color:#ccc; } .lm-wrapper .lm-letters a.lm-last { border-right:1px solid silver; } .lm-wrapper .lm-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#01DF01; } .lm-wrapper .lm-menu { border:1px solid silver; border-top:1px solid silver; padding:15px; z-index:10; position:absolute; margin-top:-1px; background:#273f57; display:none; } .lm-wrapper .lm-menu ul li { list-style-type:none; margin-bottom:5px; font-size:0.9em } .lm-wrapper .lm-menu ol li { margin-left:15px; } .lm-wrapper .lm-menu .lm-no-match { color:red; } .lm-wrapper .lm-menu a { text-decoration:none; } .lm-wrapper .lm-menu a:hover { text-decoration:underline; } .lm-wrapper .lm-menu .lm-submenu { overflow:hidden; } /* styling listnav ----------------------------------------------------------------- */ .listNav { margin:0 0 10px; } .ln-letters { overflow:hidden; } .ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; } .ln-letters a.ln-last { border-right:1px solid silver; } .ln-letters a:hover, .ln-letters a.ln-selected { background-color:#eaeaea; } .ln-letters a.ln-disabled { color:#ccc; } .ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; } /* whole #151515ä rgb ips back #132336 */ body {background:#132336;color:#fff;font-size:17px;font-family:arial,sans-serif;} a:link { color:#fff; text-decoration:none; } a:visited { color:#fff; text-decoration:none; } a:focus { color:#fff text-decoration:underline; } a:hover { color:#fff; text-decoration:underline; } a:active { color:#fff; text-decoration:underline; } /* look at http://flowplayer.org/tools/demos/tabs/index.html °°° */