@charset "utf-8";
/* CSS Document */

.tabelle {
	width: 100%;
	border-collapse: collapse;
	font-size: 95%;
	line-height: 120%;
	margin-bottom: 15px;
	float: left;
	background-color: rgba(255,255,255,1);
}
body {
	background-color: rgba(255,255,255,1);
	background-image: none;
}


th {
	color: rgba(255,255,255,1);
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 120%;
	/* [disabled]background-color: rgba(199,31,29,1); */
	height: 65px;
}

th:nth-child(2) {
	background-color: rgba(255,255,255,1);
}

td {
	padding: 8px;
}

tr:nth-Child(odd) {
	background-color: rgba(187,187,187,0.7);
}


tr:nth-Child(even) {
	background-color: rgba(225,225,225,1);
}

td:nth-child(2) {
	background-color: rgba(255,255,255,1);
}

.text-klein {
	font-size: 65%;
	line-height: 1em;
}

.verlauf-grau {
	color:rgba(255,255,255,1)
}

.verlauf-grau {
	background-image: linear-gradient(90deg, rgba(150, 150, 150, 1), rgba(235, 235, 235, 1));
}

.BU-auf-anfrage {
	color: rgba(255,255,255,1);
	background-color: rgba(199,31,29,1);
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.BU-auf-anfrage:hover {
	background-color: rgba(199,31,29,0.7);
}

.BU-auf-anfrage h3 {
	color: rgba(255,255,255,1);
	margin-bottom: 3px;
	padding-top: 8px;
}
