@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich Tabellen Elemente Formatierungen             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Table */
/*table
{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
*/
.tabelle
{
	float: left;
	width: 100%;
	padding: 0px;
	border-collapse: separate;
	border-spacing: inherit;
	empty-cells: show;
	display: table;
	margin-bottom: 1em;
}

.tabelle caption
{
	caption-side: top;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	margin-bottom: 0.5em;
	color: #3478b7;
}



/************************************************************************************/
/* Head */
.tabelle thead
{
	height: 18px;
	cursor: default;
	font-weight: bold;
	text-align: left;
}

.tabelle thead th
{
	padding: 0px;
	text-decoration: none;
	height: 16px;
	padding: 2px;
	text-indent: 1px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right center;
	color: #333;
}

.tabelle thead th:last-child
{
	border-right: none;
}




/************************************************************************************/
/* Body */
.tabelle tbody
{
	cursor: default;
}

.tabelle tbody tr
{
	color: #000000;
	height: 22px;
	color: #5D5D5D;
}

.tabelle tbody td, .tabelle tbody th
{
	vertical-align: top;
	padding: 2px;
	height: 16px;
	text-indent: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
}

.tabelle tbody th
{
	font-weight: bold;	
}
 
.tabelle tbody td:last-child
{
	border-right: none;
}

.tabelle tbody td img
{
	vertical-align: middle;
}




/************************************************************************************/
/* Foot */
.tabelle tfoot
{
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #BCD2E9;
}

.tabelle tfoot td
{
	padding: 0px 2px 1px 2px;
	margin: 0px;
}




/************************************************************************************/
/* Sonstiges */
/* Styles für den Zebra Streifen Effekt */
.tabelle tbody tr.alt td, .tabelle tbody tr.alt th
{
	background-color: #F7F8F9;
	color: #000;
}

.tabelle tbody tr.over td, .tabelle tbody tr.over th
{
	background-color: #EBF2FA;
}

.tabelle .markiert
{
	background-color: #F96;
}


/* Styles für die Zeilen Optionen (Icons) */
.tabelle-optionen 
{
	text-align: left;	
}

.tabelle-optionen img 
{
	cursor: pointer;
	height: 16px;
	width: 16px;
	float: left;
	margin: 0px 2px 0px 2px;
	vertical-align: middle;
}