html, body {
    background-color: #d6d6d6;
    background-image: url('../image/home-background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#headerTop a.headerLink {
    background-image: url('../image/home-header.jpg');
    background-repeat: no-repeat;
}

#headerBottom {
    background-image: url('../image/home-headline.gif');
    background-repeat: no-repeat;
}

#contentLeft {
    width: 488px;
    float: left;
}

#contentLeft .navi {
    width: auto;
    height: 51px;
    background-color: transparent;
    padding: 22px 54px 0px 54px;
    border-bottom: 1px solid #cccccc;
}

#contentLeft .navi h1 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    color: #535353;
    letter-spacing: -1px;
}

#contentLeft .content {
    display: block;
    width: auto;
    padding: 0px 45px 0px 54px;
}

#contentLeft .content hr {
    height: 1px;
    background-color: #cccccc;
}

#contentLeft .content .container {
    margin-bottom: 30px;
}

#contentLeft .content img {
    float: left;
    width: 120px;
    min-height: 1px;
    margin: 0px 15px 15px 0px;
}

#contentLeft .content h1 {
    font-size: 18px;
    margin: 25px 0px 25px 0px;
    padding: 0px;
}

#contentLeft .content p {
    line-height: 16px;
    color: #535353;
}

#contentRight {
    width: 482px;
}

#contentRight .navi {
    width: auto;
    height: 46px;
    background-color: transparent;
    padding: 27px 0px 0px 45px;
    border-bottom: 1px solid #cccccc;
}

#contentRight .navi a {
    background-image: url('../image/grau-subnavi-back.gif');
    background-repeat: repeat-x;
    display: inline-block;
    float: left;
    height: auto;
    padding: 0px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 15px;
}

#contentRight .navi a:hover {
    background-image: url('../image/grau-subnavi-back-over.gif');
}

#contentRight .navi .breaker {
    background-color: #d6d6d6;
}

#contentRight .content {
    float: none;
    margin-top: 25px;
    width: auto;
}

#contentRight .content h1 {
    color: #d6d6d6;
    font-size: 18px;
    text-transform: uppercase;
}

#contentRight .content a {
    color: #d6d6d6;
}

#contentRight .sidebar {
    display: none;
}
