/*
    project: www.achtgrau.de
    type: stylesheet
    description: basic screen colors for all browsers
    last edited: 22.03.2005, Stefan Heimann
    
    (c) ACHTGRAU 2003-2009. All rights reserved.
*/


/* ----------  PART I: global class definitions  ---------- */


/* ----------  PART II: global element definitions  ---------- */
/* body */
body, button, input, optgroup, option, select, textarea {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* text - inline */
abbr, acronym {
    cursor: help;
}

/* links - specificity: "LVHAF"! */
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    text-decoration: underline;
}

/* forms */
label, input[type=button], input[type=checkbox], input[type=image], input[type=radio], input[type=reset], input[type=submit], select, button {
    cursor: pointer;
}


/* ----------  PART III: layout sections (simple)  ---------- */
/* main navigation */
#mainNavigation p {
    font-weight: bold;
}

