@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich Tabellen Elemente Formatierungen             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Table */
table
{
	padding: 0px;
	margin: 10px 0 0 0;	
	border-spacing: 0px;
	border-collapse: collapse;
	width:100%;
}

/************************************************************************************/
/* Head */
thead
{
width: 100%; position: realtive; top: 10px;
margin:10px 0;

}

thead tr th
{
	text-align: left;
	height:30px;
	padding:5px;
	
}



/************************************************************************************/
/* Body */
tbody
{
}

tbody tr:link, tbody tr:active, tbody tr:visited
{
}

tbody tr:hover
{
	background-color: #d1d1d2;	
}


tbody td 
{
	border-bottom: 1px solid #ccc;
	padding: 5px;
	vertical-align:top;
	height:100%;
}



/************************************************************************************/
/* Foot */
tfoot
{
}

tfoot td
{
}



/************************************************************************************/
/* Tabellen Klassen */
.tabelle-linie
{
	margin-bottom: 20px;
	width: 100%;
	float: left;	
}

.tabelle-linie thead th
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d3df;
	padding-bottom: 5px;
	text-align: left;
}

.tabelle-linie tbody td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d3df;
}

.mitglieder { margin: 0 0 15px 0; clear: both; overflow: hidden; }
#mitglieder-nav { margin: 10px 0 15px 0; }
#mitglieder-nav a { padding: 2px 6px; border: 1px solid #aaa; }
#mitglieder-nav a:hover, #mitglieder-nav a.current { background: #eee; color: #000; cursor:pointer;}
