body {
    margin: 0px;
    font-family: verdana;
    background-color: #404040;
}

h1, h2 {
    margin: 0px;
    padding: 0px;
}
h1 {
    color: #58595b;    
}
h2 {
    color: #6d6e70;
}
h3 {
    color: #81807f;
}

p {
    font-size: 11px;
    color: #81807f;
    line-height: 15px;
}
ul.list {
    font-size: 11px;
    color: #81807f;
    line-height: 15px;
}
table {
    width: 100%;
}
    table td {
        font-size: 10px;
        color: #a09e9c;
    }


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
a.noDeco:hover  {
    text-decoration: none;
}


#ie {
    _width: 100%;
    _text-align: center;
}
#container {
    width: 970px;
    _text-align: left;
    background-color: white;
    margin: auto;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
}

#head {
    padding-top: 10px;
    margin-bottom: 10px;
}
#head .l {
    width: 50%;
    float: left;
}
    #head .l a {
        color: #bbbcbe;
        font-size: 20px;
        margin-right: 10px;
    }
        #head .l a:hover {
            color: #f27447;    
        }       
#head .r {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 4px;
}

#finder {
    background-color: #e6e7e9;
    margin-bottom: 10px;
    font-size: 10px;
    color: #a09e9c;    
}
#finder table tr td {
    height: 27px;
}

#finder select, #finder input, #finder #lokalityBox {
    background-color: #d1d2d4;
    border: 1px solid #808080;
    width: 157px;
}
#finder input {
    width: 64px;
    text-align: center;
    font-size: 10px;        
    padding-top: 4px;
    height: 22px;
    
}  
#finder .input2 {
    width: 97px;
}  
#finder #lokalityBox {
    text-align: left;
}


#finder input.radio {
    width: 10px;
}
#finder .bigSubmit {
    width: 100px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #808080;
    color: white;
    font-size: 17px;
    cursor: pointer;   
    background-color: #f6931e;         
}
#finder .b1, #finder .b2, #finder .b3, #finder .b4 {
    width: 230px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 7px;
}
#finder .b1 {
    text-align: center;
}
#finder .b2 {
    width: 270px;
}
    #finder .b2 table tr td:first-child {
        width: 90px;
    }

#finder .b3 {
    width: 250px;
    padding-left: 10px;
    padding-right: 15px;
}
#finder .b4 {
    width: 154px;
    padding-top: 50px;
}
    #finder .b4 div:first-child {
        margin-bottom: 7px;
    }
    #finder .b4 input {
        margin-bottom: 10px;
    }
 


#promo {

}
    #promo .box {
        width: 315px;
        height: 135px;
        border: 1px solid #bec5d8;
        margin-right: 4px;
        float: left;
    }
    #promo .news {
        width: 305px;
        height: 115px;
        font-size: 11px;
        padding: 10px;
    }   
        #promo .news div {
            margin-bottom: 4px;
        }    
        #promo .news a {
            color: blue;
            text-decoration: underline;
        } 
        #promo .news p {
            padding-top: 7px;
            margin: 0px;
        }
    #promo .banner1 {
        background-color: orange;
    }        
    #promo .banner2 {
        background-color: brown;
    }        

                 
#foot {
    width: 1010px;
    background-color: #231f20;
    color: #777777;
    font-size: 9px;
    height: 40px;
    margin: auto;
}
    #foot a {
        color: #f6931e;
    }          
    #foot .l, #foot .r {
        width: 495px;
        float: left;
        padding-top: 12px;
    }
    #foot .l {
        padding-left: 10px;  
    }
    #foot .r {
        text-align: right;
        padding-right: 10px;  
    }

