/*
    ILI
    -------------------
    Stylesheet
*/

body {
    background-image: url('../design/bg_main.jpg');
    background-repeat: repeat-x;
    background-color: 052965;
}

td {
    font-family: Georgia, Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: white;
}

td img {
    display: block;
}

a {
    text-decoration: underline;
    color: #b57314;
}

a:hover {
    text-decoration: none;
    color: #bfa113;
}

a.menue {
    text-decoration: underline;
    color: #e6d5d5;
}

a.menue:hover {
    text-decoration: underline;
    color: #e1c6c6;
}

a.sub {
    text-decoration: underline;
    color: #fefd8b;
}

a.sub:hover {
    text-decoration: underline;
    color: yellow;
}

a.minilink {
    text-decoration: none;
    font-size: 13px;
    color: cornflowerblue;
}

a.minilink:hover {
    color: deepskyblue;
}