/*
  UC CSS
   * Filename:        navi-big.css
   * Version:         (2008-05-20)
   * Website:         http://unicredit.eu/

   Generated by:
   * Sven-Carsten Ohge @ achtg.de

   Note: provide small tabimages for main navigation
    will be override by navi-small.css
   
*/

/* Main navigation
-------------------------------------------------------------- */

#nav{
    position:relative;
    margin-top: -30px;
    background:url(/fileadmin//style/images/main-navigation-line.gif) repeat-x;
    background-position: bottom;
    /*clear:both;*/
}
#nav-text{
    position:relative;
    margin-top:-10px;
    font-size: 0.9em;
    left:-106px;
    top:27px;
    font-weight: bold;
    /*background-image:url(/fileadmin/style/images/main_bg.gif);*/
}
img.tab{
    float:left;
}

div.tab-text-middle{
   /* width: 192px;*/
    margin-top:0px;
    float:left;
    background-position:top;
    background:url(/fileadmin//style/images/tab-inactive-middle.gif);
    background-repeat:repeat-x;
    /*vertical-align: top;*/
    /*border:1px solid red;*/
    
}

div.tab-text-right{
	background:url(/fileadmin//style/images/tab-inactive-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:6px 27px 0 12px;
	height: 37px;
	/*border:1px solid green;*/
	text-align: center;
    cursor:pointer;
    cursor:hand;
    text-decoration:none;
}

div.tab-text-left{
	background:url(/fileadmin//style/images/tab-inactive-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	/*border:1px solid black;*/
}


div.tab-text-right a{
    color: #555555;
    display:block;
    /*padding-top: 9px;*/
    text-decoration: none;
    /*margin-left: -17px;*/
    outline: none;
    text-transform:uppercase;
    font-family: Trebuchet MS; 
    font-size:12px
}
div.on_left {    
    background:url(/fileadmin//style/images/tab-active-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	
}

div.on_right {    
    background:url(/fileadmin//style/images/tab-active-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:14px 27px 0 12px;
}

div.on_middle {    
    background:url(/fileadmin//style/images/tab-active-middle.gif);
	background-repeat:repeat-x;
    background-position:top;
    margin-top:-8px;
}

div.on_left a,
div.on_right a,
div.on_middle a{
    color: #D5080D;
    outline: none;
    font-family: Trebuchet MS; 
    font-size:12px
}
