body {
	margin: 0;
	padding: 0;
	background: white;
	font-size: 0.8em;
}
body, p, td, a, li, th, dd, dt {
	font-family: Arial, Verdana, Geneva, sans-serif;
}
body, p, td, li, th, dd {
	color: black;
}
a {
	text-decoration: none;
	color: #005da8;
   font-weight: bold;
}
a:HOVER {
	text-decoration: underline;
}
#suche a {
  font-weight: normal;
  margin-right: 15px;
  font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #ec7404;
  clear: both;
}
h1 {
	font-size: 1.4em;
  margin-top: 0;
  border-bottom: 3px double #ec7404;
}
h2 {
	font-size: 1.2em;
  border-bottom: 1px solid #ec7404;
}
h3, h4, h5, h6 {
	font-size: 1em;
  border-bottom: 1px dotted #ec7404;
}
/* Bilder */
img.right, img.left, img.border {
  border: 1px solid #797979;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 0.3em;
}
img.right, img.rightnb {
  margin-left: 0.3em;
  float: right;
}
img.left, img.leftnb {
  margin-right: 0.3em;
  float: left;
}
/* TABELLEN */
th {
  background : #f3d6a6;
}
td.r1 {
  background : #fffbf4;
}
td.r2 {
  background : #fff5e3;
}
td.r3 {
  background: #f3d6a6;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}