table.gbtable1 {
	font-family: arial;
	line-height: 100%;
	font-size: 0.85em;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	/*border-spacing: 0;*/
	width: 500px;
	color: #3c464c;
	
}

div#spalte1 table.gbtable1, div#spalte1b table.gbtable1 {
	font-size: 0.85em;
}

tr.zeileBlau {
	background-color: #162a83;
	color: white;
	border-bottom:1px solid #d0d6d9;
	
}

td {
	
	padding: 2px 5px 2px 5px;
	text-align: right;
	vertical-align: top;
	border-bottom:1px solid #d0d6d9;
}







td.zelleGrauLinks {
	background-color: #d0d6d9;
	text-align: left;
	border-bottom:1px solid #ffffff;
}

td.zelleGrauRechts {
	background-color: #d0d6d9;
	border-bottom:1px solid #ffffff;
}

td.zelleDunkelGrauRechts {
	color:#ffffff;
	background-color: #3c464c;
	border-bottom:1px solid #475157;
}

td.zelleLeerDunkelGrauRechts {
	color:#ffffff;
	background-color: #3c464c;
	border-bottom:0px solid #475157;
}

td.zelleLinks {
	text-align: left;
}

td.zelleLinksTab {
	text-align: left;
	padding-left: 8px;
}

td.zelleRechts {
	text-align: right;
}

td.zelleLeerLinks {
	border-bottom:none;
	text-align: left;
}

td.zelleLeerRechts {
	border-bottom:none;
}

/* Styles für Bundesanzeiger XML-Export */
tr.baHauptgruppe {
/*font-weight: bold;*/
}
tr.baGruppe {
/*font-weight: bold;color: #008a76;*/
}
tr.baUntergruppe {
/*font-weight: normal;color: #008a76;*/
}
tr.baZwischensumme {
/*font-weight: bold;border-bottom:1px solid #000000;*/
}
tr.baSumme {
/*font-weight: bold;border-bottom:2px solid #40474e;*/
}
tr.baHauptposition {
}
tr.baZKopf {
/*font-weight: bold;*/
}

