html, body {
        margin: 0;
        padding: 0;
        background-color: #0D3F96;
        color: #444444;
}

#nav {
        width: 100%;
        height: 250px;
        padding: 20px 0 30px 0;
        background: url(../images/pfade.gif) repeat-x;
}

#header {
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
}

#headercontainer {
        padding: 0;
        width: 960px;
        margin: 0 auto;
        padding: 56px 0 0 0;
        height: 24px;
        text-align: right;
        background: url(../images/s2dlogo.jpg) 0 0 no-repeat;
        color: #ffffff;
}

#headercontainer a {
        color: #888888;
        text-decoration: none;
        display: block;
        float: right;
        padding: 2px 12px;
        line-height: 20px;
        border-top: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        background-color: #f1f1f1;
        margin-left: 4px;
        outline: none;
}

#headercontainer a:hover {
        color: #0D3F96;
}

#carouselcontainer {
        margin: 0 auto;
        display: block;
        position: relative;
        width: 960px;
        height: 250px;
}

#carouselcontainer img {
        width: 100%;
        height: 100%;
        border: 0;
}

#carouselcontainer span {
        display: none;
        width: 470px;
        line-height: 24px;
        padding: 2px 5px;
        position: absolute;
        top: 218px;
        left: 4px;
        background-color: #ffffff;
}

#carouselcontainer a {
        outline: none;
        display: none;
        position: absolute;
        padding: 4px;
        border: 1px solid #e0e0e0;
        background-color: #0D3F95;
        text-decoration: none;
        overflow: hidden;
        color: #666666;
        font-weight: normal;
}

#carouselcontainer a:hover {
        border: 1px solid #0D3F96;
}

#main {
        width: 100%;
        background-color: #ffffff;
        padding: 40px 0;
}

#maincontainer {
        width: 960px;
        margin: 0 auto;
}

#content {
        float: left;
        width: 640px;
}

#sidebar {
        float: right;
        width: 240px;
        padding: 10px 20px 0px 20px;
        border: 1px solid #e0e0e0;
        background-color: #fafafa;
}

#content p, #sidebar p {
        line-height: 160%;
}

#searchbox {
        position: relative;
        width: 240px;
        height: 40px;
        padding: 0;
        margin: 10px 0 20px 0;
        background: url(../images/psearch.gif) 0 0 no-repeat;
}

#searchsubmit {
        position: absolute;
        top:0;
        left:200px;
        width: 40px;
        height: 40px;
        outline: 0;
}

#searchcriteria {
        border: 0;
        outline: 0;
        background-color: #ffffff;
        position: absolute;
        top: 11px;
        left: 6px;
        width: 184px;
}

#footer {
        width: 100%;
        padding: 40px 0;
        border-top: 1px solid #c0c0c0;
}

#footercontainer {
        width: 980px;
        margin: 0 auto;
}

#footercontainer ul {
        list-style-type:none;
        margin:0;
        padding:0;
}

#footercontainer li {
        display: block;
        float: left;
        width: 140px;
        margin: 0 10px;
        font-size: 14px;
}

#footercontainer li ul {
        padding-top: 6px;
        border-bottom: 1px solid #555555;
}

#footercontainer li li {
        display: block;
        float: none;
        padding: 6px 0;
        border-top: 1px solid #555555;
        font-size: 11px;
        margin: 0;
}


#footercontainer li a {
        color: #cccccc;
        text-decoration: none;
        font-weight: normal;
}

#footercontainer li li a {
        color: #aaaaaa;
}

#footercontainer li a:hover {
        color: #ffffff;
}

#footercontainer p {
        color: #aaaaaa;
        margin: 0;
        padding: 40px 40px 0 40px;
        text-align: center;
        font-size: 10px;
}

#sidebar ul.subtopic {
        margin: 20px 0 40px 0;
}

#sidebar ul.subtopic li  {
        padding: 10px 4px;
        border-bottom: 1px solid #e0e0e0;
        background: none;
}

#sidebar ul.subtopic li a {
        color: #444444;
        font-weight: normal;
}

#sidebar ul.subtopic li a:hover {
        color: #0D3F96;
        text-decoration: none;
}

#trustedshops {
        width: 290px;
        margin: 20px auto 0 auto;
}

#trustedshops a {
        color: #aaaaaa;
        text-decoration: none;
        font-size: 11px;
        display: block;
        float: right;
        width: 240px;
}

#breadcrumbs {
        margin: 0 0 30px 0;
        padding: 0;
        font-size: 12px;
        color: #888888;
}

#breadcrumbs a {
        font-weight: normal !important;
        color: #888888 !important;
}