body {
	background: #f0f0f0;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #717878;
}
h1, h2, h3, h4, h5, h6, th, dt {
	font-weight: bold;
	color: #009ee0;
}
h1 {
	font-size: 2em;
	margin-left: -13px;
	padding-left: 13px;
	padding-top: 12px;
	background: url(images/h1.png) no-repeat left;
	min-height: 43px;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
h4, h5, h6 {
	font-size: .8em;
}
h2, h3, h4, h5, h6 {
  clear: both;
}
a {
	color: #e2007a;
	text-decoration: underline;
	font-weight: normal;
}
a.none {
  text-decoration: none;
}
a:HOVER, a:FOCUS {
	color: Black;
}
a:FOCUS {
	background: #ffe8f4;
}
a:VISITED {
	color: #b07293;
}
/* TABELLEN */

table {
  border: 1px solid White;
}
th {
  background: White;
}
td.r1 {
  background: #fff3f9;
}
td.r2 {
  background: #f7f7f7;
}
td.r3 {
  background: #ffdaee;
}
/* IMG */
img.right, img.left {
  border: 1px solid gray;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 1.4em;
}
img.right, img.rightnb {
  margin-left: 1.4em;
  float: right;
}
img.left, img.leftnb {
  margin-right: 1.4em;
  float: left;
}
img.center {
  margin: 1.4em;
  text-align: center;
}

