/* <pre><nowiki> */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Siehe auch: [[MediaWiki:Monobook.css]] */

/*** Forum-Formatierung (von -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; 
}

/*** Hauptseiten CSS ***/

.hs-box {
     border:1px solid #4a4a4a;
     border-top:0px solid #ffffff;
     background-color:#ffffff;
     margin-bottom:0.8em;
     padding:0.2em 0.8em 0.1em 0.8em;
}

 /* Ausklappen per Mauklick (s.a. [[MediaWiki:Common.js]] */
 
 .klapp {
      cursor: pointer;
 }
 span.klapp {
      text-decoration: none;
      color: #002bb8;
      background: none;
      }
 
 span.klapp:hover {
      text-decoration: underline;
      }

 /* Drag & Drop (Test) */
 .jstest{
      position:relative;
      cursor:move;
      z-index: 100;
      padding:20px 45px 20px 0px;
      border-width:1px;
      }

/* Eigene Klassen für Spoiler */
.Head_bg
{
   text-align: center;
   vertical-align: middle;
   font-size: 15px;
   background-color: #ffe3e3;
   width: 400px;
   font-weight: bold;
   color: #ff0000;
}
a.Head_UnSpoil
{
   display: inline;
}
a.Head_Spoil
{
   display: none;
}
.UnSpoiler
{
   display: inline;
}
.Spoiler
{
   display: none;
}
/* Für Togglen */
.unToggle
{
   display: inline;
}
.toToggle
{
   display: none;
}
/* Für Wusstest du dass */
.iKnow
{
   display: inline;
}
.DidYouKnow
{
   display: none;
}
body
{
   background-image: url(http://images1.wikia.nocookie.net/denaruto3/de/images/1/1f/Background.jpg);
   background-position: 0 0;
   background-repeat: repeat-x;
   background-color: #0680CC;
   border: 0;
   height: 250px;
}
#content {
   position: relative;
   top: 12em;
   margin-bottom: 10em;
}
#p-cactions
{
   top: 14em;
}
#footer
{
   vertical-align: bottom;
   margin-top: 10em;
}
#p-logo 
{
   background: none;
   left: 60px;
   top: 15px;
   width: 800px;
   height: 150px;
}
#p-logo a
{
   display: none;
}
#p-navigation
{
   margin-top: 13px;
}
.pBody
{
   background-color: #FFFFFF;
}
/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* </pre></nowiki> */