/* Formatierung der Gemeinschaftsseiten + Onlinerechner */
td.tdfarbe {
	background-color: #A10011;
}

.tdfarbe {
	background-color: #A10011;
}

.textfett {
	font-weight: bold;
	color: #A10011;
}

.textklein {
	font-size: 10px;
}

.titel {
	color: #A10011;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.titelklein {
	color: #A10011;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.vpiklein {
	font-size: 10px;
}

#gsdesc {
	margin: 10px;
	padding: 0px;
	text-align: right;
	margin-bottom: 15px;
}

#gsnav a {
	margin-right: 10px;
	color: #7F7F7F;
	font-weight: bold;
}

#gsnav .gsactive , #gsnav a:hover {
	color: #A10011;
	font-weight: bold;
}

#calcdiv {
	position: absolute;
	left: 20px;
	top: 200px;
	width: 762px;
	bottom: 77px;
	z-index: 500;
	background-color: transparent;
}

#calc {
	position: absolute; left:0; top:0; right:0; bottom:0;

	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}



		/* infolist compatibility styles */
		thead td.infolist_th {
			border-bottom-width: 1px;
			border-bottom-style: solid;
		}
		table.data td {
			vertical-align: top;
		}
		td.infolist_th {
			padding-right: 10px;
			font-weight: bold;
		}
		li h4 {
			margin-bottom: 0;
		}
		/* end of infolist compatibility styles */
