.normal {
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	font-weight: 500;
	text-align: center;
	border: 1px solid;
	border-color: #e5e5e5  #555555 #333333 #888888;
	padding: 0px;
	background-color: #3e6193;
	width: 95px;
	margin-bottom: 3px;
}

.aktiv {
	color: #3e6189;
	font-family: arial;
	font-size:10pt;
	font-weight: 600;
	text-align: center;
	border: 1px solid;
	border-color: #e5e5e5  #555555 #333333 #888888;
	padding: 0px;
	background-color: #ffffff;
	width: 95px;
	margin-bottom: 3px;
}

A.noline {
	text-decoration: none;
	cusor: pointer;
	cursor: hand;
}