#kalendar-inner{
    width:290px;
    height:290px;
    position:relative;
    overflow:auto;
}

#kalendar table{
	width:280px;
}

#kalendar .name{
    overflow:visible;
    font-size:11pt;
    padding:0;
    line-height:100%;
    margin:15px 0;
    
    font-weight:bold;
}

#kalendarButtons{
    position:absolute;
    top:240px;
    width:290px;
    display:block;
    text-align:center;
}
    #kalendarButtons input{
        margin:4px;
    }
#kalendar table th{
    background-color:#E1E1E1;
    border:1px solid #DDDDDD;
}    
#kalendar table td{
    border:1px solid #DDDDDD;
}    

#kalendar .unactive{
    color:#AAAAAA;
}

#kalendar .nedele{
    color: #A94D0F;
}

#kalendar .link{
    cursor: pointer;
}

#kalendar .active{
    background-color:#F9BA00;
}



#kalendar-admin{
    float:right;
    width:280px;
}

#lokalitySelected{
    margin-top:10px;
}
    #lokalitySelected .reserve{
        color: #AAAAAA;
    }
    #lokalitySelected .full{
        color: red;
    }
    #lokalitySelected .lid{
        display:none;
    }

