div {
    -border: 1px dotted #ff0000;
}

root { 
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

span, div, td {
    font-family: Arial;
    font-size: 12px;
}

body, html {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%
}

#content, #basic-map, #header-wrap, #side-panel-wrap, #footer-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#basic-map, #header, #side-panel, #footer, #icom-box,
#zoombar, #zoom-button-county, #zoom-button-city, #zoom-button-street,
#pan-left, #pan-right, #pan-up, #pan-down, #overview, #side-panel-toggle, 
#map-selected-location {
    position: absolute;
    overflow: hidden;
}

#zoombar, #zoom-button-county, #zoom-button-city, #zoom-button-street,
#pan-left, #pan-right, #pan-up, #pan-down, #overview, #map-selected-location {
    z-index: -1;
}

#zoom-button-county, #zoom-button-city, #zoom-button-street {
    width: 57px;
    cursor: pointer;
}

#zoombar {
    width: 22px;
    height: 160px;
}

#map-selected-location {
    width: auto;
    height: auto;
}

#overview {
    width: 120px;
    height: 120px;
}

#pan-left, #pan-right, #pan-up, #pan-down {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

#pan-left {
    //background-image: url('../images/pan-left.png');
}

#pan-right {
    //background-image: url('../images/pan-right.png');
}

#pan-up {
    //background-image: url('../images/pan-up.png');
}

#pan-down {
    //background-image: url('../images/pan-down.png');
}

#basic-map {
    z-index: 1;
}

#header, #footer {
    width: 100%;
    z-index: 10;
}

#footer {
    bottom: 0px;
    height: 24px;
}

#header {
    height: 94px;
}

#header-content, #layer-select {
    position: absolute;
    height: 100%;
    top: 0px;
}

#logo {
    //width: 260px;
    position: absolute;
    top: 10px;
    left: 20px;
}

#header-content {
    left: 280px;
}

#layer-select {
    width: 180px;
    right: 0px;
}

#icom-box {
    top: 66px;
    right: 12px;
    width: 216px;
    height: 0px;
    z-index: 40;
    display: none;
}

#icom-box-hideborder {
    display: none;
}

#side-panel {
    top: 94px; /* 78*/
    width: 260px;
    height: 1000px;
    z-index: 5;
}

#side-panel-toggle {
    top: 104px;  /* 91 */
    left: 260px;
    //width: 23px;
    //height: 51px;
    overflow: hidden;
    cursor: pointer;
    z-index: 50;
    //background-image: url('../images/side-panel-close.png');
    //background-repeat: no-repeat;
}

#search-box, #search-results, #search-info {
    width: 100%;
}

#search-box {
    height: 118px;
}

#search-info {
    height: 72px;
}

#search-results {
    height: 1000px;
}

#footer-links, #languages {
    position: absolute;
    width: 50%;
    height: 100%;
    text-align: left;
    padding-top: 4px;
}

#footer-links {
    padding-left: 12px;
}


#languages {
    right: 0px;
    text-align: right;
}


.popup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:3px;z-index:100;text-align:center;background-color:transparent;}
.popup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
.popup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
.popup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
.popup td{margin:0px;padding:0px;background-color:transparent;}
.popup-top-left,    .popup-top-right,   .popup-bottom-left, .popup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
.popup-top-middle,  .popup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
.popup-middle-left, .popup-middle-right{overflow:hidden;background-repeat:repeat-y;}
.popup-tail{border:0px;margin:0px;padding:0px;display:inline;}

table.popupbubi {
    margin: 12px;
}

.popupbubi .bubistreet {
    width: 93px;
}
.popupbubi .bubinumber {
    width: 24px;
}

.popupbubi td, .popupbubi input, .popupbubi select, .popupbubi textarea{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    
    /*cursor: pointer;*/
}
.popupbubi input, .popupbubi select, .popupbubi textarea{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    width: 120px;
    /*cursor: pointer;*/
}



.popupbubi td a {
    text-decoration: none;
    color: #CC4E0A;
    font-size: 12px;
    }
.pw {
    color: white;
}


span.bubi-name {
    display: inline-block;
    margin-left: 12px;
    margin-top: 4px;
    font-weight: bold
}

div#banner-top {
    height: 0px;
    background: red;
    color: white;
    position: relative;
    z-index: 100;
}

div#banner-left-bottom {
    height: 0px;
    //background: yellowgreen;
    color: black;
    position: relative;
    z-index: 100;
    
    border-top: 1px solid #959C9F;
    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
}

div#amenitypanel {
    background-color: #E9F1FF;
    position: absolute;
    bottom: 40px;
    left: 280px;
    z-index: 10;
    font-size: 16px;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    padding: 4px;
    border: solid 1px #ababa7;
}

.subpanel {
    float: left;
    padding-left: 8px;
    font-size: 8px;

}
.ur {
    display: block;
    text-align: center;
}
.lr {
    font-size: 11px;
}

.bottommessage {
    padding: 8px 8px 16px 8px;
    color: red;
    font-size: 10px;
//    background-color: red;
}

#message {
    font-size: 16px;
    //background-color: #E9F1FF;
    background-color: green;
    border: solid 1px white;
    padding: 4px;
    text-decoration: bold;
    color: white;

    z-index: 20;
}

#impresszum {
    font-size: 16px;
    text-align: center;
}

