body {
    background: black url(img/agectrl-bgr.jpg) no-repeat center top;
}

*, body, td {
    font-family: tahoma;
}

p {

    font-size: 11px;
    line-height: 15px;
    color: #646464;
    margin-bottom: 20px;
}

strong {
    font-size: 12px;
}

li {
    font-size: 11px;
    line-height: 12px;
}

a {
    font-weight: bold;
    font-size: 11px;
    color: #d37700;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


select {
    font-size: 11px;
}

.high {
    color: #f12900;
}

.black {
    color: black;
}


#root {
    min-width: 644px;
    text-align: center;
    _height: 480px;
    min-height: 480px;
}

    #body {
        margin: 0 auto;
        text-align: left;
        width :644px;
        position: relative;
        height: 480px;
    }

            /**
             * Age box
             */
            #age-box-cz {
                position: absolute;
                background: url(img/age-box.jpg) no-repeat;
                top: 14px;
                
                width: 644px;
                height: 480px;
                /*padding-top: 35px;*/
            }

            #age-box-en {
                position: absolute;
                background: url(img/age-box-com.jpg) no-repeat;
                top: 14px;
                
                width: 644px;
                height: 480px;
                /*padding-top: 35px;*/
            }
            
            #age-box-de {
                position: absolute;
                background: url(img/age-box-de.jpg) no-repeat;
                top: 14px;
                
                width: 644px;
                height: 480px;
                /*padding-top: 35px;*/
            }            

                #kontakt-box .wrapper {
                    position: relative;
                }
                    #kodexspravnehopiti-cz {
                        position: absolute;
                        top: 210px;
                        left: 275px;
                        height: 17px;
                        width: 120px;
                    }

                    #kodexspravnehopiti-en {
                        position: absolute;
                        top: 220px;
                        left: 230px;
                        height: 16px;
                        width: 180px;
                    }
                    
                    #kodexspravnehopiti-de {
                        position: absolute;
                        top: 220px;
                        left: 188px;
                        height: 16px;
                        width: 190px;
                    }





/* #forms */
.fr:focus {
    border: 1px solid black;
    /*background: #B7E8EB;*/

}

.validation-advice {
   /* position: absolute;*/


    z-index: 10;
    background: #141c48 url(img/advice-sipka.gif) no-repeat 2px 4px;
    padding: 5px 5px 5px 17px;
    /*border: 1px solid #DF263F;*/
    color: white;
    font-size: 10px;
    width: 244px;
    float: right;
    /*margin-right: 9px;*/
}


.error {
    background:#D83218;
    color:white;
    font-size:11px;
    font-weight:bold;
    left:86px;
    padding:6px;
    position:absolute;
    text-align:center;
    top:365px;
    width:200px;
    z-index:100;
}




.info {
    width: 815px;
    z-index: 100;
    position: absolute;
    top: 400px;
    background: #67A900;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 30px;
    padding: 20px;
}

select.fr,
textarea.fr,
input.fr {
    background: white ;
    border: 1px solid #7f9cb8;
    padding: 2px;
    font-size: 11px;

}

#select-ucel {
    width: 266px;
}

 .fr-item {
    width: 350px;
    clear: both;
    padding-top: 15px;
 }




#text_vzkazu {
    height: 96px;

}


label {
    width: 70px;
    float: left;
    text-align: right;
    margin-right: 5px;
    font-size: 11px;
    display: block;
    margin-bottom: 2px;
    margin-top: 8px;
    color: #646464;
}


#den {
    position: absolute;
    top: 313px;
    left: 87px;
    width: 25px;
}

#mesic {
    position: absolute;
    top: 313px;
    left: 122px;
    width: 25px;
}

#rok {
    position: absolute;
    top: 313px;
    left: 157px;
    width: 40px;
}

#zeme {
    position: absolute;
    top: 313px;
    left: 223px;
    width: 180px;
}



#btn-send-cz {
    position: absolute;
    top: 352px;
    left: 320px;
    height: 20px;
    width: 81px;
}

#btn-send-en {
    position: absolute;
    top: 352px;
    left: 332px;
    height: 20px;
    width: 71px;
}

#btn-send-de {
    position: absolute;
    top: 352px;
    left: 320px;
    height: 20px;
    width: 83px;
}

