body {
    margin: 0px;
    padding: 0px;
    height: 100%; /* dulezite */
    min-width: 756px;
    font-family: Verdana,Arial,Georgia,sans-serif;
    font-size: 12px;
    background-image: url(./img/main_bg.gif);
    background-position: center;
    background-color: #FDFDFF;
}

acronym {
    border-bottom : 1px dashed silver;
	cursor : help;
}

dt {
    margin-top: 4px;
}

html>body #mainframe {
    height: auto;
    min-height: 100%;
    width: 756px;
}

#mainframe {
    width: 756px;
    position: relative; /* dulezite */
    height: 100%; /* nastaveni pro IE */
    margin-left: -380px;
    _margin-left: -379px;
    left: 50%;
}

#header {
    background-image: url(./img/header.jpg);
    background-repeat: no-repeat;
    width: 756px;
    height: 319;
}

#menu {
    /*height: 30px;
    position: relative;
    top: 163px;*/

}
#contents {
    float: left;
    width: 756px;
}

#text {
    text-align: justify;
    padding: 10px 30px 20px 30px;
    float: left;
	vertical-align: top;
    color: gray;
}


#footerspacer {
    height: 35px;
    clear: both;
    width: 756px; /* nahrada za min-width pro IE */
}

#footer {
    background-image: url(./img/footer_bg.gif);
    background-repeat: repeat-x;
    position: absolute;
    text-align: center;
    left: 0px;
    overflow: hidden;
    width: 756px;
    height: 35px;
    bottom: 0px;
}

#footer p {
    color: white;
    font-size: 11px;
    padding: 0px;
    padding-top: 2px;
    margin: 0px;
}

/* ostatni */

#rubname {
    position: absolute;
    left: 35px;
    top: 320px;
	width: 710px;
}

#rubname h1 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #900201;
}

#rubname h1 {
    color: #e5e5e5;
    text-align: right;
}

/* menu */
#menu {
    font-family: courier;
    font-size: 14px;
}
#menu ul {
    margin: 0px;
    padding: 0px;
    width: 200px;
    position: absolute;
    top: 200px;
    left: 10px;
    text-align: left;
}

#menu ul li {
    list-style-type: none;
}

#menu ul li span {
    color: silver;
}

#menu a {
    color: black;
}
#menu a:hover {
    color: white;
}
/* menu */

/* menu2 */
/*#menu2 ul {
    margin: 0px;
    padding: 0px;
    width: 750px;
    position: absolute;
    top: 297px;
    left: 10px;
    text-align: center;
}

#menu2 ul li {
    list-style-type: none;
    display: inline;
}

#menu2 a {
    color: silver;
    padding: 7px;
    border-left: 1px solid white;
}
#menu2 a:hover {
    color: white;
}
#lasitem {
    border-right: 1px solid white;
}*/
/* menu2 */
#menuactive {
    background-position: 128px 0px;
}

#header img {
    position: absolute;
    top: 20px;
    left: 4px;
    height: 46px;
    width: 160px;
}

/* obsah */
#text a {
    color: #900201;
}

#text a:hover {
    color: #900201;
    color: #c20000;
}

#text h2 {
	font-size: 16px;
    margin: 14px 0px 6px 0px;
    color: black;
}
#text ul {
    padding: 4px 0px 10px 18px;
    margin: 0px;
}
#text p, #text pre {
    padding: 4px 30px;
    margin: 0px;
}

#text h3 {
    margin: 10px 0px 2px 0px;
    font-size: 12px;
}

.hrefurl {
    display: block;
    font-style: italic;
}


.galh2 {
    padding-left: 30px;
}
.imgaroundev .imgdesc {
    width: 300px;
    float: right;
    margin-top: 10px;
    text-align: right;

}
.imgaroundev {
    width: 630px;
    _width: 680px;
    padding: 10px 30px;
}
.imgaroundev img {
    border: 1px solid gray;
}

.imgaroundodd .imgdesc {
    width: 300px;
    float: left;
    margin-top: 10px;
    text-align: left;

}
.imgaroundodd {
    width: 630px;
    _width: 680px;
    padding: 10px 30px;
    text-align: right;
}
.imgaroundodd img {
    border: 1px solid gray;
}

#text h4 {
	font-size: 16px;
    margin: 14px 0px 6px 0px;
    color: red;
}
