@import url(../../../stylesheets/application.css);

.box { background-color: #eee; }
#main { background-color: #eee; }
table.list th { background-color: #ddd; }
.odd { background-color: #eee; }
#header {
  background-color: #900;
  background-image: url(../images/raktefakt.png);
  background-repeat: no-repeat;
  background-position: left middle; 
}
#header h1 { margin-left: 40px; }
#main-menu li a { background-color: #900; }
#top-menu { background-color: #600; }
#main-menu li a:hover { background-color: #600; }
a, a:link, a:visited { color: #900; }
a, a:hover, a:active { color: #f00; }
div.wiki a.new { color: #955; }
