/* Mitglieder */

.text_color {
	color: #0e407f;
}

#service a {
	/*background-color: #8ac2bf;*/
}

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

.background_color_50 {
	background-color: #9fb3cc;
}

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

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

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

.bold {
	background-color: #0e407f;
}

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

/* Trennlinien in Marginalspalte */

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


/* Tabellen */

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

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

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

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

/* CSS-Styles im WYSIWYG */
.Daten {
  background-color:#cfd9e5;	/* 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 #0e407f;
  border-right	: 1px solid #666666;
  border-bottom	: 1px solid #666666;
  border-left	: 1px solid #0e407f;
  background-color:	#0e407f;
  color			: #ffffff;
}

/* News Übersicht */

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

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

