/** Gliederung / Verzeichnis 
  * noch keine Einträge vorhanden
  * 
  */
font.passiv {
	color: #C5C5C5;
}

font.aktiv {
	color: inherit;
}

#trLeerzeile {
	color: #C5C5C5;
}

#tdLeerzeile {
	color: #C5C5C5;
	border-color: #C5C5C5;
}

#tdLeerzeileRight {
	color: #C5C5C5;
	border-color: #C5C5C5;
	border-right: 2px;
}

#tdLeerzeileLeft {
	color: #C5C5C5;
	border-color: #C5C5C5;
	border-left: 2px;
}

#tabelle {
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

#tdRight {
	border-right: 2px;
}

#tdLeft {
	border-left: 2px;
}

#tdH {
	border-right: 2px;
	border-left: 2px;
}

.ohneBorderBottom {
	border-bottom: 0px;
}

.ohneBorderTop {
	border-top: 0px;
}

.ohneBorderH {
	border-bottom: 0px;
	border-top: 0px;
}

.ohneBorderV {
	border-left: 0px;
	border-right: 0px;
}

.borderRight2 {
	border-right: 2px;
}