/**
 * Style set asp02 (orange)
 *
 * This file contains the basic styles for the html elements
 * 
 * @author Kiefel, Max <mk@celanio.com>
 * @version 2009-08-26 
 */


a
{
    color: #e6b147;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    border: none;
}

label, label.spacing
{
    float: left;
    width: 16em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

label.nofloat {
    clear:both;
    float:none;
    width:auto;
}

#menu ul a {
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 1px 1px 1px 5px;
    
    color: #fff;
    background-color: #e6b147;
    border: 1px solid #fff;
}

#menu ul a:hover {
    color: #e6b147;
    background-color: #fff;
    border: 1px solid #e6b147;
}

#menu ul a.active {
    background-color: #9C9C9C;
    color: #fff;
}

h1 {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px dashed gray;
}

fieldset {
    border:1px dotted gray;
}

fieldset legend {
    font-weight:bold;
}
