/* Tourismus */
#marginal {
  background-position: 4px bottom;
  background-repeat:no-repeat;
}
/* Navigation */
#navigation {
	background-repeat: repeat-y;
 	background-image : url(img/nav/background_tourismus.gif) !important;
}

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

/* Trennlinien in Marginalspalte */

.trennlinie {
  border-bottom		: 1px solid #b7dbd9;
}

/* Tabellen */

.table_title td {
  background-color	: #61B942 !important;
}

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

/* CSS-Styles im WYSIWYG */
.Daten {
  background-color:#e2f3f0;	/* hat nun den Wert 20 (vorher: #d5e9e8) */
}

/* mehr_link */

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

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

