/* Formatierung der Gemeinschaftsseiten + Onlinerechner */
td.tdfarbe {
	background-color: #B50000;
}

.tdfarbe {
	background-color: #B50000;
}

.textfett {
	font-weight: bold;
	color: black;
}

.textklein {
	font-size: 10px;

}

.titel {
	color: #B50000;
	font-weight: bold;
	font-size: 13px;
}

.titelklein {
	color: #B50000;
	font-weight: bold;
	font-size: 13px;
}

.vpiklein {
	font-size: 9px;
}

/*#gsdesc {
	margin-bottom:15px;text-align:right;
}*/

#gsdesc {
	margin: 10px;
	padding: 0px;
	text-align: right;
	margin-bottom: 15px;

}

#gsnav a {
	margin-right: 10px;
	color: #B50000;
	text-decoration: underline;
}

#gsnav .gsactive ,#gsnav a:hover {
	color: #7f7f7f;
}

#calcdiv {
	position:absolute;left:280px;right:30px;top:150px;bottom:50px;overflow:auto;
	background-color: transparent;
	overflow:auto; 
}

#calc {
	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 */

