/* 
Document   : index
Author     : Pavel Richter
*/

*{
    margin: 0; 
    padding:0;
}

body, a, div, span, p, img, table, tr, td, ul, li, th, form, fieldset, legend{
    border: 0;
}

body {
    padding: 0; 
    background: #FFFFF; 
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    /*font-family: Verdana, Helvetica, sans-serif;*/
    font-size: 12pt;
    text-align: center;
    line-height: 1.4;
}

a{
    color: #000010;
}

hr {
    border: #013e6d 1px solid;
}

hr.invisible {
    clear: both;
    height: 0px;
    border: none;
    margin: -1em 0 0 0;
    visibility: hidden;
}

ul li{
    margin-left: 20px;
    list-style-image: url("images/list-image-1.png");
}

ul li:hover{
    list-style-image: url("images/list-image-1-active.png");
}


.displaynone{
    display:none;
}
.green1{
    color: #94c312;
}
.green2{
    color: #647a59;
}
.red{
    color: #FF0000;
}
.underline{
    text-decoration: underline;
}
.inv {
    position: absolute;
    top: -500px;
    left: 0;
    overflow:hidden;
    width: 1px;
    height: 1px;
}

.zalomeni {
    page-break-before: always;
}

#page{
    background: #FFFFFF;
    text-align: center;
    min-height: 1000px;
    _height: 1000px;
    margin: 0 auto 0 auto;
    width: 1000px;
}

#header{
    position: relative;
    width: 990px;
    margin: 60px auto 20px auto;
    text-align: left;
}
#header #logo{
    float: left;
    width: 400px;
    text-align: left;
}
#header #info{
    float: right;
    margin-top: 10px;
    width: 570px;
    text-align: left;
}


/* ------------------ */
h1, h2, h3{
    font-family: Georgia, "New York CE", utopia, sans-serif;
}

.viditelne{
    display: block;
}
.neviditelne{
    display: none;
}

.countdown{
    text-align: center;
    border: #C0C0C0 1px solid; 
    font-size: 30px; 
    width: 700px; 
    position: relative; 
    margin: 10px;
}

.final{
    margin: 10px auto 10px auto;
    padding: 10px 0 10px 0;
    width: 700px;
    height: 50px;
    font-size: 30px;
}

.bg_green{
		background: #a7d035;
}
.bg_red{
		background: #FF0000;
}
.bg_red_2{
		background: #AA0000;
}
.bg_gray1{
		background: #F9F9F9;
}
.boldtext{
    font-weight: bold;
}

.item{
    margin: 10px auto 10px auto;
    width: 700px;
    height: 30px;
    font-size: 20px;
    position: relative;
}
.item .label{
    float: left;
    width: 500px;
    height: 30px;
    background: #F0F0F0;
    padding-top: 3px;
}
.item .value{
    float: left;
    width: 195px;
    margin-left: 5px;
    height: 30px;
    padding-top: 3px;
}

