@charset "UTF-8";
/************************************************
    CSS StyleSheet
    cream.de

    Media: Print
    Part:  Main

    last change: MM 2006-11-26

************************************************/

body {
    margin: 1.5em;
    background-color: #fff;
    font-family: verdana, helvetica, Arial, sans-serif;
    color: #333;
    font-size: 10pt;
    padding: 0 0 3em 0;
}

h1 {
    font-family: tahoma, verdana, Arial, sans-serif;
    font-size: 16pt;
    line-height: 130%;
}

img {
    margin: 0 0 0.2em 0;
}

#navi, #head, #newsflash, #side {
    display: none;
}

a {
    color: #000;
    text-decoration: underline;
}

/*
a[href]:after {
    content: " (Link to: "attr(href)" )";
    font-weight: normal;
    font-style: italic;
    color: #777;
    font-size: 80%;
}
*/

#news ul li {
    margin-bottom: 1em;
}

/* CREAM in the Press
*************************************************/

#press ul {
    list-style: none;
    padding: 0;
}
#press ul li {
    border-bottom: 1px solid #999999;
    padding-bottom: 1em;
}
#press ul li ul {
    list-style: disc outside;
    padding-left: 1.5em;
}
#press .intro, #press ul li ul li {
    border: 0;
    padding-bottom: 0;
}

