* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../imgs/body_bg.png) repeat-x;
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    color: #000;
}

div#BODY {
    width: 975px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

img {
    border: 0;
}

span.hide {
    display: none;
}

a {
    text-decoration: none;
}

div#TOP {
    width: 975px;
    height: 348px;
    padding-top: 45px;
}

div#TOP h1, div#TOP h1 a {
    display: block;
    width: 279px;
    height: 68px;
}
div#TOP h1 a {
    background: url(../imgs/logo.png) no-repeat;
}

div#TOP h2 {
    float: right;
    color: #008ccc;
    font-size: 17px;
    font-weight: normal;
    padding-top: 40px;
}

div#TOP ul {
    display: block;
    clear: both;
    width: 320px;
    list-style: none;
    padding: 27px 0 0 0;
    float: right;
}
div#FLASH {
    float: left;
    padding: 27px 0 0 0;
}
div#TOP ul li {
    margin-bottom: 2px;
}
div#TOP ul li, div#TOP ul li a {
    display: block;
    width: 320px;
    height: 41px;
    color: #fff;
    background: #008ccc url(../imgs/menu_bg.png) no-repeat 24px 14px;
}
div#TOP ul li a {
    height: 27px;
    width: 286px;
    padding: 14px 0 0 34px;
}
div#TOP ul li a:hover, div#TOP ul li a.selected {
    background-color: #5eb039;
}
li#kontakt a:hover, li#kontakt a.selected {
    height: 29px;
}

div#CONTEINER {
    padding: 36px 0 0 0;
    width: 975px;
}

div#FOOTER {
    width: 100%;
    background: #e5e5e5;
    border-top: 1px solid #c3c3c3;
    height: 90px;
    clear: both;
    margin-top: 36px;
}
div#FOOT {
    width: 975px;
    margin: 0 auto 0 auto;
    padding-top: 30px;
}
p#FR {
    display: block;
    float: right;
    width: 81px;
    height: 17px;
}
p#FR a {
    display: block;
    width: 81px;
    height: 17px;
    background: url(../imgs/autenta.png) no-repeat;
    margin-top: -3px;
    position: relative;
}
