* {
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
}

body {
    background: url('images/bg.png') #ffed02 no-repeat right bottom;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
    text-indent: -999px;
    font-size: 0px;
    line-height: 0px;
    white-space: nowrap;
}

em {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

p {
    text-align: center;
    margin-bottom: 11px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    width: 206px;
    height: 115px;
    margin: 70px auto 16px auto;
    background: url('images/logo.png') no-repeat;
}

h2 {
    width: 204px;
    height: 26px;
    background: url('images/uc.png') no-repeat;
}

div.uc {
    width: 205px;
    text-align: left;
    text-transform: uppercase;
    margin: 28px auto 32px auto;
}

div.uc p {
    font-size: 12px;
    text-align: left;
}

p.info {
    cursor: pointer;
    width: 546px;
    height: 200px;
    margin: 0 auto;
    background: url('images/wiruebersiedeln.png') no-repeat;
}