
/* Contentfläche */

	#feld p{
	float: left;
	}
	
	.teaser{
	float: left;
	height: 160px;
	width: 896px;
	}
	
	.teaserlabel{	
	position:absolute; top: 266px; left:144px;
	}

	
	#produktauswahl{
	margin: 32px 0 0px 48px;
	width: 448px;
	}
	
	.produktfeld{
	float: left;
	margin: 32px 0 16px 0;			/* Abstand zwischen den Produktkategorien */
	padding: 0px 0px 0px 32px;
	width: 416px;	
	}
	
	.produktzeile{
	float:left;
	margin: 0;
	padding: 0;		
	display: inline;
	width:100%;
	}
	
	.produktcontainer{
	float:left;
	margin: 0;
	padding: 0 0 36px 0;		
	display: inline;
	width:50%;
	}
	
	.produktcontainer a img{
	float: left;
	margin: 0;
	padding: 16px 16px 8px 16px;		/* Abstand um die Bilder*/
	display: inline;
	max-width: 176px;
	/* width:expression(imgWidth < 30 ? "80px" : imgWidth >176 ? "176px" : "auto"); */  /* Fix für den IE aber Pfad zum Bildobjekt unbestimmt */
	max-height: 176px;
	/* height:expression(document.body.  > 176? "150px": "auto" ); */
	}
	
	.produktcontainer p{
	float: left;
	}
	
	.produktlink{
	float: left;
	margin: 0;
	padding: 0px 0px 0px 22px;	/* Abstand zwischen Pfeil und Link */
	display: inline; 		/* fixt den Bug der Randverdopplung im IE/Win */
	background: url(../images/pfeilblau.gif) no-repeat;
	width: 50%;
	}
	
	.zubehlink{
	float: left;
	margin: 0;
	padding: 0px 0px 0px 22px;	/* Abstand zwischen Pfeil und Link */
	display: inline; 		/* fixt den Bug der Randverdopplung im IE/Win */
	background: url(../images/pfeilblau.gif) no-repeat;
	width: 100%;
	}		

	.zubehoercontainer p{
	float: left;
	width: 400px;
	}

  	.zubehoercontainer{
	float:left;
	margin: 0;
	padding: 0;		
	display: inline;
	}
	
	.zubehoercontainer p{
	float:clear;
	}
	
	.zubehoerlink{
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;	/* Abstand zwischen Pfeil und Link */
	display: inline; 		/* fixt den Bug der Randverdopplung im IE/Win */
	/* background: url(../images/pfeilblau.gif) no-repeat; */
	}
	
	.backbutton{
	float: left;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 22px;			/* Abstand zwischen Pfeil und Link */
	display: inline; 				/* fixt den Bug der Randverdopplung im IE/Win */
	background: url(../images/back.gif) no-repeat;
	
	}	
	

	 
/*---------------------------------------------------*/	
/* linke Spalte */
/*---------------------------------------------------*/

#ausbildung{
	float: left;
	margin: 18px 0px 0px 5px;
	padding: 51px 0px 1292px 0px;
	overflow: hidden;
	background-image: url(../images/ausbildung.jpg);
	background-repeat: no-repeat;
	background-color: #3C89AF;
	height: 0px !important;
	height /**/:51px;
	width: 130px;
	display: inline; 		/* fixt den Bug der Randverdopplung im IE/Win */
	}

/*---------------------------------------------------*/	

/* rechte Spalte (Linklisten) */

/*---------------------------------------------------*/




/*---------------------------------------------------*/	
/* Footer (janzunten) */
/*---------------------------------------------------*/	

.clearer {clear: left; line-height: 0; height: 0;}

#footer{
	float: left;
	/* clear: both; */
}	
