/* From: www.bakker-framebouw.nl
 *
 * Global stylesheet for the website. Basically styles
 * that both apply to the screen and print style sheets.
 */

body {
  font: 80% arial, verdana, sans-serif;
  line-height: 1.3;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 160%;
  margin-top: 0;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

a {
  color: #047;
  text-decoration: none;
}

a:hover {
  color: #c00;
  background-color: #fff5c0;
}

img {
  margin: 0.1em;
  padding: 1px;
  border: 1px solid #047;
  background-color: #fff;
}

a:hover img {
  border-color: #c00;
}

/* classes */
.clear { clear: both; }
.icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }
.rss { background-image: url('layout/rss.png'); }
.pdf { background-image: url('layout/pdf.gif'); }
.listen { background-image: url('layout/listen.gif'); }
.email { background-image: url('layout/email.gif'); }
.download { background-image: url('layout/download.gif'); }
.print { background-image: url('layout/print.gif'); }
.call { background-image: url('layout/call.gif'); }


