/* 
Title:		Duurzame Mobiliteit
Description:	CSS for print version
Created:	29/03/2007
Modified:	29/03/2007
*/

body
{
    margin: 2cm; /* use own value */
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

#container
{
	width: 100%;
}

h1, h2, h3, h4 {

}

h1
{
	margin-top: 16pt;	
}

a:link, a:visited {
    color: gray;
}	

/* print URLs after link text - use with caution */
a:link:after, a:visited:after {
    /*content: " (" attr(href) ") ";
    font-size: 90%;*/
}

.docbasket-aggr-title, a.actionprint, #suggestion
{
	display: none;	
}

img
{
	float:left;	
	margin:5px 15px 5px 0;
}


/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */