/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich Tabellen Elemente Formatierungen             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Table */
table
{
	padding: 0px;
	margin: 0px;	
	border-spacing: 0px;
	border-collapse: collapse;
}



/************************************************************************************/
/* Head */
thead
{
}

thead th
{
	text-align: left;
}



/************************************************************************************/
/* Body */
tbody
{
}

tbody tr:link, tbody tr:active, tbody tr:visited
{
}

tbody tr:hover
{
}

tbody td 
{
}



/************************************************************************************/
/* 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;
}

#kontakt {
	width:100%;
}


