/* copyright www.meeloon.de */
/*            */

body {
    background-color:   white;
    width:              160mm;
    left:               20mm;
    text-align:         left;
    position:           absolute;
    top:                0mm;
    font-family:        sans-serif;
    font-size:          12px;
    color:              black; 
}
h1, h2, h3, h4 {
    font-family:        sans-serif;
    font-size:          12px;
    color:              black; 
}
#banner {
    top:                0mm;
    padding-left:       4mm;
    font-family:        sans-serif;
    font-size:          18px; 
    font-weight:        bold;
    position:           absolute;
    text-align:         left;
    border:             none;
}

#main {
    top:                20mm;
    position:           relative;
    text-align:         left;
    border:             none;
}

main.center {
    position:           relative;
    text-align:         left;
    border:             none;
}

#printbox {
    padding-left:       10mm;
    font-family:        sans-serif;
    font-size:          12px; 
    font-weight:        bold;
    position:           relative;
    text-align:         left;
    border:             none;
}

#top, #clock, #birthday, #foot, #menu {
    display:            none;
}

p, pre {
    font-family:        sans-serif;
}

img,hr,ul,dd, p.top, div.noprint, div.calendar {
    display:            none; 
}


