body
{
  background-color:#333333;
}
body,th,td,p
{
  color:#A9B062;
  font-family:Verdana,Helvetica,sans-serif;
  font-size:11px;
  line-height: 14px;
}

a:link { text-decoration:none; color:#A9B062; }
a:visited { text-decoration:none; color:#A9B062; }
a:hover { text-decoration:underline; color:#A9B062;}
a:active { text-decoration:underline; color:#A9B062; }

.menu1                        /* 1. Spalte */
{
  background-color:#1f1f21;
}
.menu2                        /* 2. u. 3. Spalte */
{
  background-color:#191919;
}
.green_head                   /* Der grüne Balken */
{
  background-color:#747645;
  height;30px;
}
.menu_spacing                 /* Abstand aller Spalten zum Grünen Balken */
{
  height:11px;
}
.item_light_green
{
	background-color:#A6AB57;
	color:#282804;
	height:26px;
	vertical-align:middle;
	padding-left:26px;
	font-weight:bold;
}
.item_gray
{
  background-color:#343434;
  height:26px;
  vertical-align:middle;
  padding-left:26px;
  font-weight:bold;
}
.a_gray                       /* ..und die Links darauf */
{
  color:#A9B062;
  text-decoration:none;
}
.space_between_items          /* Abstand zw. 2 Menu-Balken */
{
  height:22px;
}
.space_inside_items           /* Abstand Balken - Inhalt */
{
  height:18px;
}
.item_content                 /* Links */
{
  color:#A9B062;
  text-decoration:none;
}
.item_content:hover
{
  color:#A9B062;
  text-decoration:underline;
}

