/* CSS Stylesheet für die kath.ch-Navigation */ .qmclear { font-size: 1px; height: 0px; width: 0px; clear: left; line-height: 0px; display: block; } .qmmc { position: relative; } .qmmc a { float: left; display: block; white-space: nowrap; } .qmmc div a { float: none; } .qmmc div { visibility: hidden; position: absolute; } /* Menu Styles */ /* Remove the comments below for vertical mains and change the false value to true in the qm_create function after the menus structure. */ /*.qmmc a {float:none}*/ /* (MAIN) Container */ #qm0 { padding: 0px 0px 0px 0px; border-width: 0px; margin: 0px 0px 0px 0px; } /* (MAIN) Items */ #qm0 a { color: #003399; background-color: #FFFF99; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; text-decoration: none; padding: 4px 0px 5px 3px; border-width: 0px; width: 109px; } /* (MAIN) Hover State */ #qm0 a:hover { text-decoration: underline; } /* (MAIN) Active State */ body #qm0 .qmactive, body #qm0 .qmactive:hover { text-decoration: underline; } /* (MAIN) Parent Items */ #qm0 .qmparent { /* background-image: url(images/bullet_white_down.gif); background-repeat: no-repeat; background-position: 92%; */ } /* [SUB] Containers */ #qm0 div { padding: 0px 0px 0px 0px; border-width: 0px; margin: 0px 0px 0px 0px; background-color: #FFFFFF; width: auto; } /* [SUB] Items */ #qm0 div a { background-color: #FFFF99; font-size: 1em; font-weight: normal; color: #003399; border-width: 0px; text-decoration: none; padding: 1px 3px 1px 3px; width: auto; } /* [SUB] Hover State */ #qm0 div a:hover { background-color: #003399; font-size: 1em; font-weight: normal; color: #FFFF99; text-decoration: underline; } #qm0 div div { margin: 0px 0px 0px 0px; } /*[SUB] Active State */ body #qm0 div .qmactive, body #qm0 div .qmactive:hover { text-decoration: underline; } /* [SUB] Parent Items */ #qm0 div .qmparent { /* background-image: url(../images/template2_black_arrow_right.gif); */ }