/* Table Styles */

table.tabelle-40prozent{
width:40%;
}
table.tabelle-50prozent{
width:50%;
}
table.tabelle-60prozent{
width:60%;
}
table.tabelle-70prozent{
width:70%;
}
table.tabelle-80prozent{
width:80%;
}
table.tabelle-90prozent{
width:90%;
}
table.tabelle-100prozent{
width:100%;
}
tr.zeile-gerade{
background-color:#ddd;
}
tr.zeile-ungerade{
background-color:#aaa;
}
tr.kopf-zeile{
background-color:#666;
color:white;
}
td.zelle-gerade{
background-color:#ddd;
}
td.zelle-ungerade{
background-color:#aaa;
}
table.bordered td, table.bordered th {
	border: 1px solid #666666;
}