* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 10pt;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    text-align: left;
    color: #666;
    background: #ccc;
}

h1 {
    width: 312px;
    height: 65px;
    background: url('images/head.png');
    text-indent: -5000px;
}

h2 {
    display: none;
}

p {
    line-height: 1.6;
    margin: 1em 0.4em;
}

strong {
    color: #069;
}

#container {
    min-width: 800px;
    min-height: 500px;
    width: 100%;
    height: 100%;
    position: absolute;
}

#wrapper {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -400px;
}

#nevek {
    position: absolute;
    width: 380px;
    height: 102%;
    min-height: 400px;
    color: #069;
    background: #fff;
    border: 1px solid #666;
}

#etc {
    width: 380px;
    min-height: 400px;
    float: right;
}

#etc p {
    color: #333;
}

#bal,
#jobb {
    border: 1px solid #c0cfdd;
    background: url('images/bluefade.png') repeat-x;
    margin: 0.8em;
}

#bal .lbl {
    margin: 0.1em 0;
    height: 65px;
    width: 100%;
    text-indent: -5000px;
    background: url('images/adovevo24.png') no-repeat;
    background-position: top right;
}

#jobb .lbl {
    margin: 0.1em 0;
    height: 65px;
    width: 100%;
    text-indent: -5000px;
    background: url('images/audio24.png') no-repeat;
    background-position: top right;
}

.nm {
    font-weight: bold;
    font-size: 120%;
    margin-top: -1em;
}

#map {
    width: 250px;
    height: 200px;
    border: 1px solid #666;
    margin: auto;
    color: inherit;
    background: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200, 200, 200, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay .note {
    max-width: 800px;
    padding: 20px;
    background: white;
    border: 1px solid #666;
    font-size: 16px;
}