/**
 * 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#marginal_column
{

}

/**
* headlines
**/
div#marginal_column h3
{
    padding:                            0.6em 0 0.6em 1.6em; /* 10px 0 10px 19px */

    border-top:                         1px solid #FFFFFF;
    border-bottom:                      1px solid #FFFFFF;

    background-image:					url(../../images/color_themes/square_6_medium.gif);
    background-position:                10px 0.85em;
    background-color:                   #E6E6E6;
    background-repeat:                  no-repeat;

    font-size:                          0.75em; /* 12px */
    font-weight:                        bold;
    white-space:                        nowrap;
}

div#marginal_column h4
{
    margin:                             -0.875em 0 0 0;
    padding:                            0 0 0.625em 1em; /* 10px 0 10px 19px */

    color:                              #333333;
    background-color:                   #F0F0F0;

    font-size:                          0.7em; /* 11px */
    font-weight:                        bold;
    white-space:                        nowrap;
}


/**
* forms
**/
div#marginal_column input.field
{
    width:                              11.9em;
    _width:                             12.25em;

    padding-left:                       0.4em;

    color:                              #000000;
    background:                         #FFFFFF;
    border:                             1px solid #000000;
    font-size:                          1em; /* 11px */

    background-color:                   #FFFFFF;
    border-color:                       #B5B6B8;
    border-style:                       solid;
    border-width:                       1px;
    color:                              #333333;
}

div#marginal_column input.field:active,
div#marginal_column input.field:hover,
div#marginal_column input.field:focus
{
    background-color:                   #FFFFE5;
}

div#marginal_column input.button
{
    margin:                             0 0 0 0.4375em; /* 0 0 0 5px */
    width:                              4em;

    color:                              #000000;
    background:                         #FFFFE5;
    border:                             1px solid #000000;
    font-size:                          1em; /* 11px */
}

div#marginal_column div.form form fieldset
{
    border: none;
}

div#marginal_column div.form form fieldset legend
{
    display: none;
}
