body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Black;
}
a {
	color: #0087bf;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:HOVER {
	text-decoration: underline;
}
a:FOCUS {
	background: #ddd;
}
a:VISITED {
	color: #557a8a;
}
dt {
  margin-top: 15px;
}
h1, h2, h3, h4, h5, h6, dt, th, legend {
  color: #1e348a;
  font-weight: bold;
}
h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #1e348a;
}
h1 {
	font-size: 1.4em;
	margin-top: 0;
	background: url(pics/ueberschrift_verlauf.gif) repeat-y;
}
.notenschluessel {
	padding-left: 35px;
	margin-left: 3px;
	background: url(pics/notenschluessel.png) no-repeat 0;
}
h2 {
	font-size: 1.2em;
	clear: both;
}
h3, h4, h5, h6 {
	font-size: 1.0em;
 	clear: both;
}

/* TABELLEN */
table {
  border: 1px solid gray;
}
th {
  background: #ddf4fe;
}
td.r1 {
  background: #e1e6ff;
}
td.r2 {
  background: #cbe3ee;
}
td.r3 {
  background: #feeec2;
}
