/* 
    Document   : style
    Created on : 9.2.2011, 17:13:06
    Author     : Macc
    Description:
        Purpose of the stylesheet follows.
*/
html, body {
    margin: 0px;
    padding: 0px;
    font-family: georgia;
    font-size: 11px;
    height: 97%;
}
img {
    border: 0px;
}
#header {
    height: 80px;
}
#header #panel {
    line-height: 25px;
    vertical-align: middle;
    text-indent: 100px;
    margin-top: 30px;
    height: 25px;
    background-color: #495a6c;
    color: #AFAFAF;
}
#header #panel span {
    position: relative;
    z-index: 2;
}
.erb {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2
}
.ilava {
    position: absolute;
    top: 60px;
    left: 100px;
    z-index: 2
}
.city {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
#content {
    margin: 10px;
    height: 80%;
    width: 98%;
}
#map {
    width: 100%;
    height: 100%;
    border: 1px #AFAFAF solid;
}
