@font-face {
    font-family: 'SBB Roman';
    src: url(../fonts/SBBWeb-Roman.ttf);
    src: url(../fonts/SBBWeb-Roman.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Roman.woff) format('woff'), url(../fonts/SBBWeb-Roman.woff2) format('woff2'),
}

@font-face {
    font-family: 'SBB Thin';
    src: url(../fonts/SBBWeb-Thin.ttf);
    src: url(../fonts/SBBWeb-Thin.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Thin.woff) format('woff'), url(../fonts/SBBWeb-Thin.woff2) format('woff2'),
}

@font-face {
    font-family: 'SBB Bold';
    src: url(../fonts/SBBWeb-Bold.ttf);
    src: url(../fonts/SBBWeb-Bold.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Bold.woff) format('woff'), url(../fonts/SBBWeb-Bold.woff2) format('woff2'),
}

body {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

#top {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}

#logo {
    text-align: right;
    float: right;
}

#logo img {
    max-height: 130px;
    height: auto;
    width: auto;
}

#header {
    margin-bottom: 25px;
    width: 100%;
}

#header img {
    max-width: 100%;
    height: auto;
}

#content {
    width: 100%;
    float: left;
}

h1 {
    font-size: 26px;
    margin: 20px 0 10px;
    line-height: 1.1em;
}

#subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

h2 {
    margin: 25px 0 3px 0;
    font-size: 13px;
}

ul {
    margin: 0 0 0 -27px;
}

a, a:visited {
    color: #8bb4d4;
    text-decoration: none;
}

a:hover {
    color: #6b94b5;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

.text {
    margin-bottom: 30px;
}

footer {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

footer #footerlogo {
    text-align: right;
}

@media screen and (max-width: 480px) {
    #logo img {
        max-height: 120px;
        width: auto;
    }
}