/* CSS Document */
/* Hintergrundfarbe */
body, #head
{
  background: #7A6E56;
  /*font-size: 0.9em;*/
}
#head2
{
  height:     150px;
  background: url(../images/kopf_bg.jpg);
}
#head
{
  height:     150px;
  background: url(../images/kopf_vg.jpg) no-repeat;
}
#navi
{
  top:           151px;
}
#main
{
  margin-top: 171px;
  border:     none;
  background: none;
}
#footer
{
  color: #333333;
}
/* Rahmenfarbe */
*
{
  border-color: #FFD878;
}
/* Normale Farbe */
#navi, 
#main_news .news_content,
tr,
.rom_tab_on,
.rom_cs_inhalt
{
  background-color: #D8CBA1;
}
/* 'Kopf'-Farbe */
#navi li.top, 
#main_news .news_right, 
#main_news .news_left, 
th,
.rom_tab_off,
#navi .counter th,
.form_submit,
.addon_head
{
  background: #ADB384;
}
/* 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,
.rom_tab_off:hover
{
  background: #C1BCA3;
}
.tbody:hover,
.rom_tab_off:hover
{
  cursor: pointer;
}
/* Debugging *