body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	color: Black;
}
a {
	color: #9e5418;
	text-decoration: none;
	font-weight: bold;
}
a:HOVER {
	text-decoration: underline;
}
a:FOCUS {
	background: #aaa;
}
h1, h2, h3, h4, h5, h6, dt, th, legend {
  font-weight: bold;
  color: #607b69;
}
h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #009634;
}
h1 {
	font-size: 1.4em;
	margin-top: 0;
	padding-left: 15px; 
	background-image: url(../buchstaben/nix.gif);
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}
h2 {
	font-size: 1.2em;
	margin-top: 40px;
	clear: both;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
 	clear: both;
}
/* TABELLEN */
table {
  border: 1px solid gray;
}
th {
  background: #E4EFE0 url(pics/th.gif);
  color: Black;
}
td.r1 {
  background: #F3FFEF;
}
td.r2 {
  background: #E7FFDF;
}
td.r3 {
  background: #CADFC3;
}
/* IMG */
img.right, img.left {
  border: 1px solid black;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 8px;
}
img.right, img.rightnb {
  margin-left: 10px;
  margin-top: 5px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 10px;
  float: left;
}
