body, p, td, tr, th, a, li, dd, dt, input {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, p, td, tr, th, li, dd {
	color: Black;
}
dd {
  margin-bottom: 5px;
}
dt {
	color: #00255A;
	font-weight: bold;
}
a {
	color: #0058D7;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #00255A;
	font-weight: bold;
  clear: both;
}
h1 {
	margin-top: 0px;
	border-bottom: 3px double #00255A;
	font-size: 25px;
}
h2 {
	border-bottom: 1px solid #00255A;
	font-size: 16px;
}
h3, h4, h5, h6 {
	font-size: 12px;
	border-bottom: 1px dotted #00255A;
}

/* TABELLEN */
th {
  background: #83A0C9;
}
td.r1 {
  background: #E8F0FC;
}
td.r2 {
  background: #C9DBF6;
}
td.r3 {
  background: #83A0C9;
}
