/*formatierung der gemeinschaftsseiten +rechner*/
td.tdfarbe {
	background-color: #4B4E89;
}

.tdfarbe {
	background-color: #4B4E89;
}

.textfett {
	font-weight: bold;
	color: #000000;
}

.textklein {
	font-size: 10px;
}

.titel {
	color: #4B4E89;
	font-size: 18px;
	font-weight: bold;
}

.titelklein {
	font-size: 14px;
	color: #4B4E89;
	text-decoration: none;
}

.vpiklein {
	font-size: 9px;
}

#gsdesc {
	text-align: right;
	margin-top: 2em;
}

#gsnav a {
	margin-right: 10px;
	color: #4B4E89;
	text-decoration: none;
}

#gsnav {
	margin-top: 10px;
}

#gsnav .gsactive, #gsnav a:hover {
	text-decoration: underline;
}

#calcdiv {
	left: 207px;
	top: 149px;
	bottom: 50px;
	width: 545px;
	position: absolute;
	background-color: transparent;
}

#calc {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
		/* 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 */

