table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	vertical-align: top;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.maintab {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
//	border: 1px solid #000; 
}

td.maintabhead {
	text-align: center;
//	font-family: 'Times New Roman',Times,serif; 
//	font-size: 200%;
	background: #E6EDF5;
	color: #4F76A3;
	font-weight: bold;
	font-size: 200% !important;
}

td.maintabhead2 {
	text-align: center;
//	font-family: 'Times New Roman',Times,serif; 
	background: #E6EDF5;
	color: #4F76A3;
	font-weight: bold;
	font-size: 120% !important;
}
	
td.wertungline {
	text-align: center;
//	border: 1px solid #000;
//	font-family: 'Times New Roman',Times,serif;
	background: #4F76A3;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}

table.detailtab {
	border-collapse:collapse;
	width: 100%;
//	border: 1px solid #000; 
}

td.sexline {
	text-align: center;
//	border: 1px solid #000;
//	font-family: 'Times New Roman',Times,serif; 
	background: #4F76A3;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}

tr.detailhead  td{
	background: #b4d2f5;
	color: #4F76A3; 
	font-weight: bold;
	font-size: 90%;
}

tr.detail td {
	color: #4F76A3;
	font-size: 80%;
}

tr.detaileven td {
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 80%;
} 