﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#map {
    -moz-box-shadow: 0 0 8px 4px #636363;
    -webkit-box-shadow: 0 0 8px 4px #636363;
    box-shadow: 0 0 8px 4px #636363;
    border-radius: 8px;
    margin: 130px 20px 5px 20px;
    padding: 0;
}

.navbar {
    background: url("../images/header.gif") repeat center top;
    min-height: 120px;
    color: #FFF;
    font-weight: bold;
}

.header {
    /*background: url("../images/header.gif") repeat center top;*/
    /*background: url("http://portal.nebih.gov.hu/nebih-theme/images/logo-main.gif") no-repeat 20px 10px;*/
    /*min-height: 120px;*/
    padding-top: 70px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
        float: left;
        margin-top: -15px;
    }

        .nav > li > a {
            color: #FFF;
            display: block;
            font-weight: bold;
            line-height: 20px;
            padding: 15px;
            position: relative;
            text-decoration: none;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

            .nav > li > a:hover {
                background-color: #99c22a;
            }

footer {
    font-size: small;
    padding-left: 20px;
}

.esriScalebarLabel {
    color: #FFF;
    font-size: 14px;
    text-shadow: 0 0 9px #000000, 0 0 12px #000000;
}
