/***************************************************************************************************************************
 *                                                                                                                         *
 * Debugtabelle
 *                                                                                                                         *
 ***************************************************************************************************************************
 * TABELLENFORMATIERUNG */
.debugtable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Courier New, Courier, mono;
	font-size: 8pt;
	border-spacing: 0px;
	padding: 0px;
	width: 95%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

.debugtable tr {
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}

.debugtable tr:nth-child(even) td {
	background: #F6F6F6;
}

.debugtable tr:nth-child(odd) td {
	background: #FFF
}

/* TEXTFARBEN */
.debugtextschwarz {
	color: #000000;
}

.debugtextgrau {
	color: #BBBBBB;
}

/* TABELLENFARBEN */
.debugzeilenormal td {}

.debugzeilegruen td {
	background-color: #D4EEB9 !important;
}

.debugzeilegrau td {
	background-color: #DDDDDD !important;
}

.debugzeilerot td {
	background-color: #FF6666 !important;
}

.debugzeileblau td {
	background-color: #B9D4EE !important;
}

.debugzeileschwarz td {
	background-color: #000000 !important;
}

/* STRUKTURANZEIGE */
.debugtiefebleibt {
	background-image: url(../tiefebleibt.gif) !important;
}

.debugtiefeplus {
	background-image: url(../tiefeplus.gif) !important;
	background-repeat: no-repeat !important;
}

.debugtiefeminus {
	background-image: url(../tiefeminus.gif) !important;
	background-repeat: no-repeat !important;
}