/*blocks*/
.block1 {
    width: 100%;
    height: 300px;
    margin-bottom: 3px;
    overflow: hidden;    
}
    .block1 .l {
        width: 600px;
        height: 300px;
        float: left;
    }
    .block1 .r {
        width: 340px;
        height: 300px;
        float: left;
        padding: 20px;
        padding-top: 10px;
        padding-right: 10px;
        background-image: url('../images/block1_bg.jpg');
        background-repeat: repeat-x;
    }
        .block1 .r h1 {
            font-size: 24px;
        }    
        .block1 .r h2 {
            font-size: 19px;
            margin-bottom: 4px;
        }    
        .block1 .r .desc {
            height: 137px;
            overflow: hidden;
        }    
        .block1 .r .desc p {
            margin-top: 0px;
        }        
    .block1 table td {
        text-transform: uppercase;
    }        
    .block1 table strong {
        color: black;
        font-size: 12px;
        text-transform: none;
    }
    
.block2 {
    width: 240px;
    height: 270px;
    float: left;
    margin-right: 3px;
    overflow: hidden;
    background-image: url('../images/block2_bg.jpg');    
    background-position: bottom;
    background-repeat: repeat-x;
    cursor: pointer;
}   
    .block2 .t {
        padding: 7px;
    }
    .block2 .photo {
        height: 146px;
    }
    .block2 h1 {
        font-size: 17px;
    }    
    .block2 h2 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .block2 .desc {
        overflow: hidden;
        height: 60px;
    }
    .block2 .desc p {
        margin: 0px;        
    }    

    
    
.block3 {
    width: 100%;
    height: 220px;
    margin-bottom: 3px;
    overflow: hidden;    
    background-image: url('../images/block1_bg.jpg');
    background-repeat: repeat-x;    
}
    .block3 .l {
        width: 240px;
        height: 100%;        
        float: left;
    }
    .block3 .c {
        width: 310px;
        height: 100%;                
        float: left;
        padding-top: 10px;
        padding-left: 10px;        
    }    
        .block3 .c h1 {
            font-size: 24px;
        }    
        .block3 .c h2 {
            font-size: 22px;
        }    
    .block3 .r {
        width: 394px;
        height: 100%;        
        float: left;
        padding-top: 10px;
        padding-left: 10px;
    }
        .block3 .r a {
            color: #95918e;
            font-size: 10px;
            float: right;
        }     
    .block3 table td {
        text-transform: uppercase;
        height: 27px;
    }        
    .block3 table strong {
        color: black;
        font-size: 11px;
        text-transform: none;
    }    
    
.block4 {
    background-color: #d1ccc6;
    padding: 20px;
}
    .block4 .l {
        width: 400px;    
        float: left;
    }     
    .block4 .tl {
        width: 404px;
        height: 270px;
        margin-bottom: 17px;  
        text-align: right;  
        padding-right: 10px;
    }     
        .block4 .tl .click {
            height: 240px;
            cursor: pointer;            
        }    
        .block4 .tl input {
            background-color: white;
            border: none;
            color: black;
            font-weight: bold;
            margin: 0px;
            cursor: pointer;
        }    
    .block4 .bl {
        width: 400px;
        background-color: #a6bcd1;
        padding: 7px;
    }     
        .block4 .bl table td {
            color: black;
            font-size: 9px;    
        }         
    .block4 .r {
        width: 500px;    
        float: left;
        padding-left: 30px;
        font-size: 10px;
    }
        .block4 .r h1, .block4 .r h2 {
            float: left;
            font-size: 27px;
        }    
        .block4 .r h1 {
            margin-right: 10px;
        }           
        .block4 .r h2 {
            font-size: 24px;
            position: relative;
            top: 3px;
        }                   
        .block4 .r h3 {
            font-weight: normal;
            font-size: 14px;
        }           
        .block4 textarea {
            width: 100%;
            height: 400px;
        } 
            
