/* CSS Document */
html, body {
    background-color: #505052;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #fff;
    margin: 0;
}

#container {
    margin: auto;
    width: 1000px;
    height: 742px;
    padding: 0;
}

#header {
    height: 160px;
    background: #505052 url(../img/ms_banner.png) no-repeat;
    background-position: 10px;
}

#logo {
    float: left;
    position: relative;
    bottom: 76px;
    left: 700px;
    height: 160px;
    width: 300px;
}

#content {
    float: left;
    height: 442px;
    width: 1000px;
    color: #fff;
    background: #505052;
}

#footer {
    float: left;
    height: 200px;
    width: 1000px;
    background: #fff;
}

#kontakt {
    color: #330;
    float: left;
    font-size: 10px;
    margin: 5px;
    line-height: 1.3em;
    height: 80px;
}

#text {
    float: left;
    margin-left: 100px;
    height: 540px;
    width: 800px;
    font-size: 9pt;
}

#spidernet {
    width: 1000px;
    height: 15px;
    text-align: center;
    margin: 0 auto;
}

