﻿#description
{
    float: left;
    width: 578px;
    margin-right: 10px;
    border: 1px solid #d3d3d3;
    padding: 15px;
    min-height: 300px;
    font-family: Georgia;
}
#details
{
    float: left;
    width: 298px;
    border: 1px solid #d3d3d3;
    padding: 15px;
    min-height: 300px;
    font-family: Georgia;
}

#photoBox
{
    background-color: #eeeded;
    background-image: url("/Static/Templates/FoehrferienWohnungen/Images/apartment_photos_bg.jpg");
    background-repeat: no-repeat;
    padding: 7px;
}
    #photoBox #photoZoomImage
    {
        float: left;
        margin-right: 100px;
    }
    #photoBox .photos
    {
        float: left;
        width: 220px;
        height: 390px;
        overflow: auto;
        margin-bottom: 20px;
    }
        #photoBox .photos img
        {
            float: left;
            margin-right: 8px;
            margin-top: 8px;
            cursor: pointer;
            width: 93px;
            height: 63px;
        }

#bookingForm
{
    float: left;
    width: 578px;
    height: 200px;
    margin-right: 10px;
    border: 1px solid #d3d3d3;
    padding: 15px;
    font-family: Georgia;
}
    #bookingForm table.main
    {
        width: 600px;   
    }
    #bookingForm table.main input
    {
        width: 150px;   
    }
    #bookingForm table textarea
    {
        width: 250px; 
        height: 100px;  
    }
    #bookingForm .contactInfo
    {
        padding-top: 10px;
    }
    
#guestbook
{
    float: left;
    width: 298px;
    height: 200px;
    overflow: auto;
    border: 1px solid #d3d3d3;
    padding: 15px;
    font-family: Georgia;
}

#bookingCalendar
{
    border: 1px solid #d3d3d3;
    padding: 15px;
    margin-top: 10px;
}
    #bookingCalendar .price
    {
        font-weight: bold;
        font-family: Georgia;
        font-size: 13px;
        padding-bottom: 10px;   
    }

    #bookingCalendar .bookingMonth .title
    {
        float: left;
        width: 50px;
        font-weight: bold;
        margin-right: 10px;
    }

    #bookingCalendar .bookingDay
    {
        float: left;
        font-weight: normal;
        width: 20px;
        margin-right: 3px;
    }
        #bookingCalendar .date
        {
            width: 18px;
            height: 18px;   
            text-align: center;
            vertical-align: middle;
            color: White;
            font-weight: bold;  
        }
        
        #bookingCalendar .bookable .date
        {
            background-image: url("/Static/Images/BookingCalendar/bookable.jpg");
            cursor: pointer;
        }
        #bookingCalendar .bookable_booked .date
        {
            background-image: url("/Static/Images/BookingCalendar/bookable_booked.jpg");
            cursor: pointer;
        }
        #bookingCalendar .bookable_booking .date
        {
            background-image: url("/Static/Images/BookingCalendar/bookable_booking.jpg");
            cursor: pointer;
            color: Black;
        }
        #bookingCalendar .booked .date
        {
            background-image: url("/Static/Images/BookingCalendar/booked.jpg");
        }
        #bookingCalendar .booked_bookable .date
        {
            background-image: url("/Static/Images/BookingCalendar/booked_bookable.jpg");
            cursor: pointer;
        }
        #bookingCalendar .booked_booked .date
        {
            background-image: url("/Static/Images/BookingCalendar/booked_booked.jpg");
        }
        #bookingCalendar .booked_booking .date
        {
            background-image: url("/Static/Images/BookingCalendar/booked_booking.jpg");
            color: Black;
        }
        #bookingCalendar .booking .date
        {
            background-image: url("/Static/Images/BookingCalendar/booking.jpg");
            cursor: pointer;
            color: Black;
        }
        #bookingCalendar .booking_bookable .date
        {
            background-image: url("/Static/Images/BookingCalendar/booking_bookable.jpg");
            cursor: pointer;
            color: Black;
        }
        #bookingCalendar .booking_booked .date
        {
            background-image: url("/Static/Images/BookingCalendar/booking_booked.jpg");
            cursor: pointer;
            color: Black;
        }