.block5 {
    width: 100%;
    height: 220px;
    margin-bottom: 3px;
    background-color: #808185;
    color: #d0d1d3;
    font-size: 11px;
    text-transform: uppercase;
}    
    .block5 .l, .block5 .c, .block5 .r {
        padding-top: 10px;
        padding-left: 20px;
        float: left;
    }
    .block5 .in {
        background-color: #58595b;
        width: 297px;
        height: 175px;
        position: relative;
        top: 4px;
        overflow: hidden;
    }
        .block5 .in textarea {
            width: 100%;
            height: 175px;            
        }     
        .block5 .in p {
            margin: 0px;
            text-transform: none;
            padding: 7px;
        }     
        .block5 .in ul {
            text-transform: none;
            margin-top: 10px;
            padding-left: 20px;
        }     
        .block5 .in li {
            margin-bottom: 7px;
            list-style-type: circle;
        }        
        
        
    
.block6 {
    width: 100%;
    height: 100px;
    background-color: #404042;
    color: #7a7a7a;
    font-size: 10px;
    text-transform: uppercase;
}        
    .block6 .blockSub {
        float: left;
        padding-left: 10px;
    }
    .block6 .nadpis {
        border-left: 1px solid #7a7a7a;
        padding-left: 10px;
        padding-top: 10px;
    }
    .block6 .in {
        padding-top: 10px;
        padding-left: 20px;
    }    
    .block6 .in a.projUrl {
        border: 1px solid #7e7d82;
        padding: 10px;
        color: #7e7d82;
        position: relative;
        top: 20px;        
    }    

.newsBox {
    width: 930px;
    margin-bottom: 7px;
    background-image: url('../images/block1_bg.jpg');
    background-repeat: repeat-x;
    margin-left: 10px;
    padding: 10px;
    background-color: #cec9c3;    
}    
    .newsBox h1 {
        font-size: 17px;
        float: left;
    }
    .newsBox h2 {
        font-size: 12px;
        float: right;
    }
    .newsBox p {
        margin: 0px;
        margin-top: 7px;
        line-height: 20px;
        padding: 0px;
    }
    .newsBox .admin {
        text-align: right;
    }
        .newsBox .admin img {
            cursor: pointer;
        }    
.newsAddBox {
    background-color: #cec9c3;
    font-size: 10px;
}
    .newsAddBox .line {
        margin-bottom: 10px;
    }
        .newsAddBox .line input {
            width: 400px;
        }    
    .newsAddBox .line div:first-child {
        width: 100px;
        padding-top: 4px;
        float: left;
    }
    .newsAddBox .line textarea {
        width: 87%;
    }
    
.tCont {
    width: 930px;
    margin-bottom: 7px;
    background-image: url('../images/block1_bg.jpg');
    background-repeat: repeat-x;
    margin-left: 10px;
    padding: 10px;
    background-color: #cecac1;    
}
    .tCont p {
        color: black;    
    }
    .tCont ul {
        font-size: 11px;
        color: black;    
        line-height: 15px;
    }    

    
#timerBox table td {
    color: black;
    padding: 4px;
}    
#timerBox table tr:first-child td {
    background-color: #2B93AC;
    color: white;
    font-size: 14px;
    font-weight: bold;    
}    
#timerBox table .even {
    background-color: #9DD9E6;
}
#timerBox table .odd {
    background-color: #DFF2F7;
}
#timerBox table select {
    width: 100%;
    border: none;
}
/*
#timerBox table select.first {
    background-color: #DFDCFA;
}
#timerBox table select.second {
    background-color: #C0BAF5;
}
#timerBox table select.third {
    background-color: #A79EF1;
}
*/
        

    
.update {
    background-color: #ab7a49;
    padding: 10px;
    font-size: 10px;
}
    .update .b {
        float: left;
        width: 314px;
    }
    .update td {
        color: black;
    }
    .update .submit {
        border: 1px solid #7e7d82;
        padding: 10px;
        color: #7e7d82;
    }
    .update .erase {
        border: 1px solid #FF0000;
        padding: 10px;
        color: #FF0000;
        background-color: #800000;
    }               
    .update .label {
        position: absolute;
        text-align:right;
        width:110px;
    }
    
    .update table.icoDesc td:first-child {
        font-weight: bold;
        font-size: 12px;
    }                  
    .update table.icoDesc td textarea {
        width: 770px;
    }                  

