/* Wirtschaft */
#marginal {
  background-position: 4px bottom;
  background-repeat:no-repeat;
}

/* Navigation */
#navigation {
	background-repeat: repeat-y;
 	background-image : url(img/nav/background_wirtschaft.gif) !important;
}

.background_color_50
{
	background-color : #e03d3d !important;
}

/* Trennlinien in Marginalspalte */
.trennlinie {
  border-bottom		: 1px solid #dbdbb7;
}

/* Tabellen */
.table_title td {
  background-color	: #E03D3D !important;
}

.farb_wechsel td  {
  background-color	: #f8f8f0 !important;
}

/* mehr_link */
.mehr_buttom {
  padding-right			: 10px;
  text-align			: right;
  background-image		: url(img/double_arrow_yellow.gif);
  background-position	: right 65%;
  background-repeat		: no-repeat;
}

/* Buttons allgemein */
input.button {
  border-top	: 1px solid #E03D3D;
  border-right	: 1px solid #666666;
  border-bottom	: 1px solid #666666;
  border-left	: 1px solid #E03D3D;
  background-color:	#E03D3D;
  color			: #ffffff;
}

