/*
= Basic print styles for eniro.xx
*/
/* Reset styles
   Based on: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, em, img, ins, q, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
}
img, fieldset, iframe, table, tr, th, td {border:0}

body {
  color:#000;
  background:#fff;
  font:normal 80%/1.3 "trebuchet ms", trebuchet, sans-serif;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* Clearfix
   http://positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {display:inline-block}
.clearfix {display:block}

/* for routeplan and hit print preview */
#print #ad, input {display: none;}
