@charset "iso-8859-1";

/* Links */
div.content a, div.content a:hover, div.content a:visited, div.content a:active {
	color: #000000; !important
}

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

table.type1 th {
	background: rgb(239, 225, 179);;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-weight: bold;
}

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

table.type1 td a {
	text-decoration: none; !important
}

/* BUTTONS */
input.button1 {
	background: rgb(239, 225, 179);;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	cursor: hand;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
}


/* WEITERES */
div.dont_print {
}

span.dont_print {
}


