 /* -------------------------------------------------------------------------- */
 /* Diese MediaWiki-Systemnachricht enthält Einstellung für alle Skins         */
 /* -------------------------------------------------------------------------- */

 /* Farbdefinitionen für Rahmen und Hintergründe von Textbausteinen  */
 .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
 	border-color: #aaaaaa;
 	border-width: 1px;
 }
 .rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
 	border-color: #e9e9e9;
 	border-width: 1px;
 }
 .rahmenfarbe3 { /* "Rot", auffällig */
 	border-color: #c00000;
 	border-width: 1px;
 }
 .rahmenfarbe4 { /* Neutrale Farbe, deutlich */
 	border-color: #8888aa;
 	border-width: 1px;
 }
 .rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
 	border-color: #000000;
 	border-width: 1px;
 }
 .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
 	background-color: #f9f9f9;
 }
 .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
 	background-color: #ffffff;
 }
 .hintergrundfarbe3 { /* "Gelb", auffällig */
 	background-color: #ffff40;
 }
 .hintergrundfarbe4 { /* Sehr auffällig */
 	background-color: #ffaa00;
 }
 .hintergrundfarbe5 { /* Neutral, abgesetzt */
 	background-color: #e0e0e0;
 }
 .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 	background-color: #b3b7ff;
 }
 .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 	background-color: #ffcbcb;
 }
 .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 	background-color: #ffebad;
 }
 .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 	background-color: #b9ffc5;
 }

 /* Forum-Formatierung -Algorithm (und -Splarka) */
 .forumheader { 
     border: 1px solid #aaaaaa; background-color: #f9f9f9; margin-top: 0.5em; padding: 10px; 
 }
 .forumlist td.forum_edited a { 
     color: black; text-decoration: none;
 }
 .forumlist td.forum_title a { 
     padding-left: 20px; 
 }
 .forumlist td.forum_title a.forum_new {  
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; 
 }
 .forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
 }
 .forumlist th.forum_title { 
     padding-left: 20px; 
 }

 /* Markierung von Redirects in [[Special:Allpages]] und [[Special:Watchlist]] */
 .allpagesredirect {
        font-style: italic;
 }
 .watchlistredir {
        font-style: italic;
 }

 /* Stylesheet-Ergänzung zu Standard-Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }

 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }

 .NavToggle {
   font-size: x-small;
   float:right;
 }