#bildtextAll	{
	position: relative;
	visibility: visible;

	left: 0px;
	top: 5px;
	width: 511px;

	font-size : 12px;
	color : #000000;
	line-height : 17px;
	z-index: 2;
}


#bildAll	{
	position: relative;
	visibility: visible;

	left: 0px;
	top: 0px;
	width: 511px;
	z-index: 1;
}


/* Starttext */
#bildtext1	{
	position: absolute;
	visibility: visible;

	left: 0px;
	top: 0px;	
	width: 506px;

	font-size : 12px;
	line-height : 17px;
	z-index: 2;
}

#bild1	{
	position: absolute;
	visibility: visible;
	background-image:url(../img/innenausbau/kuechenbau/kuechenbau1.jpg);
	background-repeat: no-repeat;

	left: 0px;
	top: 56px;
	width: 467px;
	height: 344px;

	z-index: 1;
}


#bildtext2	{
	position: absolute;
	visibility: hidden;

	left: 0px;
	top: 0px;	
	width: 506px;

	font-size : 12px;
	line-height : 17px;
	z-index: 2;
}

#bild2	{
	position: absolute;
	visibility: hidden;
	background-image: url(../img/innenausbau/kuechenbau/kuechenbau1.jpg);
	background-repeat: no-repeat;

	left: 0px;
	top: 56px;
	width: 467px;
	height: 344px;

	z-index: 1;
}


