body {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, "Times New Roman", Verdana;
    font-size: 12px;
    background-color: #ffffff;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-position: 0 10px;
    text-align: center;
}

#container {
    width: 980px;
    margin: 0 auto;
    background-color :#ebebeb;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color:#000000;
    text-decoration : none;
}

a:hover {
    color:#FF0000;
    text-decoration : none;
}

#header {
    display: block;
    height: 299px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}

#nav {
    width: 980px;
    height: 48px;
    text-align: right;
    /*border: -10px;*/
}

#nav img {
    border: 0;
}

#nav > img {
    float: left;
}

#nav a {
    float: left;
}

#nav a:active {
    outline: none;
}

#content {
    line-height: 1.5em;
    padding: 1px 25px 10px 20px;
    background-image: url(images/content_top.jpg);
    background-repeat: no-repeat;
    border-bottom: 1px solid GRAY;
    text-align: left;
    font-size: 1.0em;
}

#footer {
    padding: 10px 0;
    background-color: #FFFFFF;
    color: #666666;
}

/* ------------------------------------- */

/*
.aktualnilink {
    color: #000000;
    width: 58px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
    margin: 0 0 0 0;
}
*/


.content{
    height:auto;
    margin-left:30px;
    margin-right:30px;
    padding:0 0 0 0;
    border:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}

#content a {
    text-decoration: underline;
}

.content2{
    text-align:left;
    border:0px;
    padding:0 0 0 0;


}


.top1{
    width:400px;
    height:188px;
    float:left;
    border:0px;

}

.top2{
    width:400px;
    height:78px;
    float:left;
    border:0px;

}


.top3{
    width:350px;
    height:20px;
    float:left;
    border:0px;

}

.top4{
    width:50px;
    height:20px;
    float:left;
    border:0px;

}

.top5{
    width:400px;
    height:55px;
    float:left;
    border:0px;
}



.bot1{
    width:980px;
    height:20px;
    padding-top:0px;
    border:0px;
    float:right;
    text-align:left;

}
.bot2{
    width:200px;
    height:100px;
    padding-top:20px;
    border:0px;
    float:left;

}
.bot3{
    width:50px;
    height:100px;
    padding: 0 0 0 0;
    border:0px;
    float:left;

}

.odkazy {
    width:58px;
    height:20px;
    padding-top:2px;
    float:left;
    border:0px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    margin: 0 0 0 0;


}

.img{

    border:2px;
    border-color:#000000;
    border-style:solid;

}

.hlavicka{
    font-size:14px;
    font-weight:bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border:0px;


}

.text{
    font-size:12px;


}

.zapati    {

    font-size:10px;
    text-align:right;


}



.style2 {
    color: #666666
}

.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
}

.style5 {
    font-size: 100%
}

.style6 {
    font-size: 120%
}
.style8 {
    font-size: 120%;
    font-weight: bold;
    color: #FF0000;
}

.style9 {
    color: #FF0000;
    font-weight: bold;
}

/**************************/
* html .clear {
    height: 1%; /* IE5-6 */
}

* + html .clear {
    display: inline-block; /* IE7not8 */
}

.clear:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.right {
    float: right;
}

.left {
    float: left;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.hint {
    cursor: pointer;
    text-decoration: dotted;
}

.mandatory {
    color: #FF0000 ;
}

a.back-button {
    display: block;
    width: 80px;
    height: 22px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

a.back-button:hover {
    color: red;
}

a.show-report {
    float: right;
    display: block;
    width: 120px;
    height: 22px;
    line-height: 22px;
    margin-top: 8px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

a.show-report:hover {
    color: RED;
}

p.report-summary a.title {
    display: block;
    margin: 15px 0 8px 0;
    font-weight: bold;
    font-size: 1.2em;
}

ul.report-list {
    list-style: none;
}

ul.report-list a {
    font-size: 1.1em;
    font-weight: bold;
}

.gallery img.thumbnail {
    border: 2px solid #000000;
}