/*____________________________________
evenone.nl PRINT stylesheet.
Version: 2004.7
Contact Pepijn van Zoest: pepijn@newmoon.nl
____________________________________
*/

/*General settings---------------------*/
body{
font: 10pt Times serif;
line-height: 14pt;
padding: 0;
margin: 0;
color: #000;
text-align:left;
background: #fff;
padding-bottom: 0;
border-top: 0;
}

/* Corrections for IE 5x*/
a, address, body, blockquote, dd, dt, dl, h1, h2, h3, li, p, th, td, #naw{
font-size: 10pt;
font-family: times, serif;
color: #000;
}

h1{
font-size: 16pt;
}

h2{
font-size: 14pt;
}

h3, h4, h5{
font-size: 12pt;
}

/*Hiding stuff--------------------------------------*/
div#logo, div#nav, img.img_right{
display: none;
}

/*Basic formatting----------------------------------*/

div#menu{
float: none;
}

div#wrap{
padding:0;
margin:0;
width: 100%;
}

div#naw img{
margin-bottom: 3px;
}

/*Content formatting---------------*/

div#print_only{
display: block;
font-size: 12pt;
font-weight: bold;
}

/*Forcing maps to next prited pages on vervoer.php*/
dl{
margin-bottom: 160px;
}

/*For printing contact image...*/
.img_contact_format{
width: 500px;
}

div#content, div#menu{
padding: 0 0 10 0;
margin: 0;
}

div.cases{
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}

.cases h2{
color: red;
font-size: 14px;
}

/*fix foto-homepage*/
img#foto-home{
float: none;
display: block; 
}