@import url(cm.css);

#titleBoxLeft {
    width: auto;
}

.paragraph_image_0 {
    float: left;
    padding: 0 10px 10px 0;
}

.paragraph_image_1 {
    float: right;
    padding: 0 0 10px 10px;
}

/* franchise */
#contact_time, #contact_time_label_end {
    float: left;
    padding-bottom: 20px;
}

#contact_time .formElementContent {
    width: auto;
}

.person {
    padding: 5px 0 10px 0;
    margin-right: 2%;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.person_has_image {
    min-height: 119px;
}

* HTML .person_has_image {
    height: 119px;
}

.telephone_comment {
    font-size: smaller;
}

.person_data {
    width: 76%;
}

.person_image {
    position: absolute;
    top: 5px;
    right: 0;
}

/* addurl */
#entryType1 {
    float: right;
    width: 300px;
}

.pageNumber {
    float: right;
}

#products .formElementDescription {
    display: none;
}

#products .formElementContent {
    width: 100%;
}

/* Styles für die Branchenvorschläge */
#Suggestions {
    background: #fff;
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
    border: 2px inset activeborder;
    padding: 3px;
}

.SuggestionActive {
    background: #d8d8e7;
}

#branchSelect_similarBranchs {
    border: 1px solid #b12e47;
    background: #d8d8e7;
    margin-left: 130px;
    width: 435px;
    padding: 5px;
    display: none;
}

#branchSelect_similarBranchs .formElementDescription {
    float: none;
    width: auto;
}

#similars {
    max-height: 100px;
    height: expression($('similars').getHeight() >= 100 ? '100px' : 'auto');
    overflow: auto;
    background: #fff;
    padding: 2px;
}

#branchData, #subBranchsComplete {
    margin-left: 125px;
    width: 435px;
    padding: 5px;
}

#subBranchsComplete {
    border: 1px solid #799fbd;
    background: #d8d8e7;
}

#branchSelect_subBranchs .formElementDescription {
    display: none;
}

#subs {
    max-height: 150px;
    height: expression($('subs').getHeight() >= 150 ? '150px' : 'auto');
    overflow: auto;
}

#similars A, #similarsDefaultText, #subs A {
    cursor: pointer;
}