/*
**  Datei       : textilien.css
**  Funktion    : Speziefisches-Stylesheet
**
*/

@media screen{

	
#hintergund {
	background-color:rgb(190,190,190);
	}
#vordergrund{
	z-index:-1;
	position:absolute;
	left:0;
	width:100%;
	height:600px;
	background-color:white;
	background-image:url(../images/bk_blau.jpg);	
	background-position:top center;
	background-repeat: no-repeat;
	}
#topnav a#nav_textilien, #topnav a:hover#nav_textilien{
	/*background-image:url(../images/textilien_3.gif);*/
	background-position: bottom center;
	}

	
/*
** css fürs laufband
*/	
#laufbandcontainer{
	background-color:white;
	margin:0 0 30px 0;
	padding:6px 0px;
	position:absolute;
	left:28px;
	top:28px;
	}
#laufband{
	overflow:hidden;	/*sonst wird die gesamtbreite der seite=länge des laufbandes*/
	}
#goleft, #goright{
	width:17px;
	height:auto;
	margin:2px;
	}
#band{
	margin-left:-6px;
	}
#band img{
	border:1px solid rgb(236,236,236);
	margin:0;
	padding:0;
	height:84px;
	width:106px;
	margin-left:6px;
	margin-right:6px;
	}
#band img:hover{
	border:1px solid rgb(190,190,190);
	}	
#band img.aktiveicon{
	border:1px solid rgb(124,51,94);
	}

.artikeltext{
	width:629px;
	
	position:absolute;
	top:187px;
	left:28px;
	margin:0;
}

#artikelfooter{		/*Kaufen Link*/
	position:absolute;
	top:541px;
	right:47px;
	}
	


}
