2014-05-06 13:26:47 +02:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
html, body, #map {
|
|
|
|
z-index: 1;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
2014-05-20 14:35:55 +02:00
|
|
|
div.noscript {
|
|
|
|
z-index: 20000;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
}
|
2014-05-06 13:26:47 +02:00
|
|
|
div.info {
|
|
|
|
z-index: 10000;
|
|
|
|
position: absolute;
|
|
|
|
left: 10px;
|
|
|
|
top: 14px;
|
|
|
|
padding: 4px;
|
|
|
|
width: 435px;
|
|
|
|
font-size: small;
|
|
|
|
font: sans-serif;
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
background: rgba(255, 255, 255, 0.95);
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
div.tab {
|
|
|
|
z-index: 10010;
|
|
|
|
width: 400px;
|
|
|
|
padding: 0px;
|
|
|
|
float: left;
|
|
|
|
font-size: small;
|
|
|
|
font: sans-serif;
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
background: rgba(25, 255, 255, 0.95);
|
|
|
|
}
|
|
|
|
div.rublogo {
|
|
|
|
z-index: 10000;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 46px;
|
|
|
|
height: 33px;
|
|
|
|
padding: 10px;
|
|
|
|
width: 155px;
|
|
|
|
font-size: x-small;
|
|
|
|
font: sans-serif;
|
|
|
|
color: #003560;
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
background: rgba(255, 255, 255, 0.95);
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
|
|
|
|
|
|
|
}
|
|
|
|
a.map-link {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
li.infotab {
|
|
|
|
float: right!important;
|
|
|
|
}
|
|
|
|
td.ar {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2014-05-20 15:46:00 +02:00
|
|
|
p.table-caption {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
2014-05-06 13:26:47 +02:00
|
|
|
</style>
|