/* RentalDisplay */

#divRentalDisplay .divBtnAktionContainer
{
    padding-bottom: 15px;
}
#divRentalDisplay .divBtnAktion
{
    float: left;
}

#divRentalDisplay .btnAktion
{
    float: left;
    margin-left: 0px;
    margin-right: 25px;
    margin-top: 10px;
    padding: 5px 10px;
    display: block;
    background-color: #efefef;
}
    
#divRentalDisplay .ContentBox
{
    padding: 10px;
    margin: 0px 0px 1.3em 0px;
    background-color: #fff;
}

#divRentalDisplay h2
{
    margin: 1.3em 0em 1.3em 0em;
}

#divRentalDisplay .propertycontainer
{
    margin-top: 1.3em;
}

#divRentalDisplay ul.propertieslist
{
    margin-top: 15px;
}

#divRentalDisplay div.propertypic
{
    margin-right: 15px;
}
#divRentalDisplay ul.propertieslist li
{
    display: block;
    width: 50%;
    float: left;
}


/* Piktogramme */
.propertycontainer
{
    background-color: #ffffff;
    padding: 0px 10px;
    margin: 0px 0px;
}

.propertieslist
{
    list-style-type: none;
    padding: 0px;
}

.propertypic, .propertypicempty
{
    float: left;
    display: block;
    width: 24px;
    height: 28px;
    overflow: visible;
    text-align: center;
    margin-right: 3px;
}
        
/* Reiseversicherung */
div.ERVLogo {
    width: 100px;
    height: 50px;
    float: right;
    margin: 0px 0px 0px 10px;
    background-image: URL('../Images/Logos/ERGO_Logo_DE.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: left top;
}


/* RentalSuchergebnisse */
#divRentalSuchergebnisse h2
{
    margin-bottom: 15px;
}

.btnBook
{
    cursor: pointer;
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    background-color: #ccc;
    color: #003399;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

a.btnBook, a.btnBook:visited
{
    color: #003399;
    text-decoration: none;
}

a.btnBook:hover
{
    color: #cc0033;
    text-decoration: none;
}

/* Erweiterte Suche: */

.searchpikto
{
    float: left;
    display: block;
    width: 60px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    margin-right: 3px;
}

.PagerCurrentPage
{
    padding: 2px 6px;
    border: solid 1px #ddd;
    background: #6699ff;
    color: White;
}
.PagerPrevNext, .PagerPageNumber
{
    padding: 2px 6px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: #333333;
}
.PagerPageNumber:hover, .PagerPrevNext:hover
{
    background-color: #f08b28;
    color: White;
}