.adder {
    background-color: #ab7a49;
    padding: 10px;
    font-size: 10px;
}    
    .adder h1 {
        margin-bottom: 10px;
    }
/*icons*/    
#icons {
    background-color: #d1ccc6;
    padding: 20px;        
} 
    #icons .icon {
        width: 107px;
        height: 110px;
        float: left;
        margin-left: 6px;
        margin-bottom: 6px;
        text-align: center;
        font-size: 9px;
        color: #706b67;

            z-index: 100;               
    }
    #icons .ico {
        margin-left: 14px;
        width: 105px;
        height: 105px;
        background-repeat: no-repeat;
    }
        #icons .icon .iconOverDesc {
            background-color: #ff8201;
            width: 200px;    
            height: 100px;
            position: absolute;

            display: none;
        }    
        
    #icons .passive {
        background-position: 0px -105px;
    }    
    #icons .active {
        background-position: 0px 0px;
    }    
    #icons .mono {
        font-size: 1px;
        height: 1px;
        width: 100%;
    }    
    #icons .c {
    }    
    #icons .l, #icons .r {
        font-size: 1px;
        width: 2px;
    }    
    
/*support*/
.iconInfobox {
    width: 230px;
    position: absolute;
    display: none;
    text-align: left;
    z-index: 1000;
}
    .iconInfobox .t {
        width: 230px;
        height: 11px;
        background-image: url('../images/icoBox/box_orange_top.gif');
    }        
    .iconInfobox .c {
        background-color: #ff8201;
        padding: 7px;
        color: black;    
    }        
        .iconInfobox .c p {
            color: black;
            padding-left: 7px;
        }    
        .iconInfobox .c h1 {
            color: white;
            font-weight: normal;
            font-size: 14px;
            border-bottom: 1px solid white;
            text-transform: uppercase;
            padding-bottom: 4px;
        }    
    .iconInfobox .b {
        width: 230px;
        height: 11px;
        background-image: url('../images/icoBox/box_orange_bottom.gif');
    }        



.mceTa {
    width: 100%;
    height: 700px;
}
.photo {
    background-color: black;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.link {
    text-align: right;
}
    .link a {
        font-size: 10px;
        color: #81807f;           
    }
.mark1 {
    width: 140px;
    background-color: #f6931e;
    padding: 10px;
    color: white;
    font-size: 11px;
    margin-top: 7px;
    text-align: center;
}
    a.mark1a {
        background-color: #f6931e;
        padding: 10px;
        color: white;
        font-size: 11px;
        text-align: center;
        float: right;
        margin-right: 10px;        
    }
.mark2 {
    background-color: #f6931e;
    padding: 20px;
    color: white;
    font-size: 14px;
    margin-top: 7px;
    text-align: left;
    text-transform: uppercase;
    line-height: 27px;
}
    .mark2 b {
        text-transform: none;
    } 
    .mark2 p {
        color: white;
    }    
#Hover {
    border: 10px solid brown;
    padding: 10px;
    font-size: 10px;
    width: 140px;
}

/*pop up box*/
#imgPrew {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
    text-align: center;
    background-image: url(../_images/overlay.png);   
    z-index: 1000;
    display: none;
}
#imgPrew img {
    z-index: 1001;
    margin-top: 27px;
    border: 10px solid white;
    border-bottom: 25px solid white;
    background-color: white;
}
#imgPrew .fotoDesc {
    position: relative;
    top: -21px;
    font-family: tahoma;
    font-size: 14px;
    color: #585858;
}

* html #imgPrew {
    background-color: #000;
    back\ground-color: transparent;
    background-image: url(../_images/blank.gif); 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/overlay.png", sizingMethod="scale");
}
   
 
.annButt {
    text-align: center;
    font-size: 10px;
    color: #81807f;
    margin-top: 7px;
    margin-bottom: -10px;
    font-style: italic;
}
    
.cleaner {
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
}

