/**
 * Structure-File for
 *
 * @version     0.1
 * @author      daniel kubitza, exozet interact <dkubitza@exozet.com>
 * @author      roman frohn, exozet interact <rfrohn@exozet.com>
 * @copyright	2006 Exozet Berlin GmbH
 *
 */

div#navigation_header ul
{
    padding:                            0.3em 0 0.3em 1em;
}

div#navigation_header ul li
{
    margin:                             0 0 0 1.4em;
    float:                              left;
}

div#navigation_header ul li.active
{
    font-weight:                        bold;
}

div#navigation_header ul li a
{
    font-size:                          12px; /* @todo: change to em? */
}

/**
 * resize function
 **/
div#alter-functions p
{
    padding:                            8px 0 0 20px;
    font-size:                          12px;
}
div#alter-functions p a
{
    font-size:                          12px;
    text-decoration:                    none;
    color:                              #333333;
}

