@import url('style_amrumde.css');
/**** basic layout elements ****/

* {
    margin: 0;
    padding: 0;
}

img {
    margin:0;
    padding:0;
    border:0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/***** Global Classes *****/

.clear          { clear:both; }

.float-left     { float:left; }
.float-right    { float:right; }

.text-left      { text-align:left; }
.text-right     { text-align:right; }
.text-center    { text-align:center; }
.text-justify   { text-align:justify; }

.bold           { font-weight:bold; }
.italic         { font-style:italic; }
.underline      { border-bottom:1px solid; }
.highlight      { background:#ffc; }

.wrap           { width:960px;margin:0 auto; }

.img-left       { float:left;margin:4px 10px 4px 0; }
.img-right      { float:right;margin:4px 0 4px 10px; }

.nopadding      { padding:0; }
.noindent       { margin-left:0;padding-left:0; }
.nobullet       { list-style:none;list-style-image:none; }


/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
    margin:     0;
    padding:    0;
    font-weight:normal;
    font-family: 'Lucida Sans Unicode','Lucida Grande', Arial, Tahoma, Helvetica;
}

h1 {
    padding:0 0 5px 0;
    font-size:1.3em;
    font-weight:bold;
    color:#437B9F;
}

h2 {
    padding:15px 0;
    font-size:1.2em;
    font-weight:bold;
    color:#437B9F;
}

h3 {
    font-size:1.0em;
    font-weight:bold;
    padding-bottom:8px;
}

h4 {
    font-size:1.1em;
    font-weight:bold;
    padding-bottom:5px;
    color:#437B9F;
}

p, ul, ol {
    margin:0;
    padding:0 0 15px 0;
}

ul, ol {
    padding-left: 15px;
}

li {
    padding:5px 0;
}

blockquote {
    margin:22px 40px;
    padding:0;
}

small {
    font-size:0.85em;
}

img {
    border:0;
}

sup {
    position:relative;
    bottom:0.3em;
    vertical-align:baseline;
}

sub {
    position:relative;
    bottom:-0.2em;
    vertical-align:baseline;
}

acronym, abbr {
    cursor:help;
    letter-spacing:1px;
    border-bottom:1px dashed;
}

/***** Links *****/

a:link, a:visited {
    /*color: #336699; */
}

a:hover {
    color: #c3183a;
}

/***** Forms *****/

form {
    margin:0;
    padding:0;
    display:inline;
}

input, select, textarea {
    font:1em arial, helvetica, sans-serif;
}

textarea {
    line-height:1.25;
}

label {
    cursor:pointer;
    font-weight:bold;
}

.label_td {
    text-align: right;   
}

/***** Tables *****/

table {
    border:0;
    margin:0 0 0px 0;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
}

table tr td, table tr th {
    padding:3px 20px 3px 0;
}

#home_sidebar table tr td, #home_sidebar table tr th {
    padding:3px 5px 3px 0;
}

/* forms
------------------------------------------------------------*/

.form_section_h3 {
    font-size:1.3em;
    font-weight:bold;
    color:#000; /*#C3183A;*/
    margin-bottom:2px;
}

.form_section_div {
    padding:0 20px 0 0;
    background:#FFFFFF;
}

.form_section_div h4 {
    color:#C3183A;
}

.form_section_div label {
}

.form_section_div td {
    vertical-align: top;
}

.form_section_div input[type=text] {
    width: 20em;
}

.form_validation_error {
    background-color: orange;
}

.form_button_inactive {
    opacity: 0.5;
}

.step_highlight {
    padding: 3px 5px;
    background-color: #666;
    color:white;
    font-weight: bold;
}

.form_explanatory_note {
    color:#666666;
}

/* end forms
------------------------------------------------------------*/


/****** buttons *****/

.buttoncss {
    cursor: auto;
}

