@charset "iso-8859-1";

/* DIVS */
div.top {
  display: none;
}

div.bottom {
  display: none;
}

/* TEXT */
div, span, td, th {
	font-family: Arial;
	font-size: 10pt;
}

a, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

/* TABELLEN */
table.type1 {
  border-collapse: collapse;
}

table.type1 th {
	background: #eeeeee;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-weight: bold;
}

table.type1 td {
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

/* WEITERES */
div.dont_print {
  display: none;
}


