/* MARMORWELT.com print stylesheet  */

#page {
    width: 750px;
    margin: 10px auto 20px auto;
    text-align: left;
}

#meta_navi {
    display: none;
}

#logo {
    width: 100%;
    margin: 10px 0;
    border-bottom: 2px dotted #000000;
    padding-bottom: 10px;
}

#illu {
    display: none;
}

#teaser {
    display: none;
}


#main_border {
    border: none;
}

#navi {
    display: none;
}

#content {
    width: 546px;
    padding: 10px 15px;
    width/* */:/**/ 514px;
}
#content[id] {
    width: 514px;
}

ul.with_bullets {
    list-style: normal;
    margin: 0 15px 10px 25px;
}
ul.with_bullets li {
    display: list-item;
    list-style: normal;
    list-style-image: url('../_img/list_bullet_blue.gif');
}

h2 {
    background: transparent url('../_img/list_bullet_blue.gif') no-repeat 0 50%;
    padding-left: 15px;
}

#footer {
    clear: both;
    font-size: 12px;
    padding: 10px;
    border-top: 2px dotted #000000;
}



