/* Tabellen mit weniger padding */
div#compacttabs table {
  border: 0px solid #999;
  margin-bottom: 0.5em; 
}
div#compacttabs th {
	background-color: #eee;
	vertical-align: middle;
	padding: 0.3em; 
}
div#compacttabs table caption { 
  font-weight: bold;
}
div#compacttabs tr {
	border-bottom: 1px solid #7192a8; 
}
div#compacttabs td {
	padding: 0.15em 0
}
div#compacttabs td p {
	margin: 0 0 0em 0; 
}

div#captiontabs table {
  border: 0px solid #999;
  margin-bottom: 0.5ex;
}
div#captiontabs th {
	background-color: #eee;
	vertical-align: middle;
	padding: 0.3em; 
}
div#captiontabs table caption { 
  font-weight: bold;
}
div#captiontabs tr {
	border-bottom: 1px solid #7192a8; 
}
div#captiontabs td {
	padding: 0.1em 0.2em
}
div#captiontabs td p {
	margin: 0 0 0em 0; 
}

