html, body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

.kategorie {
	font-size: 14px;
	background-color: #0086C9;
	padding: 4px;
	text-align: left;
	color:#FFF;
  }

th {
	font-size: 12px;
	background-color: #E1E1E0;
	padding: 4px;
	text-align: left;  
}

tr {
	background-color: #EDEEEC;
}

td {
	font-size: 12px;
	padding: 4px;
}

a, a:link, a:visited {
	color: #005494;
	text-decoration: none;
	font-size: 12px;
}