html {
    height: 100%;
}

body {
    background: #7ba31b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

#gallery {
    margin-left: 314px;
    height: 288px;
    width: 686px;
    border-right: 3px solid #385c04;
    border-left: 3px solid #385c04;
}

.example-image {
    width: 55px;
    border-radius: 10px;
    margin-top: 10px;
}

#article .example-image {
    width: 200px;
}

.pagewidth {
    margin: 0px auto;
    text-align: center;
    width: 1000px;
}

#phone-text {
    line-height: 40px;
    margin-top: 6px;
    margin-right: -8px;
}

#top {
    width: 100%;
    height: 80px;
    background: #0164a8;
}

#adress {
    margin-left: 367px;
    color: #BBBBBB;
    font-weight: bold;
    font-size: 15px;

}

#call {
    height: 142px;
    background: #7ba41a;
    border-bottom: solid 3px;
    border-top: solid 2px;
    border-color: #385c04;
}

#phone {
    background: url("../images/phone.png");
    width: 251px;
    height: 90px;
    margin-right: 15px;
    float: right;
    font-size: 34px;
    color: #ffffff;
}

#fotobg {
    background: #4997e2;
    height: 293px;
    width: 100%;
}

#foto {
    background: url("../images/image.png");
    height: 406px;
    margin-top: -406px
}

#main {
    height: 560px;
    background: #7ba41a;
    border-top: solid 5px;
    border-color: #385c04;
    margin-top: -5px;
    position: relative;
}

#menu {
    width: 310px;
    background: #e53319;
    position: absolute;
    z-index: 200;
    border-left: solid 2px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    border-color: #ea5b36;
}

#logobg {
    width: 310px;
    height: 222px;
    background: #ffffff;
}

#logo {
    background: url("../images/logo.png");
    width: 189px;
    height: 201px;
    margin-left: 52px;
}

#mainmenu {
    height: 100%;
    width: 100%;
}

#partner {
    display: none;
    width: 100%;
    height: 300px;
    background: #ffffff;
    padding-top: 10px;
}

#title {
    color: #e53319;
    font-weight: bold;
    font-size: 20px;
}

#menuback {
    height: 10px;
    width: 330px;
    float: left;

}

#article {
    width: 620px;
    height: 100%;
    float: left;
    background: #8fb13d;
    margin: 10px 5px 0px 5px;
    padding: 20px 20px 20px 20px;
}

#clear {
    clear: both;
}

#footer {
    border-top: solid 2px;
    border-color: #385c04;
    width: 100%;
    height: 52px;
    background: #0164a9;
    margin-top: 10px;
}

#footer a {
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
}

.menuclass {
    width: 250px;
    height: 520px;
}

.menuclass ul li:first-child {
    background: url("../images/button/firstchildbutton.png");
    margin-top: 10px;
}

.menuclass ul li {
    width: 279px;
    height: 50px;
    background: url("../images/button/button.png");
    list-style-type: none;
    text-align: left;
    float: left;
    margin-left: -23px;
}

.menuclass ul li:last-child {
    margin-bottom: 10px;
}

.menuclass ul li a {
    width: 258px;
    height: 30px;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px 30px 40px;
    display: block;
}

.menuclass li.active a {
    color: #ffffff;
    width: 250px;
    height: 50px;
    text-decoration: underline;
}

.menuclass li:hover a {
    color: #ffffff;
    width: 250px;
    height: 50px;
    text-decoration: underline;
}