/* CSS Document */
/* Hintergrundfarbe */
body, #head
{
  background: #252E1B;
  /*font-size: 0.9em;*/
}
#head2
{
  height:     150px;
  background: url(../images/bg_sh.jpg);
}
#head
{
  height:     150px;
  background: url(../images/vg_sh.jpg) no-repeat;
}
#navi
{
  top:           151px;
}
#main
{
  margin-top: 171px;
  border:     none;
  background: none;
}
#footer
{
  color: #777;
}
/* Rahmenfarbe */
#navi,
#navi a,
#navi li.top,
#head, 
#main th,
#main td,
.form_submit,
.setup_left,
#main_news .news_foot,
.counter,
#main_userlist,
.counter th,
#main_userlist .ulist_wall
{
  border-color: #FFF778;
}
/* Normale Farbe */
#navi, 
#main_news .news_content,
tr
{
  background: #D0A149;
}
/* 'Kopf'-Farbe */
#navi li.top, 
#main_news .news_right, 
#main_news .news_left, 
th,
#navi .counter th,
.form_submit
{
  background: #9A7C04;
}
/* Elemente ohne Hintergrunfarbe */
.free
{
  background: none;
}
/* Hover Farbe */
#navi a:hover, 
#main_charlist th a:hover, 
#main_charedit th a:hover,
#main_crafterlist th a:hover,
.tbody:hover
{
  background: #CC9933;
}
/* Debugging *
#main
{
  background: #000;
}/***/
