


html {
    overflow-y: scroll;
}

body {
    font: 14px Arial;
    line-height: 1.5em;
}

h1, h2, h3 {
    margin: 0;
    line-height: 1.5em;
}

#left {
    float: left;
}

#right {
    float: right;
}

.right-box {
    background: #E9E9E9;
    color: black;
    margin-bottom: 9px;
    overflow: hidden;
    padding: 9px 8px 30px 10px;
    width: 182px;
    margin-top:1em;
}

div.lvl1 {
    margin-top: 52px;
    margin-left:5%;
    margin-right:5%;
    
}

div.top-menu {
    height: 94px;
    background: url(/images-gui/top-menu-bg.png) bottom left no-repeat;
}

div.items {
    padding-top: 35px;
    padding-left: 10px;
}

.top-menu .item {
    height: 59px;
    float: left;
    margin-right: 35px;
}

.top-menu .item a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.item .name {
    margin-top: 31px;
    padding: 4px 10px 3px 10px;
}

.items .bird {
    background: url(/images-gui/duck.png) top center no-repeat;
}

.items .active a {
    color: rgb(82, 137, 194);
}

.items .active .name {
    background: white;
}

div.top-images {
    height: 158px;
    background: url(/images-gui/top-images.png) top left repeat-x;
}

div.gallery {
    margin-top:20px;
}

div.spanning-over-3 {
    margin-bottom: 20px;
}

div.half0 {
    float: left;
    width: 49%;
}

div.half1 {
    float: right;
    width: 49%;
}

div.c1 {
    float: left;
    width: 29%;
    padding-right: 40px;
}

div.c2 {
    float: left;
    width: 29%;
    margin-right: 40px;
}

div.c3 {
    float: left;
    width: 29%;
}

div.contact-link {
    margin-top: 20px;
}

div.footer {
    margin-top: 60px;
    font-size: 10px;
    text-align:center;
}

div.columns {
    margin-top: 30px;
}

a img {
    border: none;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}

