@charset "iso-8859-1";

img.toplogo {
  display: none;
}

table.menu {
  display: none;
}

div.content {
  background-color: #ffffff;
  text-align: left;
}

div.bottom {
  display: none;
}

div, span, td, th {
	font-family: 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: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

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

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

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

table.type1 a, table.type1 a:active, table.type1 a:visited, table.type1 a:hover {
	text-decoration: none;
}

/* BUTTONS */
input.button1 {
	background: #ffffff;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}


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