#impresszum {
    background: #FAFAFA;
    
    width: 80%;
    height: 330px;
    margin: auto;
    margin-top: 24px;
    padding-top: 20px;
    
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.2);
}

.ilf {
    text-align: left;
    vertical-align: center;
    display: block;
    padding: 10px;
    font-size: 14px;
}
.ila {
    text-align: left;
    
    padding-left: 10px;
    font-size: 18px;
    display: block;
    padding-bottom: 17px;
}

.gomb {
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: bold;
text-align: center;
white-space: nowrap;
margin-right: 16px;
height: 27px;
line-height: 27px;
min-width: 54px;
outline: 0;
padding: 0 8px;
-webkit-box-shadow: none;
box-shadow: none;
//background-color: #4d90fe;
background-color: #CC4E0A;
//background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
//background-image: linear-gradient(top,#4d90fe,#4787ed);
border: 1px solid #666666;
color: #fff;
}
.popupbubi td a.gomb  {
    color: white;
    font-size: 11px;
}
.kekq {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #CC4E0A;
//background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
//background-image: linear-gradient(top,#4d90fe,#4787ed);
border: 1px solid #666666;
color: #fff;
}


// fb ac
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    //width: 400px;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 150px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}


// fb ac vége

}

table.contextmenu td, .cm td {
    border: 1px solid gray;

}
.cm td a,.cm td a:hover,.cm td a:visited,.cm td a:active{
    text-decoration: none;
    color: blue;
    //border: 1px solid green;
    
}


#amenityopenclose {
float: right;

position: relative;

top: 12px;
left: 27px;
z-index: 50;
//background-image: url('../images/side-panel-close.png');
//background-repeat: no-repeat;
//width: 23px;
//height: 51px;
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left ;width: 100%;}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:relative !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:0px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:center; padding-right:0 ;width: 100%;}

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left; width: 186px;  }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
//.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:0px 0px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:0px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-100percent { width: 100%;}
.ui-w65 {width: 89px; margin: 0;}


input[type="radio"] {
    margin: 0px 0px 0px 0px;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.sprite-bank{ background-position: -187px -124px; width: 32px; height: 37px;   } 
.sprite-conveniencestore{ background-position: -155px -124px; width: 32px; height: 37px;   } 
.sprite-fastfood{ background-position: 0 -282px; width: 32px; height: 37px;   } 
.sprite-firstaid{ background-position: -123px -124px; width: 32px; height: 37px;  } 
.sprite-fuel{ background-position: -91px -124px; width: 32px; height: 37px;  } 
 
.sprite-others{ background-position: -91px -81px; width: 32px; height: 37px;   } 
.sprite-pharmacy{ background-position: -187px -81px; width: 32px; height: 37px;   } 

.sprite-restaurant{ background-position: -155px -81px; width: 32px; height: 37px;   } 
.sprite-school{ background-position: -123px -81px; width: 32px; height: 37px; } 
.sprite {background-image: url(../images/sprite.png);   margin: auto;}


.sprite-pan-down{ background-position: -229px -1px; width: 26px; height: 26px; } 
.sprite-pan-left{ background-position: -307px -1px; width: 26px; height: 26px; } 
.sprite-pan-right{ background-position: -281px -1px; width: 26px; height: 26px; } 
.sprite-pan-up{ background-position: -255px -1px; width: 26px; height: 26px; } 
.sprite-side-panel-close{ background-position: -52px -81px; width: 23px; height: 51px; } 
.sprite-side-panel-open{ background-position: -23px -81px; width: 23px; height: 51px; } 
.sprite-slider{ background-position: -19px -58px; width: 22px; height: 15px; } 
//.sprite-slider_over{ background-position: -46px -58px; width: 22px; height: 15px; } 

#slider-image:hover {background-position: -46px -58px; width: 22px; height: 15px; }

.sprite-zoom-labelbg-left{ background-position: -341px -48px; width: 60px; height: 20px; } 

.sprite-zoom-minus-mini{ background-position: -281px -38px; width: 46px; height: 22px; } 
.sprite-zoom-plus-mini{ background-position: -229px -38px; width: 46px; height: 22px; } 

.sprite-zoombar{ background-position: 3px -8px; width: 10px; height: 210px; } 
.sprite-logo{ background-position: -19px -1px; width: 199px; height: 47px; } 
.sprite-unchecked{ background-position: -155px -61px; width: 12px; height: 12px; margin-top: 1px; } 
.sprite-checked{ background-position: -131px -59px; width: 13px; height: 14px; margin-top: -1px; } 
.sprite-search{ background-position: -281px -75px; width: 240px; height: 31px; } 
.search-button{ margin-right: 20px;}
.sprite-search-icom-button{ background-position: -341px -7px; width: 182px; height: 31px; } 
.search-button{ margin-right: 20px;}

#myad {
    position: absolute;
    z-index: 50;
    margin-right: 50%;
    margin-left: 50%;
    background-color: white;
    padding: 50px;
    display: none;
    width: 300px;
}
.adbezaro {
    background-color: #66E16E;
    padding: 10px;
    margin: 20px auto;
color: white;
text-decoration: none;
font-size: 14px;    
}

.searchbutton {
    background-color: #fd760f;
    color: white;
    width: 88%;
    padding: 5px;
    display: inline-block;
    margin: auto;
    text-align: center;
    //text-decoration: none;
}