.icon_button {
    background: #ebfafc;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}

/***** notifications *******/

.success_message {
    width: 95%;
    display: block;
    padding: 2.5%;
    margin-bottom: 10px;
    background-color: #E9F9E5;
    color: #1C8400;
    font-weight: bold;
    border: 1px solid #1C8400;
}

.notice_message {

}

.check_message {
    width: 95%;
    display: block;
    padding: 2.5%;
    margin-bottom: 10px;
    background-color: #E5ECF9;
    color: #4055B5;
    font-weight: bold;
    border: 1px solid #4055B5;
}

.inline_error {
    width: 94%;
    display: block;
    padding: 2.5%;
    margin-bottom: 10px;
    background-color: #F9E5E6;
    color: #B50007;
    font-weight: bold;
    border: 1px solid #B50007;
}

.inline_notification {
    border: 2px solid #0a3376;
    padding: 20px;
    text-align: center;
}


/* #### SEARCH TOGGLE PANEL #### */

.panel_list {
    padding: 0px;
    width:100%;
}
.panel_head {
    padding: 0px 0px;
    cursor: pointer;
    position: relative;
    /*background-color:#aaa;*/
    margin-bottom:10px;
    color:#5C80B2;
    font-weight:bold;

}
.panel_body {
    padding: 0px 0px 0px;
}

/* #### SEARCH TOGGLE PANEL #### */

#ob_title {
    color:#437B9F; 
    font-size:2.5em; 
    font-weight:normal; 
    padding-top:30px;
    font-family: 'Lucida Sans Unicode','Lucida Grande', Arial;   
    float:left;
}

/* ######   SEARCH DIV  ###############*/

#search_main {
    float:left;
    width:550px;
    overflow:hidden;
    padding-right:0px;
    background-color: #fff;
}

.search_result_div {
    border: 3px solid #E1EAEF;
    padding-top: 8px;
    background: white;
    margin-bottom:25px;
}

.search_result_div .hh_type {
    font-style: italic;
}

.search_result_div .head1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 27px;
}
.search_result_div .head2 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 27px;
}

.search_result_div h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 27px;
    color: #437B9F;
}

.search_result_div p {
    padding:0;
    margin:0;
}

.search_result_div td {
    vertical-align: top;
}

.search_result_div .head {
    padding:3px;   
}

.search_result_div .search_thumb {
    float:left;
    padding:0px;
    padding-right: 10px;
    padding-bottom: 10px;
    width:100px;
    /*border:2px solid #0000FF; */
}

.search_result_div .result_section_title {
    clear: both;
    margin-top:5px;
    padding:2px;
    font-weight: bold;
    background: #E1EAEF;
}

.search_result_div .bottom{
    padding:2px;
    background: #EFEFEF;
}

.result_header {
    margin-bottom:5px;
}
/* ######   SEARCH DIV  ###############*/



/* ######  array pager numbers  ###############*/
#bottom_pager{
    clear:both;
}

#array_pager{
    font-weight: bold;
    text-decoration: none;
}

#array_pager .selected_page a:link, .selected_page a:visited, .selected_page a:hover {
    text-decoration: none;
}

/* ######  array pager numbers  ###############*/

/* ###### jquery autocompleter ##### /*

/**** auto complete ****/

#autocompleter-div {
    position:relative;
}



/*### search info link popup  ##### */
#search_info_link_popup_body {
    font-family: arial;
    background-color: #eee;
    padding-left:15px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:5px;
}

#search_info_link_popup_body .head1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}
/*### search info link popup  ##### */

#leaflet{
}

#leaflet_bar{ /* sidebar for leaflet */
    padding:5px;
    /*background-color: #F5E1B8; #FFF3DF; #c3183a;*/
    width:185px;
    /*border: 1px solid #F5E1B8;*/
    border:0;   
}

#leaflet h1{
    padding:0 0 5px 0;
    font-size:1.3em;
    color: #437B9F;
}

#leaflet #leaflet_background {
    background-color: #FFF9ED;
    padding:5px;
}

