body {
	background-color: White;
	font-family: serif;
	color: Black;
}

p, td, th, i, b, li, div {
 font-family: serif;
 color: #000000;
}

h1, h2, h3, h4, h5 {
 font-family: serif;
 font-weight: bold;
 color: #000000;
}

.tabelle {
 background-color: #FFFFFF;
}

.tabellehinten {
 background-color: #000000;
}

.fuss {
 font-size: smaller;
 font-style: italic;
}
.mini {
 display: none;
}

.bunt
{
 font-family: serif;
 color: #000000;
 font-weight: bold;
 font-size: x-large;
}

a:link

{
 color: #000000;
}

a:visited
{
 color: #000000;
}
/* eingabefelder */

input,textarea {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	border: thin dotted Black;
}

/* nicht zu druckender bereich */
.nichtdrucken {
 display:none;
}

.Image {
  visibility: hidden;
  width: 0;
  height: 0;

}

.Bild {
  visibility: hidden;
  width: 0;
  height: 0;
}

#logo {
  visibility: hidden;
  width: 0;
  height: 0;
}

#inhalt {
  visibility: hidden;
}

#foot {
  visibility: hidden;
}
