/***** CSS an dieser Stelle wirkt sich auf alle Skins für alle Benutzer aus *****/

/* Siehe auch: [[MediaWiki:Monobook.css]] */
/* <pre><nowiki> */

/*** Forum-Formatierung (von -Algorithm und -Splarka) ***/

.forumheader { 
     border: 1px solid #aaaaaa; background-color:#d2691e; 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; 
}


/*** Linkfarben ***/

a {
    color: darkblue; text-decoration: none;
}
a:visited { 
    color: darkorchid; text-decoration: none;
}
a:active { 
    color: darkblue; text-decoration: none;
}
a:hover { 
    color: darkorchid; text-decoration: underline; 
}
a.stub { 
    color: #696969; text-decoration: none;
}


/*** Farben ***/

body 
{
 background-color:  #D2691E;
 color:  black;
}

#content { 
    background-color: khaki; 
    color:  darkslategray;
} 
 
#catlinks {
    border:1px solid khaki;
    background-color: #f8f8ff;
    padding:3px;
    margin-top: 1em;
}


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