:link {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(111, 108, 99);
	display:block;
	width:145px;
	height:20px;
	border-right:1px solid rgb(0, 0, 0);
	border-left:1px solid rgb(0, 0, 0);
	border-bottom:1px solid rgb(0, 0, 0);
	border-top:1px solid rgb(0, 0, 0);
}

:link:active, :visited:active {
	text-decoration:none;
	color:rgb(0, 0, 0);
	background-color:rgb(213, 210, 202);
	display:block;
	width:145px;
	height:20px;
	border-right:1px solid rgb(0, 0, 0);
	border-left:1px solid rgb(0, 0, 0);
	border-bottom:1px solid rgb(0, 0, 0);
	border-top:1px solid rgb(0, 0, 0);
}

:link:focus, :visited:focus {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(111, 108, 99);
	display:block;
	width:145px;
	height:20px;
	border-right:1px solid rgb(0, 0, 0);
	border-left:1px solid rgb(0, 0, 0);
	border-bottom:1px solid rgb(0, 0, 0);
	border-top:1px solid rgb(0, 0, 0);
}

:link:hover, :visited:hover {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(170, 169, 158);
	display:block;
	width:145px;
	height:20px;
	border-right:1px solid rgb(0, 0, 0);
	border-left:1px solid rgb(0, 0, 0);
	border-bottom:1px solid rgb(0, 0, 0);
	border-top:1px solid rgb(0, 0, 0);
}

:visited {
	text-decoration:none;
	color:rgb(255, 255, 255);
	background-color:rgb(145, 140, 127);
	display:block;
	width:145px;
	height:20px;
	border-right:1px solid rgb(0, 0, 0);
	border-left:1px solid rgb(0, 0, 0);
	border-bottom:1px solid rgb(0, 0, 0);
	border-top:1px solid rgb(0, 0, 0);
}

body {
	background-color:#565a5c;
}

body,table,tr,td {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
}

.bgcolor {
	color:#D5D2CA;
}

.zelle_HP_backgrd {
	background-color:rgb(170, 170, 164);
}


