/* Tables */

table.contenttable {
	border-collapse: separate;
	border-spacing: 2px;       
}

table.contenttable caption {
	text-align: left;  
	padding-left: 2px;
}

/* Standard Table with alternating colors */
table.standardTabelle th,
table.standardTabelle100 th {
	padding: 5px;
	background-color: #7C6A8E;
    color: #FFFFFF;
}

table.standardTabelle tbody .tr-even td,
table.standardTabelle100 tbody .tr-even td {
	background-color: #F0F0F0;
}

table.standardTabelle tbody .tr-odd td,
table.standardTabelle100 tbody .tr-odd td {
	background-color: #DBDBDB;
}

table.standardTabelle tbody td,
table.standardTabelle100 tbody td {
	padding: 3px;
}

/* Table without alternating colors */
table.ohneReihen th,
table.ohneReihen100 th {
	padding: 5px;
	background-color: #7C6A8E;
    color: #FFFFFF;    
}

table.ohneReihen .tr-even td,
table.ohneReihen100 .tr-even td {
	background-color: #F0F0F0;
}

table.ohneReihen .tr-odd td,
table.ohneReihen100 .tr-odd td {
	background-color: #F0F0F0;
}

table.ohneReihen tbody td,
table.ohneReihen100 tbody td {
	padding: 3px;
}

table.ohneReihen100,
table.standardTabelle100 {
	width: 100%;
}

table th,
table th label,
table thead {
	text-align: left;
}