/*-------contenttable--------*/
.table {
width:590px;
}
table.tecdata {
width:560px;
margin-left:auto; margin-right:auto;

}

table.tecdata caption {
width:560px;
margin-left:auto; margin-right:auto;
background-image: url(/fileadmin/templates/headertabelle.jpg);
background-repeat:no-repeat; 
font-size: 16px; 
color: maroon;
font-weight: bold;
padding:8px;
padding-top: 14px;

}
table.tecdata tr .td-0{
color: maroon;
font-size: 12px; 
font-weight: bold;
}

.tr-even {
background:#EAEAEA;

}
.tr-odd {
background:#F7F7F7;

}
table.tecdata td.td-0 {
vertical-align: top;
background:silver;
font-weight:bold;
color: maroon;
padding:4px;
}

table.tecdata td.td-1 {
padding:4px;
line-height:140%;
}
/*-------contenttable--------*/