body {
        color: #BB6000;
        background-color: #FFFFFF;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
}
hr {
color: white;
width: 90%;
}
a.link {
        color: #BB6000;
}

a {
        color: White;
        background-color: transparent;
        font-size: 8pt;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline;
}

a:hover {
   color: White;
   background-color: #BB6000;
        font-size: 8pt;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}
h1 {
        display: none;
}


h2 {
        color: #BB6000;
        font-size: 1.4em;
        margin: 10px 20px 10px 40px;
        padding: 0 0 0 10px;
        border-left: 3px solid;
}

h3 {
        color:#FF6600;
        font-size: 1.2em;
        margin: 20px 10px 0 30px;
        padding: 0 0 0 10px;
}

h4 {
        color:#BB6600;
        font-size: 1.0em;
        margin: 20px 40px 0 30px;
        padding: 0 0 0 10px;
        text-align: justify;
}

h5 {
        color:#BB6600;
        font-size: 0.7em;
        padding: 0 0 20px 10px;
        text-align: justify;
}
div.posun {
        border: none;
        margin: 10px 40px 20px 40px;
}
div.hrr {
        border-bottom: 2px solid White;
        margin: 10px 40px 20px 40px;
}
div.main {
        width: 750px;
        margin: 0px auto 0px auto;
}
.imglink {
        border: none;
}

.img{
        border: 2px solid #BB6000;
        padding: 1px 1px 1px 1px;
        margin: 0 10px 0 10px;
        text-align: center;
}

.imgokolie{
        border: 2px solid #BB6000;
        padding: 1px 1px 1px 1px;
        margin: 0 10px 0 10px;
        float: left;
}

.bgdark {
         background-color: #BB6000;
        color: White;
}

p.text {
        text-align: justify;
        margin: 10px 40px 20px 40px;
        padding: 0 0 0 0;
}
p.textright {
        text-align: center;
        margin: 5px 0 5px 0;
        padding: 0 0 0 0;
}

p.image {
        text-align: center;
        margin: 20px 20px 0 20px;
}

/*Menu table BEGIN*/
.menutab {
        width: 100%;
        border: none;
}
.tdhalf {
        width: 40%;
        text-align: left;
}
/*Menu table END*/

.mainleft {

   background-color: #F5E7D9;
        vertical-align: top;
}
.mainright {
        text-align: center;
        width: 200px;
        background-color: #F5E7D9;
        border-left: 2px solid #FFFFFF;
        vertical-align: top;

}

.mainbg {
        background: url(../images/leftTop.jpg);
   background-repeat: no-repeat;
        height: 23px;
        background-color: #F5E7D9;
}

.header {
        background: url(../images/header.gif);
   background-repeat: no-repeat;
        height: 100px;
}

.baner {
        background: url(../images/baner.jpg);
   background-repeat: no-repeat;
        height: 113px;
}

.footer1 {
        width: 750px;
        background: url(../images/footer1.jpg);
   background-repeat: no-repeat;
        height: 24px;
}
.footer2 {
        width: 750px;
        background: url(../images/footer2.gif);
   background-repeat: no-repeat;
        background-color: #BB6000;
        background-position: bottom;
        height: 24px;
        color: #F5E7D9;
        font-size: 8pt;
        padding-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
}
.footer21 {
        width: 50%;
        text-align: left;
        padding-left: 10px;
}
.footer22 {
        width: 50%;
        text-align: right;
        padding-right: 10px;
}
.save {
        background: #F5E7D9;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        width: 600px;
        border: 1px solid #BB6000;
}