@charset "iso-8859-1";

/* 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 {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover {
	background: #cc3333;
	color: #ffffff;
	text-decoration: none;
}

/* TABELLEN */
table.type1 {
  border-collapse: collapse;
}

table.type1 th {
	background: #cc3333;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
}

table.type1 td {
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

/* BUTTONS */
input.button1 {
	background: #cc3333;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	color: #ffffff;
	cursor: hand;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
}


/* WEITERES */
div.dont_print {
}


