html, body, #content {
    position: relative;
}

body {
    background: #ffffff url('../img/bg.jpg') no-repeat center top;
    line-height: 1;
    margin: 0;
    position: relative;
}

#header {
    background-color: transparent;
    height: 170px;
    padding: 0;
}

#footer {
    color: #808080;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px;
    width: 940px;
}

#language-selection {
    float: right;
}

#imprint {
    color: #808080;
}

#navi {
    background: #cccdcf url('../img/bg-login.png') repeat-x left top;
    font-size: 1em;
    line-height: 1.688em;
    color: #0d0d0d;
    padding: 0;
}

#navi, #content {
    background-color: #ffffff;
}

#register-public,
#ssp-login-form label,
#ssp-login-form input[type='submit'] {
    cursor: pointer;
}

#register-public,
#ssp-login-form label,
#ssp-login-form input {
    border: none;
    color: #0d0d0d;
    display: inline-block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.688em;
    text-decoration: none;
}

#ssp-login-form {
    float: right;
}

#ssp-login-form input[type="text"],
#ssp-login-form input[type="password"] {
    background-color: #f6f6f6;
    border: 1px solid #a4abb2;
    border-bottom-width: 0px;
    border-right-width: 0px;
    color: #0d0d0d;
    margin-right: 3px;
    position: relative;
    width: 100px;
}

#register-public,
#ssp-login-form input[type='submit'] {
    background: transparent url('../img/button-login.png') no-repeat right center;
    padding-right: 10px;
}

#content {
    -webkit-box-shadow: -2px -1px 16px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px -1px 16px 2px rgba(0, 0, 0, 0.2);
}

.row {
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 25px;
}

#aside {
    position: absolute;
    right: -185px;
}

/* =============================================== */
/* === CROSS PLATFORM / MORE SEMANTIC CLEARFIX === */
/* =============================================== */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
