/* CSS-Suchmaske */
.sg-lnk {
font-family: Arial;
display: block;
height: 23px;
width: 525px; /* + 41 = 496 */
color: #ffffff;
background-color: #fcc670;
margin-bottom: 1px;
text-decoration: none;
font-weight: normal;
color: BLACK;
overflow: hidden;
}

.sg-lnk_hover {
font-family: Arial;
display: block;
height: 21px;
width: 523px;
color: BLACK;
background-color: #f9e0ba;
margin-bottom: 1px;
text-decoration: none;
font-weight: normal;
border-top: 1px solid WHITE;
border-left: 1px solid WHITE;
border-bottom: 1px solid BLACK;
border-right: 1px solid BLACK;
overflow: hidden;
}

.sg-lnk_unselectable {
font-family: Arial;
display: block;
height: 21px;
width: 523px;
color: WHITE;
background-color: #a41d1d;
margin-bottom: 1px;
text-decoration: none;
font-weight: normal;
border-top: 1px solid WHITE;
border-left: 1px solid WHITE;
border-bottom: 1px solid BLACK;
border-right: 1px solid BLACK;
overflow: hidden;
}

.sg-lnk_flag {
clear: left;
float: left;
width: 30px;
height: 25px;
background: ;
display: block;
background-position: 3px 5px;
}

.sg-lnk_special {
float: left;
width: 30px;
height: 25px;
background: ;
display: block;
background-position: 6px 3px;
}

.sg-lnk_content {
float: left;
padding-left: 5px;
background: ;
cursor: pointer;
padding-top: 3px;
height: 25px;
}

/* Search-Form */
.sfm { width: 550px; height: 190px; }

.sfm-title { width: 550px; font-family: Verdana; font-size: 14px; font-weight: bold; text-align: left; clear: left; float: left; }

.sfm-sp-1 { width: 550px; height: 3px; clear: left; float: left; }
.sfm-sp-2 { width: 540px; height: 13px; clear: left; float: left; display: block; }
.sfm-sp-3 { width: 340px; height: 3px; clear: left; float: left; }

.sfm-loc-div { width: 550px; text-align: left; clear: left; float: left; }
.sfm-loc-inp { font-size: 18px; width: 540px; height: 24px; color: BLACK; }
.sfm-loc-sgs { display: none; visibility: hidden; z-index: 1; border: 1px solid black; background: #fcae32; width: 542px; height: 276px; font-family: Verdana; font-size: 14px; font-weight: bold; clear: left; float: left; position: absolute; overflow: auto; }

.sfm-button { width: 200px; height: 75px; padding-top: 40px; float: right; text-align: center; }

.sfm-arv-title { width: 215px; font-family: Verdana; font-size: 14px; font-weight: bold; text-align: left; clear: left; float: left; }
.sfm-arv-div { width: 120px; text-align: left; clear: left; float: left; }

.sfm-dep-title { width: 125px; font-family: Verdana; font-size: 14px; font-weight: bold; text-align: left; float: left; }
.sfm-dep-div { width: 125px; text-align: left; float: left; }

.sfm-dat-inp { font-size: 18px; width: 115px; }
.sfm-dat-mov {  }

.sfm-cal-spc-1 { clear: left; float: left; width: 420px; height: 5px; }
.sfm-cal-spc-2 { clear: left; float: left; width: 420px; height: 3px; }

.sfm-sp-4 { width: 250px; height: 13px; clear: left; float: left; }

.sfm-room-title { width: 215px; font-family: Verdana; font-size: 14px; font-weight: bold; text-align: left; clear: left; float: left; }
.sfm-room-val { width: 250px; height: 3px; clear: left; float: left; }
.sfm-room-div { width: 215px; text-align: left; clear: left; float: left; }
.sfm-room-select { font-size: 18px; width: 160px; }

.sfm-cat-title { width: 125px; font-family: Verdana; font-size: 14px; font-weight: bold; text-align: left; float: left; }
.sfm-cat-div { width: 125px; text-align: left; float: left; }
.sfm-cat-select { font-size: 18px; width: 120px; }

/* --- */
