/* 
    Document   : print
    Created on : 23-jan-2010, 20:51:38
    Author     : gj
    Description:
        Printing stylesheet
*/
html,body {
    
    font-size:16px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #e6e6e6;
}

#print {
    display:block;
    width:960px;
    margin:10px auto;
    background-color: #FFF;
    margin-bottom:-10px;
    padding: 5px;
}
h1 {
    font-size:24px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:16px;
}

#plogo {
    float:left;

}
#paddress {
    float:right;
}
.clear {
    clear:both;
}
img, #header, #main-pic, #sidebar, #footer, #news-en-logos,#dockmenu{
    display:none;
}
#print img {
    display:inline;
}

#herkomst {
    padding-top:10px;
    border-top:1px dotted #000;
    margin: 10px 0;
}
#content {
    border-top:2px dotted #333;
    padding:20px 5px !important;
    margin:5px auto;
    width:960px;
    background-color: #FFF;
}
