/* css for top navigation area */

/**
 * navigation area incl. cwh logo
 */
.navi_outer {
    width: 100%;
    height: 72px;
    background: url(/img/frame/header_background.gif) top left repeat-x;
    z-index: 100000;
}

/**
 * positioning of cwh logo
 */
.logo {
    width: 329px;
    position: absolute;
    right: 50%;
    padding-right: 138px;
}