#leaflet_added_msg_div {
    display: none;
    position:absolute;
    color: #05AF00;
    border: 1px solid #7EDF7D;
    padding: 4px;
    background-color: #EEFFEE;
    width: 370px;
}

.leaflet_items{
    margin-bottom: 5px;
}

.leaflet_items .leaflet_head {
    margin-bottom: 5px;
    color:#C3183A;
    font-size: 12px;
    font-weight: bold;
}

.leaflet_items_rows{
    margin-left: 5px;
    padding: 2px;
}

.leaflet_buttons {
    margin-top: 15px;
    padding: 9px;
    background: #FFF3DF;
    text-align:center;
}

.compare_table {
    width: 275px;
    float:left;
    border-left: 1px solid #C3183A;
    padding: 5px;
    background-color: #FFF9ED;
    font-family: arial;  
    font-size: 8pt;
}

.sidebar_box {
    float:right;
    padding:5px;
    /*background-color: #F5E1B8; #FFF3DF; #c3183a;*/
    width:185px;
    /*border: 1px solid #F5E1B8;*/
    border:0;
}

.sidebar_box h3 {
    padding:0 0 5px 0;
    font-size:1.3em;
    color: #c3183a;
}

.sidebar_box h4 {
    padding: 0;
    margin:15px 0 5px;
    font-size:1.1em;
}

.sidebar_box .search_button {
    margin:20px 5px 0 0;
    background: #FFF3DF;
    padding:5px;
    text-align:center;
}

.sidebar_box .search_form_devider {
    border-bottom:1px solid #999; 
    margin:10px 0 20px;   
}

.sidebar_box input[type=text], .sidebar_box select {
    padding:3px;   
}

#filter_div{

}

#filter_div h1{

}

#filter_div #filter_div_background{
    background-color: #FFF9ED;
    padding:5px;
}

#print_head{}

#print_head h1{
    padding:0 0 5px 0;
    font-size:2.6em;
    color: #00468c;
}

/* unit page
--------------------------------------------------*/

div.google-map
{
  width:530px;
  height:325px;
}

table.booking-availability-table
{
  width: 550px;
}

/***** Unit Calendar Styling *****/

.unit_calendar{
    float:left;
    font-size:1em;

}

.unit_calendar {
    padding:5px;
    background: #FFF9ED;
}

.unit_calendar table tr td, .unit_calendar table tr th {
    padding:3px 3px 3px 0;
    width:14px;
    text-align:center;
    background: #FFF9ED;
}
span.day_booked{
    background:red;
    width:18px;
    display:block;
    text-align:center;
    color:white;
    height:15px; 

}
span.day_arrival{
    background:green url(../images/calendar/init-arrival.gif);
    background-position: top left;
    width:18px;
    display:block;
    text-align:center;
    color:white;
    height:15px; 

}
span.day_departure{
    background:green url(../images/calendar/init-departure.gif);
    background-position: bottom right;
    width:18px;
    display:block;
    text-align:center;
    color:white;
    height:15px; 

}
span.day_available{
    background:green;
    width:18px;
    display:block;
    text-align:center;
    color:white;
    height:15px; 

}

span.day_past{
    background:#C7C7C7;
    width:18px;
    display:block;
    text-align:center;
    color:white;
    height:15px;

}

.month1, .month2{
    margin-right:20px; 
}

#cal_legend{
    background-color:#FFFFFF;
    overflow:hidden;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:0;
    padding-top:5px;
    width:520px;
}

/****** inline navigation on unit detail page *********/

div.unit_page_navigation {
    clear:both;
    margin: 10px 0 10px;
}

div.unit_page_navigation ul {
    float:left;
}

div.unit_page_navigation ul li {
    display:block; 
    float:left;
    margin-right: 2px;
    text-align: center;
}

div.unit_page_navigation ul li a:link,  div.unit_page_navigation ul li a:visited {
    display:block; 
    float:left;
    width:105px;
    padding: 10px 0;
    color:#00517C;
    text-decoration: none;
    font-weight:bold;
    background:#E1EAEF;
}

