/* CSS Document *//* HEADER */#header-container{position:relative;width:1000px;height:100px;background-image:url(../gfx/header/bg.gif);background-repeat:repeat-x;background-position: bottom; }#logo-container{position:relative;float:left;width:286px;height:31px;margin:37px 0 0	 11px;background-image:url(../gfx/header/logo.jpg);background-repeat:no-repeat; }/* MENU */#menu-tab ul{list-style: none;}li.menu-tab{float: left;margin-right:4px;padding:0;list-style: none;background-image:url(../gfx/header/tab_off.gif);background-repeat:no-repeat;height: 33px;width: 108px;}li.menu-tab a{display: block;font-size:14px;line-height:34px;color: #999999;text-decoration: none;text-align: center;}li.menu-tab a:hover{color: #cccccc;text-decoration: none;}li.menu-tab-on{float: left;margin-right:4px;list-style: none;height: 33px;width: 108px;background-image:url(../gfx/header/tab_on.gif);background-repeat:no-repeat;text-align: center;font-size:14px;}li.menu-tab-on a{color:#333333;line-height:34px;text-decoration: none;display:block;}#menu-tab-container{position:absolute;right:14px;bottom:0;/*position:relative;float:right;margin:53px 14px 0 0;;*/}