@charset "UTF-8";

/**
 * KrisKras website
 *
 * Contains layout declarations for the printed version.
 *
 * @author 			Gerrit Bertier <gerrit@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2009-12-03
 * @lastmodified	2009-12-03
 */

@media print {
    body {
	    margin: 0; /* use own value */
	    font-family: Tahoma, Geneva, Verdana, sans-serif;
	    font-size: 10pt;
        line-height: 1.5em;
    }

    h1, h2, h3, h4 {
        font-family: Arial,Helvetica,sans-serif;
    }

    h1 {
        font-size: 18pt;
    }

    h2 {
        font-size: 14pt;
    }

    div.tab-content
    {
	    display: block !important;	
    }

    h3 { font-size: 12pt; }
    h4 { font-size: 11pt; }

    a:link, a:visited {
	    color: gray;
    }

    a img {	border: none; }

    #header {
	    border-bottom: 1px solid gray;
	    width: 100%;
    }

    #footer {
	    border-top: 1px solid gray;
	    width: 100%;
    }

    .price {
	    font-size: 18pt;
	    font-weight: bold;
	    line-height: 1.5em;
    }

    .sub-price {
	    font-size: 14pt;
	    line-height: 1.5em;
    }

    img.lalign {
	    float: left;
	    margin: 5px 20px 20px 0;
    }

    img.ralign {
	    float: right;
	    margin: 5px 0 20px 20px;
    }

    ul, ol, ul li, ol li { margin: 0; padding-left: .4cm; }

    dl dd {
	    margin: 0;
	    padding: 0;
    }

    dl dt {
	    font-weight: bold;
    }

    .noprint,
    hr,
    a.ico-print,
    #header-login,
    ul#tools,
    #sidebar,
    #travellist,
    #nav,
    ul.tabs,
    #header-baseline,
    .confirmation #overview h2,
    .confirmation .extras,
    #footer #gov,
    #footer #marlon,
    #detail-pictures,
    #detail-comments,
    div.tab-content a
    {
	    display: none !important;
    }
}
