@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: 10px;
	margin-left: auto;
	float: left;
}

.tabelle
{
	border-collapse: collapse;
	border-spacing: inherit;
	empty-cells: show;
	border: 1px solid #999;
	margin-bottom: 2em;
	display: table;
}

.tabelle caption
{
	caption-side: top;	
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}



/************************************************************************************/
/* Head */
.tabelle thead
{
	height: 18px;
	cursor: default;
	font-weight: bold;
	text-align: left;
	background-color: #CCC;
}

.tabelle thead th
{
	padding: 0px;
	text-decoration: none;
	height: 16px;
	padding: 2px;
}



/************************************************************************************/
/* Body */
.tabelle tbody
{
	cursor: default;
	background-image: url(../images/design/content_bg.html);
	background-repeat: repeat;	
}

.tabelle tbody tr
{
	color: #000000;
}

.tabelle tbody td 
{
	vertical-align: top;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	color: #000;
	height: 16px;
}

.tabelle tbody td img
{
	vertical-align: middle;
}




/************************************************************************************/
/* Foot */
.tabelle tfoot
{
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../admin/images/design/tfoot_bg.html);
	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 tr.alt td
{
	background-color: #E9E9E9;
}

.tabelle tr.over td
{
	background-color: #FFF;
}