/*unsichtbar*/
.usb {
    position: absolute;
    left: -9999px;
    z-index: -1000;
}

.usb1 {
    display: none;
}

/*Inputfelder*/
.layout_requesterror {
    border: 1px solid #F00;
    background-color: #FCC;
    /* font-size: 9pt; */
}

.layout_requestlong {
    width: 366px;
    color: #000;
    /* font-size: 9pt; */
}

.layout_requestmidi {
    width: 256px;
    color: #000;
    /* font-size: 9pt; */
}

.layout_requestshort {
    width: 160px;
    color: #000;
    /* font-size: 9pt; */
}

.layout_requestmini {
    width: 75px;
    color: #000;
    /* font-size: 9pt; */
}

.layout_requestmicro {
    width: 37px;
    color: #000;
    /* font-size: 9pt; */
}

label.layout_request_description {
    display: block;
    padding-left: 5px;
    margin-top: 3px;
}

div.wrapper label {
    float: left;
    width: 80%;
}

div.wrapper input {
    float: left;
}

div.wrapper input[type=radio] {
    margin-right: 9px;
}

div.wrapper {
    clear: left;
}

.table-range div.wrapper {
    height: 25px;
    padding: 0px 0 0 0;
}

.table-range label {
    position: relative;
    top: 3px;

}

.table-range label[for=supplier_range_1] {
    top: -3px;
    left: 2px;
    padding: 0 10px 0 0;
}

label.layout_request_description input {
    vertical-align: middle;
}

/* Tabelle f�r Info-Templates */
div.layout_infobox {
    width: 566px;
    margin-top: 17px;
    margin-bottom: 17px;
}

div.layout_infobox p {
    width: 566px;
    text-align: justify;
    margin-top: 12px;
    margin-bottom: 12px;
}

div.layout_infobox_paragraph {
    width: 566px;
    margin-top: 12px;
    margin-bottom: 12px;
}

div.layout_infobox_paragraph p {
    text-align: justify;
    padding: 12px;
}

div.layout_infobox_important {
    position: relative;
    width: 564px;
    margin-bottom: 20px;
    border: 1px solid #E4ECF4;
    background-color: #FBFBFF;
}

div.layout_infobox_important p {
    text-align: justify;
    margin: 12px;
}

div.layout_infobox_important span {
    font-size: 8pt;
}

div.layout_infobox_offerstep {
    font-size: 12pt;
    font-weight: bold;
    color: #DE7A18;
    position: relative;
    width: 564px;
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
    background-color: #F4F4F4;
}

div.layout_infobox_offerstep p {
    text-align: justify;
    margin: 12px;
}

div.layout_infobox_terms {
    position: relative;
    border: 1px solid #d2e0ee;
    background-color: #f3f4f6;
    height: 300px;
    width: 546px;
    overflow: auto;
    margin-bottom: 20px;
    padding: 0px 9px 0px 9px;
}

/* Hotel. Angebot */
div.layout_offer {
    width: 566px;
    margin-bottom: 18px;
}

div.layout_offer_data {
    position: relative;
}

/* Hotel. Angebot. Pauschale */
div.layout_offer_box_title {
    position: relative;
    background-color: #ececec;
    font-weight: bold;
    padding: 8px;
}

div.layout_offer_box_data {
    position: relative;
    background-color: rgb(242, 244, 244);
}

