@charset "iso-8859-1";

/* DOKUMENT-ANFANG */
div.top {
  display: none;
}

/* MENU */
table.menu {
  display: none;
}

/* INHALT */
div.content {
  text-align: left;
}

/* FUSSZEILE */
div.bottom {
  display: none;
}

/* TEXT */
div, span, td, th {
	font-family: Tahoma, Arial;
	font-size: 10pt;
}

h1 {
	font-size: 22pt;
	text-decoration: none;
}
	
h2 {
	font-size: 18pt;
	text-decoration: underline;
}

a, a:active, a:visited, a:hover {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	text-decoration: none;
}

/* TABELLEN */
table.type1 {
  border-collapse: collapse;
}

table.type1 th {
	background: #ffffff;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	color: #000000;
	font-weight: bold;
}

table.type1 td {
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

/* BUTTONS */
input.button1 {
  display: none;
}

/* WEITERES */
div.dont_print {
  display: none;
}


