/* CSS Document */
<style>

body, table, td, th, tr 
{font-size:0.9em;	line-height:1.1; font-family:sans-serif; }
td, th, tr {border: 2px solid #818974;}
p  {text-align:justify}
td {text-align:center}
table {margin-left: auto; margin-right: auto }
img {border: none;}
h1  {color:#fff; padding-bottom:0; margin-bottom:0;}
h3  {margin-top: 2em; margin-bottom: 0;}
 
.ui-listview > li p {white-space: normal; font-size: 1.1em; font-family:sans-serif; padding-left:70px;}
.ui-listview > li h2 {padding-left:70px;}

.ui-title {margin: 0.2em 1em 0 120px !important;
  text-align: left !important;
  font-size: 3em;
}

.ui-btn {font-size: 12px;}
.ui-content {font-size:0.9em;	line-height:1.1; font-family:sans-serif; max-width:800px;margin:auto;} 

.button-wrap { margin-left: 5px; margin-right: 5px; }

//#map {width: 100%; height:400px; border: 1px solid black;  background: gray; }
#map {width: 100%; height:100%;  }
#map-content{
            height: 400px;
            width: 100%;
            padding: 0px; 
            margin:0px;
            z-index: -1;   border: 1px solid black;  background: gray;
}
.my-label {
    position: absolute;
//    width:40px;
    font-size:10px;
}

//.przezroczysty1 {opacity:0.8; filter:alpha(opacity=80);}
#background {
        background-position: relative; bottom:0; left:0;
        background-size : cover;
        background-repeat: no-repeat;
        width: 100%; 
        height: 120%; 
        position: fixed; 
        z-index: 0; 
        border: none;
        outline: none;
}​

.ui-header {
  height:800px; /* any height */
//  background-image:url("header3.jpg");
  background-repeat:no-repeat;
  background-position:center;
}

.ui-bar-a{
    background-image:url("header.jpg");
    max-width:768px;
    background-color: #FFF;
}

.ui-listview .ui-li-has-thumb>img:first-child, .ui-listview .ui-li-has-thumb>.ui-btn>img:first-child, .ui-listview .ui-li-has-thumb .ui-li-thumb  {
    left: 1px;
    max-height: 130px; 
    max-width: 130px;
    position: absolute;
    top: 0;
}

.customBox {
      background: yellow;
      border: 1px solid yellow;
      position: absolute;
    }
     
</style>      