﻿body, td, tr, img, th, div, span, a, h1, h2, h3, p {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

body {
    background: rgb(0,102,51) repeat-x center top;
    background-image: url('obrázky/back.png');
    font-family: century gothic, tahoma, Arial CE, Courier New CE;
    font-size: 90%
}

#main {
    width: 800px;
    background-image: url(obrázky/main.png);
    background-repeat: repeat-y;
    background-position: top center;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    padding: 130px 0px 0px 50px;
    background: url(obrázky/menu.png) no-repeat;
    float: left;
    width: 176px;
    min-height: 1600px
}

#content {
    padding: 130px 60px 0px 10px;
    background: url(obrázky/content.png) no-repeat right top;
    width: auto;
    color: rgb(0,40,0);
    margin-left: 226px
}

#footer {
    width: 800px;
    height: 75px;
    clear: both;
    background-image: url(obrázky/footer.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    font-size: 12px;
    color: rgb(14,14,14);
}

#menu a {
    display: block;
    text-decoration: none;
    color: rgb(10,100,0);
    font-weight: bold;
    padding: 0px 7px 5px 7px;
    border-bottom: 5px solid rgb(50, 175,0);
}

    #menu a:hover {
        color: rgb(200,80,100);
        border-bottom: 5px solid rgb(220,100,120);
    }

#footer a {
}
