/* Wir über uns */

.text_color {
	color: #6699cc;
}

#service a {
	background-color: #5b8fcb;
}

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

.background_color_50 {
	background-color: #b2cce5;
}

.background_color_30 {
	background-color: #d1e0f0;
}

.background_color_10 {
	background-color: #eff5fa;
}
h1,h2,h3,h4,h5,h6,tr td {
	color: #000000;
}

a{
	color: #6699cc;
}

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

.bold {
	background-color: #6699cc;
}

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

/* Trennlinien in Marginalspalte */

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


/* Tabellen */

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

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

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

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

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

/* mehr_link */

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

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

/* News Übersicht */

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

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

