@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Tabellen Styles                                                                  */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Table */
table
{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}

.tabelle
{
	border-collapse: collapse;
	border-spacing: inherit;
	empty-cells: show;
	margin-bottom: 1em;
	display: table;
}

.tabelle caption
{
	caption-side: top;	
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}



/************************************************************************************/
/* Head */
.tabelle thead
{
	display: table-header-group;
	height: 18px;
	cursor: default;
	font-weight: bold;
	text-align: left;
	background-color: #009ee0;
}

.tabelle thead th
{
	padding: 0px;
	text-decoration: none;
	height: 16px;
	padding: 2px;
	color: #FFF;
}



/************************************************************************************/
/* Body */
.tabelle tbody
{
	cursor: default;
	background-image: url(../images/design/content_bg.png);
	background-repeat: repeat;	
}

.tabelle tbody tr
{
	color: #000000;
	vertical-align: middle;
}

.tabelle tbody td
{
	vertical-align: top;
	padding: 2px;
	color: #000;
	height: 20px;
	vertical-align: middle;
}

.tabelle tbody td img
{
	vertical-align: middle;
	margin-right: 3px;
}




/************************************************************************************/
/* Foot */
.tabelle tfoot
{
	display: table-footer-group;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../admin/images/design/tfoot_bg.png);
	background-repeat: repeat;
	font-weight: bold;
}

.tabelle tfoot td
{
	padding: 2px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}




/************************************************************************************/
/* Sonstiges */
/* Styles für den Zebra Streifen Effekt */
.tabelle tbody tr.alt td, .tabelle tbody tr.alt th
{
	background-color: #F3F3F3;
}

.tabelle tbody tr.over td, .tabelle tbody tr.over th
{
	background-color: #FFECD9;
	color: #000;
}


/* 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;
}