/* CSS for print by Marc Rolli */
/* --- LAYOUT --- */
body {
    margin: 10px;
    font-family: Arial, Helvetica;
    font-size: 10px;
    width:680px;
    }
#page { text-align:left; }
#content { width:680px }
#header { display:none; }
#printheader { 
    display:inline;
    font-family: Arial, Helvetica;
    }
.printhead { font-weight: bold; font-size: 16px; }
.printsubhead { font-weight: bold; font-size: 12px;}
#teaser { margin-bottom: 40px; }
.langMenu { display:none; }
#leftpanel { display:none; }
#menu { display:none; }
#contenttext{ float:left; }
#footer { display:none; }

.title { font-weight: bold; font-size: 12px;}
.subtitle { font-weight: bold; font-size: 12px;}
.pict { float:left; width:120px;}
.pict img { border: 1px solid #000;}
.mediatext { 
    float:right; 
    width:400px !important;
    font-size: 12px;
    }

a { text-decoration:none; color:black; }
.goback { display:none; }
