/* Presse */

.text_color {
	color: #b5956f;
}

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

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

.background_color_50 {
	background-color: #dacab8;
}

.background_color_30 {
	background-color: #e9dfd4;
}

.background_color_10 {
	background-color: #f8f5f0;
}

a{
	color: #b5956f;
}

h1,h2,h3,h4,h5,h6,tr td {
	color: #000000;
}
body {
 	background-image: url(img/65_background.gif);
}

.bold {
	background-color: #b5956f;
}

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

/* Trennlinien in Marginalspalte */

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


/* Tabellen */

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

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

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

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

/* CSS-Styles im WYSIWYG */
.Daten {
  background-color:#e9dfd4;
}

/* mehr_link */

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

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

/* News Übersicht */

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

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

