/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

table.prettytable {
   margin:1em 1em 1em 0;
   border-collapse:collapse;
   border-spacing:0;
   empty-cells:show;
}

table.prettytable td, table.prettytable th {
    padding:4px;
    border:1px solid #000;
}

.versteckte-liste ul {
    list-style:none;
    margin:0.3em 0 0.3em;
}

.versteckte-liste li {
    list-style:none;
}

/* Onlinewelten-Leiste */

.skin-monobook #p-logo {
        top: 28px;
}

.skin-monobook  #p-personal {
        top: 28px;
}

.skin-monobook  #p-cactions {
        margin-top: 28px;
}

/* Großschreibung der Menüelemente wiederherstellen */

#p-cactions li a, .portlet h5, .portlet h6, #p-personal ul {
        text-transform: none;
}

/* Button für das Verstecken von Versionen */
button.mw-history-revisiondelete-button {
	height:22px;
	padding:0.3em;
	padding-top:0;
}

/* HAUPTSEITENSKIN */

.hs-kasten
{
  border-width: 4px;
  border-style: solid;
  border-top-width: 0;
  padding: 0px 6px 4px;
  background-color: white;
}

.hs-kasten p
{
  padding: 0;
  margin: 0;
}

.hs-kasten a, .hs-kasten ul, .hs-kasten li
{
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  list-style-image: none;
  list-style-type: none;
}

.fc-right
{
  float: right;
  clear: right;
}

.fc-left
{
  float: left;
  clear: left;
}

body.page-Hauptseite h1.firstHeading
{
  display: none;
}

.hs-exttype {
  font-family: 'Lucida Console', 'Courier New', Monospace;
  color: #555;
  font-size: 9pt;
  font-weight: bold;
  padding-right: 2px;
  cursor: help;
}

.hs-datum {
  font-size: 7pt;
  color: #444;
}

.hs-kasten small {
  font-size: 7pt;
}

/* Schachbrett-Muster als Hintergrund für Bildervorschau, damit man die Transparenz erkennen kann */
#file img {
  background: url('http://www.guildwiki.de/gwiki/images/c/c3/Schachbrett.png');
}