

/********************************************************************************
 * 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;
}

/***************************
*     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;
}

.td_left_form {
	padding-top: 10px;	
}


.td_right_form {
	padding-top: 15px;	
}

.td_right_form_min {
	padding-top: 5px;	
}

.ansicht {
	padding-top:5px;
	font-weight: bold;
	padding-right: 10px;
}

.ansicht_rechts {
	padding-top:5px;
}
