

/********************************************************************************
 * Tabellen allgemein
 ********************************************************************************/

table {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	vertical-align : top;
	border-collapse: collapse;
}

table.centered {
	margin-left: auto;
	margin-right: auto;
}

td {
	padding: 0px;
	margin: 0px;
	background-color: #fffcec;
}

/***************************
*     template table       *
****************************/
/* this is for the template table*/
.tbltop{
  background-color: #ff0000;
  padding: 3px;
}

.tblheader{
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  margin: 3px;
}

.tblnorm{
  padding: 1px;
  border-color: #ffff00;
}

.tblcontent{
  padding: 3px;
  background-color: #00ff00;
}


/***************************/

.maintable, .maintable table {
clear: both;
width: 650px;
}

.half_cent {
  width:325px;
}

.full_cent {
  width:650px;
}
