body {
    color: #dadada;
    background-color: #ffffff;
    padding: 10px 0px 50px 0px;
}

* {
    font-family: arial;
    font-size: 11px;
}

a {
    color: #0095d9;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffffff;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}

#d_container {
    margin: auto;
    width: 960px;
}

#d_logo {
    margin: 30px 0px 30px 0px;
}

#d_contentlayer {
    visibility: hidden;
    position: absolute;
    width: 750px;
    font-size: 8px;
    background-color: #ffffff;
    color: #ffffff;
}

#d_content_top {
    width: 960px;
    height: 10px;
    background-image: url(img/d_maintop.png);
    background-repeat: no-repeat;
    background-color: #000000;
}

#d_content {
    width: 960px;
    background-color: #000000;
    padding: 20px 0px 20px 0px;
}

#d_content_bottom {
    width: 960px;
    height: 10px;
    background-image: url(img/d_mainbottom.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
}

#d_about {
    position: absolute;
    width: 210px; /*250*/
    height: 710px; /*650*/
    margin: 0px 0px 0px 710px;
    padding: 10px 20px 20px 20px;
    background-color: #1b1b1b;
}

.jensdagne {
    border: 1px solid #5f5f5f;
    margin: 0px 0px 10px 20px;
}

#d_mags_container {
    width: 662px; /* 702 */
    height: 168px; /* 208 */
    background-color: #1b1b1b;
    margin: 0px 0px 8px 0px;
    padding: 20px;
}

#d_mags {
    width: 662px; /* 702 */
    height: 138px; /* 208 */
    overflow: auto;
}

#d_mags_inner {
}

.d_magazine {
    float: left; 
    height: 100px;
    margin: 0px 20px 0px 0px;
}

#d_mag_detail {
    width: 662px; /* 702 */
    padding: 20px;
    background-color: #1b1b1b;
    min-height: 484px;
    height: auto !important;  /* für moderne Browser */
    height: 484px;  /*für den IE */
}

#d_links {
    width: 920px; /* 960 */
    margin: 8px 0px 0px 0px;
    padding: 20px;
    background-color: #1b1b1b;
}

.header {
    text-align: center; 
    margin-bottom: 20px;
}

#d_disclaimer {
    width: 620px; 
    position: absolute;
    margin: 0px 0px 0px 260px;
    padding: 0px;
}

#d_footnote {
    width: 920px;
    margin: 25px 0px 0px 0px;
    padding: 0px 40px 0px 40px;
}

