h1 {
    float: left;
    max-width: 60%;
    margin-bottom: 4px;
}

h1 img {
    display: block;
}

.table table {
    max-width: 100% !important;
}

.table th,
.table td {
    width: auto !important;
    padding: 0 5px;
}

.contactform,
.contactform label span.title,
.contactform input[type="text"],
.contactform textarea,
input[type="email"] {
    width: 98%;
}

article {
    margin-top: 0;
    padding-top: 20px;
}

.img-front {
    padding-top: 4px;
}

article,
.img-front {
    clear: both;
    background: url(../images/article-border.gif) top left repeat-x;
}

.img-front+article {
    margin-top: 0;
    background: none;
}

nav {
    width: 100%;
    padding: 0;
    background: none;
}

nav ul {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #d7b56d;
    border-bottom: 150px solid rgba(255, 255, 255, .88);
    background-clip: padding-box;
}

nav li {
    display: block;
    position: static;
    margin: 0;
}

nav a {
    display: block;
    padding: 5px 0;
    color: #fff;
}

nav a.childselected {
    padding-bottom: 0;
}

nav ul ul {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
    background-color: #d7c6a3;
    border-bottom: none;
}

nav a.selected+ul {
    display: block;
}

.nav-toggle {
    display: block;
    float: right;
    margin: 28px 20px 0 0;
    width: 43px;
    height: 25px;
    background: url(../images/nav.gif) no-repeat right top transparent;
}

.nav-toggle span {
    position: absolute;
    top: 0;
    left: -9999px;
}

.nav-toggle {
    outline: none;
}

.js .nav-collapse {
    display: block;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.nav-collapse.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (max-width:480px) {
    h1 {
        margin-top: 10px;
    }
    article {
        padding-top: 10px;
    }
    .nav-toggle {
        margin: 18px 10px 0 0;
    }
}