/* 
    Document   : header
    Created on : 2011-11-07, 08:06:33
    Author     : Marek Kugacz <marek@kugacz.com>
    Description:
        Style nagłówka
*/

#headerRightMenu {
    height: 30px;
    text-align: right;
    font-size: 1em;
    color: #717171;
}

#headerRightMenu a {
    height: 30px;
    text-align: right;
    font-size: 1em;
    color: #717171;
    text-decoration: none;
}

#headerRightSlogan {
    height: 50px;    
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
    color: #0D113A;
}

#headerRightLoginInfo {    
    text-align: right;
    font-size: 0.7em;
    color: #717171;
}