/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

 table.wikitable {  margin: 1em 1em 1em 0;  background: #f9f9f9;  border: 1px #aaa solid;  border-collapse: collapse;  empty-cells:show; }

 table.wikitable td {  border: 1px #aaa solid;   padding: 0.2em; }
 
 table.wikitable th {  border: 1px #aaa solid;   padding: 0.2em;   background: #f2f2f2;  text-align: center; }
 
 table.wikitable caption {  margin-left: inherit;  margin-right: inherit;  font-weight: bold; }