div.unit_page_navigation ul li a:hover {
    background:#B5CBD6;
}

div.unit_page_navigation ul .active a:link {
    background:#B5CBD6;
}

.price_tag {
    color: black;
    font-size: 1.6em;
    font-family: tahoma, verdana, arial, sans-serif;
}

/* Ferienunterkünfteübersicht // amrumcode
------------------------------------------------------ */

#home_sidebar table.object_season_table tr th {
    padding-right:15px;
    padding-right:15px;
    text-align: center;
    border-bottom: 1px solid #e4ba62;
}

#home_sidebar table.object_season_table tr td {
    padding-right:15px;
    padding-right:15px;
    text-align: center;
}

table.season_info_table
{
    font-size: 0.9em;
    font-weight:normal;
}

table.season_info_table td {
    padding-top:1px;
    padding-bottom:1px;
}

table.season_info_table .year_title
{
    display: none;
}

table.season_info_table .min_col
{
    display: none;
}

table.season_info_table .doa_col
{
    display: none;
}

/*---------------------------------------------------- */


/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/*** inline dropdwon ****/

.inline_dropdown {
    /*border:solid 1px black;*/
    padding-left:1px;
}

.inline_dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    float:left;
}

.inline_dropdown a {
    display: block;
    padding:0.3em 10px 0.3em;
    color:white;
    text-align:center;
    font-size:0.95em;
    text-decoration:none;
    font-weight:bold;
}

.inline_dropdown li {

    float:left;

}

.inline_dropdown li ul { /* second-level lists */
    position: absolute;
    background: white;
    font-size:0.95em;
    border:solid #093365 1px;
    width:220px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    height:400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.inline_dropdown li ul a {
    text-align:left;
    padding:0.5em 0 0.5em 0.5em;
    width:195px;
    color:#093365;
}

.inline_dropdown li:hover ul, #navul li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

.inline_dropdown li:hover, #navul li.hover {
    position: static;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
    background-image: url(../tips/images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(../tips/images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.JT_loader{
    background-image: url(../tips/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
    margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}


/*
#autocompleter-div .autocomplete {
    margin: 0;
    position: absolute;
    background: #fff;
    border: 1px solid #888;
    width: 20em;
    list-style-type: none;
    _left: 0;
    _top: 72px;
    *left: 0;
    *top: 72px;
    z-index: 5;
}

#autocompleter-div ul {
    margin: 0;
    padding: 0;
}


#autocompleter-div .autocomplete li {
    padding: 2px;
    margin: 0;
}

#autocompleter-div .autocomplete li.selected {
    background: #008;
    color: #fff;
}


.user_insert_edit_form{
    border:1px solid #8b8b8b;
    margin:10px 0;
    padding:15px;
    float:left;
}
*/

/* ####### autocompleter ###########*/

/*
.data_table td, .data_table th {
    border-right: 1px solid #bbbbbb;
    text-align:left;
    font-size:1em;
    padding:6px 3px;
}

.data_table td {
    background: url(../images/td_background.png) top left repeat-x;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
}

.data_table .thead_1 th {
    background:white;
    font-weight: normal;
}

.data_table .thead_2 th a {
    color:white;
    text-decoration: underline;
}

.data_table .thead_2 th {
    background:#aaaaaa;
    color:white;
    font-weight: bold;
    vertical-align: top;
}

.data_table .tfoot_1 td {
    background:#aaaaaa;
    color:white;
    font-weight: normal;
}

.data_table .thead_2 select, .data_table .thead_2 input {
    font-size: 0.8em;
    width:80px;
    margin-top:5px;
}

.form_table_div {
    padding: 20px;
    border: 1px solid #bbbbbb;
}

.form_table td {
    vertical-align:top;
}

.form_div {
    padding: 20px;
    border: 1px solid #bbbbbb;
}

.form_div label {

    float:left;
    width:10em;
    padding-right:20px;

}

*/
