/*---------------------------------------------------------*/
/* CSS Datei für www.fewo-in-haffkrug.de			   */
/* (C) Copyright Horstkotte 2009			   */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* Diese CSS Datei gehört zur Index Seite		   */
/*---------------------------------------------------------*/


/*---------------------------------------------------------*/
/* keine Rahmenumrandung des bodys			   */
/*---------------------------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
}


/*---------------------------------------------------------*/
/* Innenboxen gross und klein				   */
/* Spezialfarbe #F79F50;				   */
/*---------------------------------------------------------*/




/*---------------------------------------------------------*/
/* Textboxen                                               */
/*---------------------------------------------------------*/


#text_index_1 {

	position: absolute;
	width: 500px;
	height: 150px; 	
	padding: 0px 0px 0px 0px;
	top: 100px;
	left: 120px;

	border: solid 0px silver;
	}

#text_index_2 {

	position: absolute;
	width: 500px;
	height: 80px; 	
	padding: 0px 0px 0px 0px;
	top: 310px;
	left: 120px;

	border: solid 0px red;
	}

#text_index_3 {

	position: absolute;
	width: 150px;
	height: 125px; 	
	padding: 0px 0px 0px 0px;
	top: 435px;
	left: 800px;

	border: solid 0px red;
	}


#text_index_4 {

	position: absolute;
	width: 550px;
	height: 150px; 	
	padding: 0px 0px 0px 0px;
	top: 100px;
	left: 90px;

	border: solid 0px silver;
	}

#text_index_5 {

	position: absolute;
	width: 500px;
	height: 80px; 	
	padding: 0px 0px 0px 0px;
	top: 220px;
	left: 90px;

	border: solid 0px red;
	}

.bild {
	position: absolute;
	top: 150px;
	left: 2px;
	}



