#rect_day {
    fill: #006600;
    width: 20px;
    fill-opacity: 0.7;
}

#rect_night {
    fill: #39B54A;
    width: 20px;
    fill-opacity: 0.7;
}

#text_axis_x {
    text-anchor: middle;
}

#text_axis_y {
    text-anchor: middle;
    font-size: 90%;
}

/******************************************************************************/
/* 
                Plan & map  
*/


    #spot, #spot_pair, #spot_12, 
    #spot_sale, 
    #spot_sale_part {
        width: 30px;
        height: 25px;       
        stroke: #000;
    }

    #spot_sale, #spot_12_sale {
        fill: #FFB100;
        stroke: #000;
    }
    
    #spot_pair   {        
        width: 60px;
    }        
    
    #spot_pair_sale {
        width: 60px;
        height: 25px;    
        fill: #FFB100;
        stroke: #000;
    }
    
    #spot_12, #spot_12_sale {
        width: 25px;
        height: 50px;
    }    
    
    #spot, #spot_pair, #spot_12 {
        fill: #fff;         
    }    
    

    #spot_sale_part {
        fill: #FFB100;
        fill-opacity: 0.3;  
    }    
    
    #spot_house {
        fill: #ddd;
        stroke: #000;
        height: 40px;
        width: 30px;
    }
    
    #spot_child {
        fill: #39B54A;
        width: 80px;
        height: 40px;
        stroke: #000;
    }

    
    #spot_tropka {
        width: 30px;
        height: 4px;
        fill: #C4D79B;
        fill-opacity: 0.7;  
        stroke: #C4D79B;
    }


    
    #spot_text, #street_text, #header_text {
        text-anchor: middle;        
    }
    
    #header_text {
        font-size: 200%;
    }
    
    #spot_text_child {
        fill: #fff;
        font-size: 100%;
    }
    
    #street_text {
        fill: #fff;
    }     
    
    #lake {
        fill: #0000ff;
        fill-opacity: 0.5;
    }
    
    #spot_text_lake {
        text-anchor: middle;   
        fill: #fff;
        font-size: 90%;
    }    
    
    #street_no {
        fill: #39B54A;
        width: 20px;
        height: 25px;
        stroke-width: 0px;
    }
    
    #street_1, #street_3, #street_5, #street_6, #street_8, 
    #street_11, #street_11_1, #street_0, 
    #street_road, #street_0, #road_8 {
        fill: #C4D79B;
        fill-opacity: 0.7;  
        stroke-width: 0px;
    } 
    
    #street_1 {
        width: 80px; 
        height: 295px;
    }     
    
    #street_3 {
        width: 80px; 
        height: 320px;
    } 
    
    #street_5 {
        width: 80px; 
        height: 340px;
    }

    #street_6  {
        width: 80px; 
        height: 370px;
    }    
    
    #street_8  {
        width: 80px; 
        height: 395px;
    }
    
    #street_11  {
        width: 80px; 
        height: 240px;
    }   
    
    #street_11_1  {
        width: 20px; 
        height: 395px;
    }     
    
    #street_0  {        
        height: 20px;
    }    
    
    #street_road  {
        width: 20px; 
        height: 50px;
    }        
    
    #gate {
        width: 20px; 
        height: 5px;
        fill: #000;
    }
/******************************************************************************/    