/* Body */
body{

  margin: 0px 0 0 0px;

  font-family: "Trebuchet MS", Arial;
  font-weight: normal;
  list-style: none;
  font-size: 12px;
  line-height: 22px;
  top: center;
  background-image:url(../images/background.png);
  background-repeat:repeat-x;
  text-align:center;
}
/* Body Ende */
/*--------------------------------------------------*/
/* Hauptframe */
/**
 * Hier wird der Blaue Rahmen um die Bilder im internet Explorer Entfernt
**/

.header{

  background-image:url(../images/header.png);
  width:863px;
  height:349px;
  background-repeat:no-repeat;

}



.rechts{
	margin: -5px 0 0 0;
}

.mitte_schatten{

  background-image:url(../images/balken-schatten.png);
  width:626px;
  height:4px;
  background-repeat:no-repeat;
  margin:0px 5px 0 25px;

}

.text_hintergrund{
	background-image:url(../images/balken-streifen.png);
	background-repeat:repeat-y;
	width:626px;
	min-height:200px;
	margin:0px 5px 0 25px;
}

.text_mitte{
	text-align:left;
	padding:20px 30px 0 25px;
}

.mitte_unten_rand{
	background-image:url(../images/balken-abschluss.png);
	background-repeat:repeat-y;
	width:626px;
	height:19px;
	margin:0px 5px 0 25px;
}

.aktion_des_monats{
  background-image:url(../images/aktion-button.png);
  width:180px;
  height:143px;
  background-repeat:no-repeat;
}

.architekten_bauplaner{
  background-image:url(../images/architekten-sign.png);
  width:173px;
  height:138px;
  background-repeat:no-repeat;
}

A:link { text-decoration: none; color: #4c4c4c  }
A:visited { text-decoration: none; color: #4c4c4c }
A:active { text-decoration: none; color: #4c4c4c }
A:hover { text-decoration: underline; color: #4c4c4c }
A:focus { outline: none; }
