/*Tabellenlayout für contenttable-0 - Noch nicht formatierte Zellen müssen weiter hinzugefügt werden*/
/*Einzelne Reihen start 
	Es wird in gerade und ungerade Reihen / 2. Zelle unterschieden.
	die erste Zelle wird über das Tabellenlayout formatiert.
*/


.contenttable-0 tr.tr-odd td {
	background-color:#eaeaea;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

.contenttable-1 tr.tr-odd td {
	background-color:#eaeaea;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

.contenttable-0 tr.tr-even td {
	background-color:#e1e1e1;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

/*###############################*/
/*Einzelne Reihen end*/
.function_table tr td {
	font-weight:normal;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.function_table td {
        text-align:center;
}
.function_table .td-0 {
        text-align:left;
}


.function_table tr.tr-0 td,
.onlinebanking tr.tr-0 td,
.portale tr.tr-0 td,
.beschreibungen tr.tr-0 td {
	background-color:#444444;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
}

.function_table,
.onlinebanking,
.portale,
.beschreibungen {
	border-collapse:collapse;
	margin-bottom:2em;
	width:100%;
}

.function_table .td-0 { width: 58%; }
.function_table .td-1, .function_table .td-2, .function_table .td-3 { width: 14%; }

.onlinebanking .td-0, 
.onlinebanking .td-1 { width: 50%; text-align: left; }

.portale .td-0 { width: 70%; }
.portale .td-1 { width: 30%; text-align: left; }

.beschreibungen .td-0 { width: 5%; text-align: center; }
.beschreibungen .td-1 { width: 95%; }
