/* Table normal */
.contenttable{
	border: 1px solid #cecece;
	border-collapse:collapse;
	font-size:10px;
}

.contenttable td {
	padding-left:3px;padding-right:3px;padding-top:4px;padding-bottom:4px;
	text-align:center;
	border:0px;
	border-right: 1px solid #cecece;
}

 span.small {font-weight:normal;}

.contenttable-0 { width:100%; }


.contenttable tr.tr-0  {
	vertical-align:top;
	font-weight:bold;
	text-align:left;
	border:1px solid #cecece!important;
}

.contenttable tr:hover{
	background:#d2232a;
	color:#fff;
}

.td-0{
	color:#6f6e6e;
	background:#f2f2f2;
	white-space:nowrap;
	padding:3px;
	font-weight:bold; 
	text-align:left!important;
	border-right: 1px solid #cecece;
}


/*Anpassungen Table 1 + 3
	Border unter der ersten Zeile und der Letzen
	Weißes Feld links oben und links unten
 */
 
 
.contenttable-1 {width:100%;}

.contenttable-1 .tr-0 td.td-0, .contenttable-3 .tr-0 td.td-0 {
	background:#fff;
}

.contenttable-1 .tr-last td.td-0, .contenttable-3 .tr-last td.td-0{
	background:#fff;	
}

.contenttable-1 .tr-last td, .contenttable-3 .tr-last td  {
	border-top:1px solid #cecece;
	
}




/* Anpassung Tabelle NR 4 
  Nur erste Zeile abgehoben
*/

.contenttable-4
	{
	width:100%;	
	}

.contenttable-4 td
	{
	background:#fff;	
	font-weight: normal;
	text-align:left;
	padding-left:8px;
	}
	
.contenttable-4 td.td-2
	{
	text-align:center;
	}	
	

.contenttable-4 .tr-0 td
	{
		background:#F2F2F2!important;
		font-weight:bold!important;
		color:#6f6e6e!important;
	}


.contenttable-4 tr:hover td{
	background:#d2232a;
	color:#fff;
}

.contenttable-4 tr-0:hover td{
	background:#F2F2F2;
	
}







