body {
    /*background: #5abc53;*/
    /*background: url('./gfx/bg.png') top center repeat-y;*/
    height: 100%;
    font: 15px/1.4 Open Sans, Helvetica, Arial, sans-serif;
    color: #2f5522;
}
@media (min-width: 992px) {
    body {
        background: url('./gfx/bg.png') top center repeat-y;
    }
}
a {
    color: #ffffff;
    text-decoration: none;
}
.header {
    height: 110px;
}
.menu {
    padding: 15px;
    background: #1d8215;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    opacity: 0.9;
}
.small {
    font-size: 13px;
}
.img {
    width: 300px;
    border: 1px solid #ffffff;
    padding: 1px;
}

.img2 {
    width: 200px;
    border: 1px solid #ffffff;
    padding: 1px;
}
.wrapper {
    background: url('./gfx/background-800.png') top center no-repeat;
    /*min-height: 1000px;*/
}
@media (min-width: 992px) {
    .wrapper {
        background: url('./gfx/background.png') top center no-repeat;
        /*min-height: 1000px;*/
    }
}
.clearfix {
    clear: both;
}
/*.container {
    width: 980px;
    margin: 0 auto;
}*/
.address {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding-bottom: 40px;
    margin-right: 10px;
}
.address a {
    color: #2f5522;
    border-bottom: 1px dotted #2f5522;
}
.footer {
    min-height: 100px;
    background: url('./gfx/flowers1.png') bottom left no-repeat;
    /*background-position: 0px 60px;*/
    overflow: auto;
}
@media (min-width: 992px) {
    .address {
        float: right;
    }
    .footer {
        background: url('./gfx/flowers.png') no-repeat;
        background-position: 0px 60px;
    }
}
.content {
    padding: 20px;
    text-shadow: 1px 1px 0px #44972a;
    filter: dropshadow(color=#44972a, offx=1, offy=1);
}
.footer hr {
    border: none;
    height: 1px;
    background: #1d8215;
}

/**
 *     
 */
ul.navigator {
    margin: 0;
    padding: 0px;
    text-align: center !important;
}
ul.navigator li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}
ul.navigator a {
    padding: 3px 3px;
}
ul.navigator a:hover {
    /*border-bottom: 1px dotted #fff;*/
    color: #fff;
}
