body {
  background: White;
}
body, td, th, p, li, a, label, input, textarea {
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, td, th, p, li, label, input, textarea {
	color: Black;
}
label {
	color : #006699;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #90CA21;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #7a7a7a;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
h2 {
	font-size: 15px;
}
h3, h4, h5, h6 {
  font-size: 12px;
}
h2, h3, h4, h5, h6 {
  border-bottom: 1px dotted #7a7a7a;
  clear: both;
}
/* TABELLEN */
th {
  background: #93deff;
}
td.r1 {
  background: #eefaff;
}
td.r2 {
  background: #ccefff;
}
/* IMG */
img.right, img.left {
  border: 1px solid #7a7a7a;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 3px;
}
img.right, img.rightnb {
  margin-left: 5px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 5px;
  float: left;
}
/* Listen */
dt {
  font-weight: bold;
  color: #7a7a7a;
  padding-top: 5px;
}
dd {
  padding-top: 1px;
  padding-bottom: 1px;
}