/*
 * Cascading Style Sheets definitions for Elk-Scheme.de.
 * Global options go to this file.
 */

body {
    background-color: #eeccaa;
}

a:link {
    color: #54291c;
}

a:hover {
    color: #ff0000;
}

#elkFlushLeft {
    text-align: left;
}

#elkFLushRight {
    text-align: right;
}

#elkFrame {
    width: 100%;
}

#elkMenu {
    border-width: 3px;
    border-style: solid;
    border-color: #ad5b40;
    width: 175px;
    vertical-align: top;
}

#elkMainMenu {
    background-image: url(gradient.png);
    text-align: center;
}

#elkHeader {
    background-color: #ad5b40;
}

#elkContent {
    text-align: justify;
}

#elkFooter {
    background-color: #ad5b40;
    color: #eeccaa;
/*+     background-image: url(gradient3.png); +*/
    padding: 0.1em;
    text-align: center;
}
