body
{
    margin: 0px;
    background-color: #e4e3d1;
}

body, td, input, textarea, select
{
    color: black;
    font-size: 11px;
    font-family: Verdana, Lucida Console, Helvetica;
}

hr
{
    height: 0px;
    border: 1px solid #EBDEAA;
}

a:link, a:active, a:visited
{
    color: black;
    text-decoration: underline;
}

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

.header
{
    background-image: url(../media/header.jpg);
    height: 141px;
}

.content
{
    border: 1px solid black;
    background-color: white;
    padding: 5px;
}

.footer
{
    background-image: url(../media/footer.jpg);
    height: 9px;
    border: 1px solid black;
    border-top: 0px;
}

.navigation-button-small
{
    background-image: url(../media/button-small.jpg);
    margin-bottom: 5px;
    height: 36px;
}

.navigation-button-big
{
    background-image: url(../media/button-big.jpg);
    margin-bottom: 5px;
    height: 52px;
}

.navigation-text-for-small
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}

.navigation-text-for-big
{
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

.navigation-text-active
{

}

.navigation-text-active a:link,
.navigation-text-active a:active,
.navigation-text-active a:visited
{
    color: red;
    text-decoration: none;
}

.navigation-text-for-small a:link,
.navigation-text-for-small a:active,
.navigation-text-for-small a:visited,
.navigation-text-for-big a:link,
.navigation-text-for-big a:active,
.navigation-text-for-big a:visited
{
    text-decoration: none;
}
