﻿@font-face {
    font-family: 'BauhausDemi';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/bauhaus_demi.ttf') format('truetype');
}

body {
    background-color: #c1dd93;
    margin: 0px;
    font: normal 13px tahoma;
    color: #345a05;
}

@media only screen {
    .row .columns, .row .column, .row .row {
        padding: 0px !important;
        margin: 0px !important;
    }
}

.border {
    border: 1px solid red;
}

#main {
    min-height: 300px;
    margin: 30px auto 0 auto;
}

.header {
    margin-top: 20px;
}

    .header img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

#header {
    height: 104px;
    padding-top: 0px;
    z-index: 90;
}

.cnt {
    padding: 0px 0px 10px 0;
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.footermenu {
    border-bottom: solid 5px #305d02;
    text-align: center;
}

    .footermenu a {
        display: inline-block;
        background-color: #75aa38;
        padding: 0px 8px;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        margin: 0 3px;
        color: #182e00;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.footer {
    margin: 0px auto 10px auto;
    text-align: center;
}


.menu {
    margin-top: 10px;
    border-top: 5px solid #305d02;
}

    .menu a {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 0 10px;
        text-decoration: none;
        color: #233e0b;
    }

.toplinks {
    min-height: 211px;
    padding-top: 100px;
}

    .toplinks a:first-child {
        margin-top: 95px;
    }

    .toplinks a {
        float: right;
        margin-top: 20px;
        display: block;
        width: 100px;
        height: 25px;
        line-height: 25px;
        background-color: #315b05;
        color: #b7dd86;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-weight: bold;
    }
@media only screen and (max-width: 40em) {
    .toplinks {
        min-height: 100px;
    }

        .toplinks a:first-child {
            margin-top: 20px;
        }

        .toplinks a {
            width: 100%;
        }
}
@media only screen and (min-width:40em) and  (max-width: 80em) {
    .toplinks {
        min-height: 100px;
    }

        .toplinks a:first-child {
            float:left;
            margin-top: 20px;
        }

        .toplinks a {
            float:left;
            width: 100px;
            margin-right:20px;
        }
}
.title {
    font-family: 'BauhausDemi', 'Bauhaus 93';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.shadow {
    box-shadow: 0 0 10px #333;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear {
    clear: both;
}

.ri {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #335d07;
}
.inline
{
    display:inline;
}