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


/* ----------  PART I: global class definitions  ---------- */
/* meta navigation */
.metaNavigation strong {
    background-color: transparent;
    color: #558000;
}

/* author of quotations, question */
.author, .question {
    background: transparent;
    color: #707070;
}

/* date */
.date {
    background: transparent;
    color: #636363;
}

/* abstract */
.abstract strong {
    background-color: transparent;
    color: #558000;
}


/* ----------  PART II: global element definitions  ---------- */
/* body */
body {
    background-color: #fafaf7;
    color: #282828;
}

/* headlines */
h3 {
    background-color: transparent;
    color: #558000;
}
h4 {
    background-color: transparent;
    color: #454545;
}

/* text - inline */
abbr, acronym {
    border-color: #636363;
}
q, cite, strong {
    background: transparent;
    color: #454545;
}

/* links - specificity: "LVHAF"! */
a:link {
    background-color: transparent;
    color: #0056A5;
}
a:visited {
    background-color: transparent;
    color: #636363;
}
a:hover {
    background-color: #e7edf1;
    color: #0056A5;
}
a:active, a:focus {
    background-color: transparent;
    color: #600;
}

/* tables */
caption, th {
    background-color: transparent;
    color: #454545;
}


/* ----------  PART III: layout sections (simple)  ---------- */
/* main navigation */
#mainNavigation p {
    background-color: transparent;
    color: #558000;
}

/* footer */
#footer p {
    background-color: transparent;
    color: #707070;
}

