/* 
CSS Document voor Inleenvergelijk
Datum: Februari 2009
Media: Print
Ontwikkelaar: Concept7 (www.concept7.nl)
Xhtml/css: Timothy van Sas / Wout Mager

/* Reset
=================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.inline, .inline li {
	display:inline;
}

img {
	border: 0;
}

input, button {
	font-size:1em;
}

/* Algemene regels
=================================================================*/
body {
font: 75%/1.5em arial, verdana, sans-serif;
}

/* Wat niet tonen tijdens printen 
====================================================================== */
div#footercontainer
, #footercontainertwo
, #servicemenu
, #sub-navigation
, #text-attention
, #image-attention
, #select-language
, .content-options
, #breadcrumbs
, .vergrootglas
, #footer
, div.highslide-caption
, .contentoptions
, .searchform
, .sortform
, .beoordelingbar
, .indexactions
, .beoordelingen h3
, .indexcorners
, .expand
, .refinebox {
  display:none;
}

.refinesearch
, .sorting
, .indexcompany {
  margin-bottom:18px;
}

/* Hoe tonen tijdens printen 
====================================================================== */
.pager
, .pager li
, #crumbtrail
, #crumbtrail li {
  display:inline;
}

#crumbtrail li {
  margin-right:12px;
}

#header
, .newslist li {
  margin-bottom:18px;
}

.maincontent
, .top10
, .about
, .news {
  margin-top:18px;
}

.select {
  font-weight:bold;
}

div.image-left {
  float:right;
  margin:0 20px 12px 32px;
}

div.image-right {
  float:left;
  margin:0 32px 12px 0;
}

div.image-left span
, div.image-right span {
  display:block;
}

h1 {
  font-size: 18px;
  margin-bottom:18px;
}

h2 {
  font:normal 14px;
}

h3 {
  font:normal 13px;
}

div#letop, div#blok1, div#blok2, div#blok3 {
  border-bottom:1px dotted #999;
  padding-bottom:15px;
  margin-bottom:30px;
  font:normal 12px;
}
	
div#top #logoprint { 
  display:block;
  margin-bottom:35px;
}

div#txtVervolg { font:normal 12px Arial, Helvetica, sans-serif;}

div#printAdres {
  font:normal 12px Arial, Helvetica, sans-serif;
  line-height:150%;
}

div#kopKruimel ul {
  padding:12px 25px 20px 0;
}

div#kopKruimel ul li {
  list-style:none;
  display:inline;
}

div#kopKruimel ul li a {
  padding:0 12px 0 0;
  margin-right:6px;
}

div#kopKruimel ul li a:visited { color:#b10043;}
div#kopKruimel ul li#waar { font-weight:bold;}

.wide { margin-top:15px;}

div#cRechts {
  border-top:1px dotted #999;
  margin-top:25px;
  padding-top:20px;
}

div.blok {
  border-bottom:1px dotted #999;
  padding-bottom:20px;
  margin-bottom:25px;
}

label {
  display:block;
  width:120px;
  float:left;
}

label.radio, dd label {
  float:none;
  display:inline;
}

input.radio {
  margin-left:120px;
}

fieldset ul li {
  display:block
  clear:both;
}