
/* ================================================ */

body {
  background-image:url(images/index/background.gif);
  background-repeat:repeat-x;
  background-color:#144F8B;
}
.left {
  width: 615px;
  background-image: url(images/index/angebot-bg.gif);
  background-repeat:no-repeat;
  padding: 75px 0 0 45px; 
}
h1, h2, h3 {
  color: #C72A4B;
  margin: 0;
}
h2 {
  font-size: 26px;
  font-weight: bolder;
  text-indent: 10px;
}
h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
}
.angebot {
  display: block;
  width: 550px;
  height: 285px;
  margin-top: 9px;
  font-size: 24px;
  color: #2B84C5;
  font-weight: bold;
  line-height: 25px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.text {
   margin: 0 0 0 295px;
   padding-top: 40px;
}
.text strong {
  font-size: 25px;
  color: #C72A4B;
}
.preis {
  font-size: 25px;
  margin: 4px 0 0 80px;
}
.right {
  /*background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom left;*/
}

/* =======================================
	SEO TEXT
======================================= */

.text_index_seo
	{
	color: #FFF;
	width: 580px;
	margin-left: 45px;
	}
	.text_index_seo a:hover
		{
		color: #CC2050;
		}
	.text_index_seo h1,
	.text_index_seo h2,
	.text_index_seo h3,
	.text_index_seo h4
		{
		font-weight: bold;
		color: #FFF;
		font-size: 13px;
		white-space: nowrap;
		display: inline;
		line-height: normal;
		text-indent: 0;
		}
	* html .text_index_seo h2	/* IE7 */
		{
		margin-right: 5px;
		}