/* globale sheet voor alle browsers */

H1		{ font-size: 14px; font-weight: bold; color: #000000 }
H2		{ font-size: 12px; font-weight: bold; color: #000000 }

body, td, p 	{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px}
body.body			{ background: url(../images/achtergrond.jpg) repeat-x; background-color: #E3D5C8; }
body.home			{ background: url(../images/achtergrond_home.jpg) repeat-x; background-color: #E3D5C8; }
a           	{ color: #000000 }

.titel			{ font-size: 14px; font-weight: bold; color: #000000 }
.onderTitel		{ font-size: 12px; font-weight: bold; color: #000000 }
.homeTitel		{ font-size: 18px; font-weight: bold; color: #000000 }

.breadcrumbs, .bijschrift, .zoekresultaat	{ font-size: 10px; color: #000000; }
.hfdNav			{ font-size: 11px; color: #000000; text-decoration: none; }
.hfdNav:hover	{ font-size: 11px; color: #ffffff; text-decoration: none; }
.subNav			{ font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }
.navGeneriek	{ font-size: 10px; color: #ffffff; text-decoration: none; }

.btn { 
  border: 1px solid #E3D5C8; 
  border-left-color: #E3D5C8; 
  border-top-color: #E3D5C8;
  border-right-color: #E3D5C8; 
  border-top-color: #E3D5C8;
  color:#ffffff;
  background-color: #000051;
  }