body {
    margin: 0px;
    padding: 0px;
    height: 100%; /* dulezite */
    min-width: 749px;
    font-family: Verdana,Arial,Georgia,sans-serif;
    font-size: 12px;
    background-color: black;
    background-image: url(./img/bg_pat2.gif);
    background-repeat: repeat-x;
}

html>body #mainframe {
    height: auto;
    min-height: 100%;
    width: 749px;
}

#mainframe {
    width: 749px;
    position: relative; /* dulezite */
    height: 100%; /* nastaveni pro IE */
    margin-left: -390px;
    left: 50%;
    background-color: white;
    border-left: 0px solid gray;
    border-right: 0px solid gray;
    background-image: url(./img/header_bg2.jpg);
    background-repeat: repeat-x;
}

h2 {
    font-size: 18px;
    margin: 14px 0px 6px 0px;
    color: black;
    text-shadow: 1px 2px 3px gray;
}

h3 {
    font-size: 14px;
    margin: 6px 0px 4px 0px;
    color: #282648;
    text-shadow: 1px 1px 2px gray;
}

#header {
    width: 749px;
    height: 200px;
    background-color: #000000;
    background-image: url(./img/header_bg2.jpg);
    background-repeat: repeat-x;
}

#headerimg {
    height: 200px;
    position: absolute;
    width: 100%;
    background-image: url(./img/header2.jpg);
    background-repeat: no-repeat;
}

#header img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

/* menu */
#menu ul {
    margin: 0px;
    padding: 0px;
    width: 300px;
    position: absolute;
    top: 20px;
    left: 420;
    text-align: right;
    z-index: 3;
}

#menu ul li {
    list-style-type: none;
    display: inline;
    padding: 6px 4px;
    font-weight: bold;
}

#menu a {
    color: white;
    padding-left: 4px;
}
#menu a:hover {
    color: #297dbb;
}
/* menu */

#rubname {
    position: absolute;
    left: 0px;
    top: 130px;
    width: 100%;
    text-align: center;
}

#rubname h1 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 8px black;
}

#text {
    text-align: justify;
    padding: 10px 30px 20px 30px;
    float: left;
    vertical-align: top;
    color: black;
}


#footerspacer {
    height: 15px;
    clear: both;
    width: 749px; /* nahrada za min-width pro IE */
}

#footer {
    background-color: black;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 749px;
    height: 20px;
    border-top: 2px solid gray;
}

#footer p {
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    padding-top: 2px;
    margin: 0px;
}

