/* Patienten */

.text_color {
	color: #b7b76f;
}

#service a {
	background-color: #c6c58d;
}

.background_color, #marginal hr {
	background-color: #b7b76f;
}

.background_color_50 {
	background-color: #dbdbb7;
}

.background_color_30 {
	background-color: #f0f0e2; /* hat nun den Wert 20 (vorher: #e9e9d4) */
}

.background_color_10 {
	background-color: #f8f8f0;   248 248 240
}

a{
	color: #b7b76f;
}
h1,h2,h3,h4,h5,h6,tr td {
	color: #000000;
}

body {
 	background-image: url(img/59_background.gif);
}

.bold {
	background-color: #b7b76f;
}

#marginal {
  background-image:url('img/59_marginal.gif') !important;
  background-position: 4px bottom;
  background-repeat:no-repeat;
}

/* Trennlinien in Marginalspalte */

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


/* Tabellen */

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

table td {
  border-left		: 1px solid #dbdbb7;
  border-right		: 1px solid #dbdbb7;
  border-bottom		: 1px solid #dbdbb7;
}

.first_t {
  border-left		: 1px solid #b7b76f !important;
}

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

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

/* 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 #b7b76f;
  border-right	: 1px solid #666666;
  border-bottom	: 1px solid #666666;
  border-left	: 1px solid #b7b76f;
  background-color:	#b7b76f;
  color			: #ffffff;
}

/* News Übersicht */

.news_table td {
  border-bottom			: 1px solid #b7b76f;
  border-left			: 1px solid #b7b76f;
}

/* roter Suche-Button */
input.button_red {
  border: 1px solid #F8F8F0;
}

