html, body {
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #555555;
}
a {
	text-decoration: none;
	color: #726f6f;
}
a:hover {
	color: #ff0000;
}
select, input, hr {
	color: #555555;
}
.Neutral {
	color: #555555;
	background: transparent;
	text-decoration: none;
}
.Neutral:hover {
	background-color: #555555;
	color: White;
}
.T_Neutral {
	background: #DDDDDD;
	text-decoration: none;
}
.T_Neutral:hover {
	background-color: #f4f4f4;
}
.H_Neutral, .H_Neutral h2 {
	color: white;
	background-color: #7b7b7b;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
}
.U_Table {
	border: 1px;
	border-color: silver;
	border-style: solid;
}
.U_Head {
	font-weight: bold;
	background-color: cccccc;
}
.U_Button {
	background-color:	transparent;
	background-image: url(../rsc/kerze.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	width: 50px;
	height: 51px;
}
.U_Button:hover {
	background-color:	transparent;
	background-image: url(../rsc/kerze.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: crosshair;
}
.N_Button {
}
.N_Button:hover {
}
.D_Table_Andere {
	border: 1px;
	border-color: silver;
	border-style: solid;
	background-color: #f4f4f4;
}
.D_H1 {
	font-weight: bold;
	text-align: center;
}
.D_H2 {
	font-weight: bold;
	text-align: center;
}
.D_H3 {
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
.TD_Details {
	border: 1px;
	border-color: Gray;
	border-style: solid;
}
.contentsubheading {
	background-color: #7b7b7b;
	color: white;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
}
.contentsubheading a {
	color: white;
	font-weight: bold;
}
.contentsubheading a:hover {
	color: red;
}