 /* Zitate */

 p.Zitat {
 	font-style: normal;
 	margin-bottom: 0em;
 }
 p.cite {
 	margin-top: 0em;
 	padding-left: 1em;
 }



 /* Quellenangaben nicht kursiv, da sie ggf. verschiedene Bestandteile enthalten */

 cite {
 	font-style: normal;
 }



 /* Markierung von Redirects in [[Special:Allpages]] und [[Special:Watchlist]] */

 .allpagesredirect {
        font-style: italic;
 }

 .watchlistredir {
        font-style: italic;
 }



 /* Bug 1583 Korrektur beim Ausdruck von Thumbnails */

 div.tright {
        clear: right;
 }



 /* Einmal gelesene Bestandteile (z.B. in der Sitenotice) ausblenden, sobald css geladen ist */

 #gelesen {
        display:none;
 }



 /* Skinabhängige absolute Positionierungen ausblenden */
 /* Bitte absolute Positionierungen beachten */

 #coordinates_3_ObenRechts, #issnlink, #editcount, #shortcut, #artikelstadium {
    display: none;
 }
 


 /* Überschrift verbergen */
 body.page-Main_Page h1.firstHeading {
  display: none;
 }



 /* Änderungen in Fett markieren */
 
 span.diffchange {
         font-weight: bold;
 }


 
 /* Links nicht unterstreichen */
 
 a {
        text-decoration: none;
 }



 /* body { background: #eee1c8; } */

 body {
 background: #ffffff url(/wiki/multilang/border.jpg) 0 0 repeat-x;
 }



 /* format the catlinks itself */

 p.catlinks {
  color: #333333;
  font-family: Verdana,sans-serif;
  font-size:67%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
 }

 /* format links in the catlinks (as distinguished from ":" and "|") */
 p.catlinks a {
  color:#333333;
 } 



 /* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
 
 div.thumb {
 	border: none;
 }
 div.tright {
 	border: none;
 	margin: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
 	border: none;
 	margin: 0.5em 1.4em 0.8em 0;
 }


 
 /* fromMartialArtsWiki */
 
 #fromMartialArtsWiki {
 	font-size: x-small;
 }


 /* Siehe Diskussionsseite == Hintergrundfarben ==
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {
 	background: inherit;
 }
 */
 
 /* Kategorien etwas schöner darstellen */
 
 #catlinks {
 	border: 0px;
 	border-top: 2px dotted #aaaaaa;
 }


 
 /*  Kategorienseite mit transparentem Hintergrund */
 
 #mw-subcategories table { 
        background-color: transparent; 
 }
 
 #mw-pages         table { 
        background-color: transparent; 
 }


 
 /* Tabellenüberschriften (mit |+) größer und fett */
 
 caption {
 	font-size: 105%;
 	font-weight: bold;
 }
 
 ol.references {
 	font-size:90%;
 }


 
 /* Abschnitt-Bearbeiten-Links */
 .editsection {
 	font-size:70%;
 }



 /* Externhinweis */
 
 #externHinweis {
 	font-size: x-small;
 	text-align: center;
 	padding: 5px;
 }
 
 .NavToggle {
        font-size: x-small;
        float:right;
 }
 
 /*-----------------------------------------------------------------------------*/
 
 /* Absolute Positionierungen */

 
 /* für Editcount */
 
 #editcount {
    display: inline;
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
 }


*/
}
 
 /*-----------------------------------------------------------------------------*/