div.layout_offer_package_head {
    position: relative;
    background-image: url(/images/frame_v2/admin_requests_conference_title.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 37px;
}

div.layout_offer_package_infohead {
    position: relative;
    background-color: rgb(236, 236, 236);
    height: 37px;
}

div.layout_offer_package_title {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 12pt;
    font-weight: bold;
}

div.layout_offer_package_comment {
    position: absolute;
    top: 10px;
    left: 348px;
    width: 90px;
    font-weight: bold;
}

div.layout_offer_package_price {
    position: absolute;
    top: 8px;
    left: 454px;
    width: 64px;
    font-weight: bold;
    text-align: right;
}

div.layout_offer_package_currency {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    top: 10px;
    left: 454px;
    width: 108px;
    font-size: 8pt;
    font-weight: bold;
}

/*.layout_offer_package_price input. {
	width: 51px;
	text-align: center;
	color: #000;
} */

div.layout_offer_package_description {
/*    background-image: url(/images/frame_v2/admin_requests_conference_calculate.gif);
    background-repeat: no-repeat;
    background-position: top;*/
    background-color: #F3F4F6;
    padding: 8px;
    font-size: 8pt;
}

.layout_offer_package_description strong {
    /* font-size: 9pt; */
    font-weight: bold;
}

div.layout_offer_package_footer {
    background-color: #F3F4F6;
    border-top: 1px solid #EAEBEE;
    padding: 8px;
    font-size: 8pt;
}

.layout_offer_package_footer div {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 10pt;
}

.layout_offer_package_footer input {
    color: #000;
    width: 540px;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #7F9DB9
}

div.layout_offer_package_offer {
    background-color: #F3F4F6;
    border-top: 1px solid #EAEBEE;
    padding: 8px;
    font-size: 8pt;
}

div.layout_offer_package_offer_title  {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 10pt;
}

.layout_offer_package_offer input {
    color: #000;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #7F9DB9
}

/*Hotel. Angebot. Tagungsraum*/
div.layout_offer_confroom_row {
    background-image: url(/images/frame_v2/admin_requests_conference_inclusive_rooms.gif);
    position: relative;
    width: 100%;
    height: 59px;;
}

div.layout_offer_confroom_room {
    position: absolute;
    top: 10px;
    left: 9px;
    font-weight: normal;
    width: 105px;
}

div.layout_offer_confroom_seating {
    position: absolute;
    top: 9px;
    left: 118px;
    text-align: center;
    width: 17px;
}

div.layout_offer_confroom_time {
    position: absolute;
    top: 10px;
    left: 143px;
    font-weight: normal;
    text-align: center;
    width: 100px;
}

div.layout_offer_confroom_person {
    position: absolute;
    top: 10px;
    left: 248px;
    font-weight: normal;
    text-align: center;
    width: 62px;
}

div.layout_offer_confroom_square {
    position: absolute;
    top: 10px;
    left: 315px;
    font-weight: normal;
    text-align: center;
    width: 48px;
}

div.layout_offer_confroom_place {
    position: absolute;
    top: 37px;
    left: 37px;
    font-weight: normal;
    width: 62px;
}

div.layout_offer_confroom_height {
    position: absolute;
    top: 37px;
    left: 130px;
    font-weight: normal;
    width: 120px;
}

div.layout_offer_confroom_control {
    position: absolute;
    top: 5px;
    left: 368px;
    width: 82px;
    font-size: 8pt;
}

div.layout_offer_confroom_price {
    position: absolute;
    top: 5px;
    left: 472px;
    width: 44px;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}

div.layout_offer_confroom_currency {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    top: 10px;
    left: 470px;
    width: 92px;
    font-size: 8pt;
    font-weight: bold;
}

div.layout_offer_confroom_cancel {
    position: absolute;
    background-color: rgb(243, 244, 246);
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    top: 4px;
    padding: 5px 0px 5px 0px;
    left: 366px;
    width: 196px;
    color: #F00;
    /* font-size: 9pt; */
    font-weight: bold;
}

/* Hotel. Angebot. Preistabele */
div.layout_offer_pricebox_head {
    background-image: url(/images/frame_v2/admin_requests_conference_inclusive_title.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 31px;
}

div.layout_offer_pricebox_title {
    position: absolute;
    margin-top: 6px;
    margin-left: 8px;
    font-size: 12pt;
    font-weight: bold;
}

div.layout_offer_pricebox_right {
    position: absolute;
    margin-top: 9px;
    margin-left: 396px;
    width: 220px;
    font-weight: bold;
    color: #FFF;
}

div.layout_offer_pricebox_row {
    background-image: url(/images/frame_v2/admin_requests_conference_inclusive_row.gif);
    position: relative;
    width: 100%;
    min-height: 40px;
    clear: both;
}

div.layout_offer_pricebox_count {
    width: 38px;
    margin: 8px 5px 0 9px;
    float: left;
}

.layout_offer_pricebox_count img {
    float: right;
    padding-top: 3px;
}

div.layout_offer_pricebox_text {
    width: 311px;
    margin: 8px 3px 0 0;
    float: left;
}

div.layout_offer_pricebox_fulltext {
    width: 356px;
    margin: 8px 0 0 9px;
    float: left;
}

div.layout_offer_pricebox_control {
    width: 92px;
    font-size: 8pt;
    margin: 5px 0 0 0;
    float: left;
}

div.layout_offer_pricebox_price {
    width: 44px;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    position:absolute;
    left:473px;
    top:5px;
}

div.layout_offer_pricebox_currency {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    width: 92px;
    font-size: 8pt;
    font-weight: bold;
    margin: 10px 0 0 13px;
    float: left;
}

div.layout_offer_pricebox_cancel {
    background-color: rgb(243, 244, 246);
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 5px 0px 5px 0px;
    width: 194px;
    color: #F00;
    /* font-size: 9pt; */
    font-weight: bold;
    margin: 4px 0 0 0;
    float: left;
}

/* Hotel. Angebot. Zimmerbedarf */
div.layout_offer_stay_head {
    position: relative;
    background-image: url(/images/frame_v2/admin_requests_rooms.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 31px;
    color: #FFF;
}

div.layout_offer_stay_action {
    position: absolute;
    top: 10px;
    left: 9px;
    font-weight: bold;
    width: 150px;
}

div.layout_offer_stay_left {
    position: absolute;
    top: 10px;
    left: 130px;
    width: 150px;
    font-weight: bold;
}

div.layout_offer_stay_leftunit {
    position: absolute;
    top: 11px;
    left: 185px;
    width: 150px;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
}

div.layout_offer_stay_right {
    position: absolute;
    top: 10px;
    left: 351px;
    width: 150px;
    font-weight: bold;
}

div.layout_offer_stay_rightunit {
    position: absolute;
    top: 11px;
    left: 409px;
    width: 150px;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
}

div.layout_offer_stay_data {
    position: relative;
    background-image: url(/images/frame_v2/admin_requests_rooms_table.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

div.layout_offer_stay_date {
    position: relative;
    top: 10px;
    left: 9px;
    font-weight: normal;
    width: 111px;
    float: left;
}

div.layout_offer_stay_box {
    position: relative;
    background-image: url(/images/frame_v2/admin_requests_rooms_table.png);
    background-position: left -2px;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

div.layout_offer_separator {
    position: relative;
    width: 100%;
    height: 12px;
    clear: both
}

div.layout_offer_breakfast {
    position: relative;
    height: 34px;
    width: 566px;
    background-color: #FFF5D3;
    margin-top: 9px
}

div.upload-foto {
    float: left;
    position: relative;
    margin: 5px 5px 0 0;
}

div.upload-foto a {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.8;
    padding: 0 2px;
    font-weight: bold;
}

.zimmerbedarf-close {
    position: absolute;
    padding: 3px 4px;
    right: 0;
    top: 0;
    height: 20px;
    border-left: 1px solid #ffffff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer
}