/* ##################### TEXTILIA - Solingen GLOBAL:CSS GRUNDAUFBAU  Stand 25.07.12 ################ */


/* ##### ###############              PAGE =  der eigentliche Auftritt (weisser Kasten)            ############### #### */
/* Hoehe ergibt sich automatisch aus ContentAerea */
/* PageBox ist ein umgebender Container, damit im IE die Seite nicht mit der weissen Linie abschliesst (s. Handbuch) */
#pageBox {
	/*background-color: #cc9999;*/
	height: 100%;		
	width: 100%;
}
#page {
	/*background-color: #ccc;*/
	box-shadow: 2px 2px 2px 2px #666;	/* nicht im IE, da CSS3 */
	height:2899px; /* Hoehe: 680px (index) + 4px wenn box-shadow an ist (Produkte lt. Layout: 1016px) */
	position: relative;	
	left: 23%;
	width: 900px;
}



/* ################################                    CONTENT                       ########################### */

#contentLeft {
	/*background-color: #bde;*/
	background-image: url(../images/basis/hg_menu.png);
	background-repeat: repeat-y;
	border-right: solid 4px #fff;
	float: left;
	height: 2715px;	
	width: 138px; /* + 4px weißer Rand */
}
*html #contentLeft {
	height: 500px;
	width: 142px;
}
	
#mainContent_werkzeuge {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_werkzeuge.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;
}
*html #mainContent {
	height: 500px;
}
	
	#productwerkzeugeTitle {
		color: #000;
		font-size: 1.2em;
		line-height: 0.9em;
		font-style: bold;
		letter-spacing: 3px;
		padding-top: 90px;
		margin-bottom: 5px;
		margin-left: 60px;
		text-align: left;
		text-transform: uppercase;
	}
	
	#productHighSlogan {
		color: #fff;
		font-size: 1.1em;
		line-height: 1.3em;
		letter-spacing: 0.06em;
		margin-left: 118px;
		text-align: center;
	}
	
	#productHighIgel1 {
		/*background-color: #008851;*/
		color: #fff;
		font-size: 0.85em;
		margin: 34px 0px 0px 278px;
		text-align: left;
		width: 478px;
	}	
	#productHighIgel2 {
		/*background-color: #008851;*/
		color: #fff;
		font-size: 0.85em;
		margin: 20px 0px 0px 278px;
		text-align: left;
		width: 478px;
	}
	#productHighIgel3 {
		/*background-color: #008851;*/
		color: #fff;
		font-size: 0.85em;
		margin: 11px 0px 0px 278px;
		text-align: left;
		width: 478px;
	}
	#productHighIgel4 {
		/*background-color: #008851;*/
		color: #fff;
		font-size: 0.85em;
		margin: 33px 0px 0px 278px;
		text-align: left;
		width: 478px;
	}
	
	
#contentText {
    background-color: #008851;
}

/* ###########################		PRODUKT-SEITEN		###################### */
#produktContainer {
	/*background-color: #ffc;*/
	height: 167px;
	margin-bottom: 4px;
	width: 758px;	
}

#produktBox {
	background-color: #fff;
	float: left;
	height: 100%;
	width: 294px;
}

	#name {
		background-color: #000;
		border: solid 0px #fff;
		color: #fff;
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		height: 23px;		/* Hoehe: 35px - 4px border - 5px padding */
		margin-right: 96px;	/* breiteste Schere = 300px, -204px Breite Name */
		padding-top: 8px;
		text-align: center;
		width: 200px;		/* Breite 204px - 4px border */
	}
	*html #name {
		height: 35px;
		margin-right: 91px;
		width: 204px;
	}

	/* ###########################		Definitionen fuer Produktvergroesserung im PopUp-Fenster  	################# */
/* --------- Jedes ProduktImage erhält eine eigene eindeutige ID, mit der das PopUp-Fenster angesprochen wird  ---------------- */
/* --------- Die ID des Div-Containers muss mit der Klasse des <a..>-Tags übereinstimmen ------------ */ 

/* _______________ Produkt / Werkkzeuge/ Noppeisen __________________ */
#produktBox1 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/76112RS115_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge76112RS115 {
}
	a.werkzeuge76112RS115 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge76112RS115:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge76112RS115 span {
		display: none;
	}
	a.werkzeuge76112RS115:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}	
	
	
	/* _______________ Produkt / Werkkzeuge/ Noppeisen mit Dorn __________________ */
#produktBox2 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/75654RS160_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge75654RS160 {
}
	a.werkzeuge75654RS160 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge75654RS160:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge75654RS160 span {
		display: none;
	}
	a.werkzeuge75654RS160:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	/* _______________ Produkt / Werkzeuge/ Noppeisen mit Dorn 2 __________________ */
#produktBox3 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/79112RS125_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge79112RS125{
}
	a.werkzeuge79112RS125 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge79112RS125:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge79112RS125 span {
		display: none;
	}
	a.werkzeuge79112RS125:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	
	/* _______________ Produkt / Werkzeuge/ Putzeisen mit Dorn __________________ */
#produktBox4 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/78216RS135_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge78216RS135{
}
	a.werkzeuge78216RS135 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge78216RS135:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge78216RS135 span {
		display: none;
	}
	a.werkzeuge78216RS135:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	/* _______________ Produkt / Werkzeuge/ Putzeisen mit Kamm __________________ */
#produktBox5 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/79430RS170_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge79430RS170{
}
	a.werkzeuge79430RS170 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge79430RS170:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge79430RS170 span {
		display: none;
	}
	a.werkzeuge79430RS170:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	/* _______________ Produkt / Werkzeuge/ Reißhaken __________________ */
#produktBox6 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/78146PO165_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge78146PO165{
}
	a.werkzeuge78146PO165{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge78146PO165:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge78146PO165 span {
		display: none;
	}
	a.werkzeuge78146PO165:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	
/* _______________ Produkt / Werkzeuge/ Fadenpinzette __________________ */
#produktBox7 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/75931NI160_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge75931NI160{
}
	a.werkzeuge75931NI160{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge75931NI160:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge75931NI160 span {
		display: none;
	}
	a.werkzeuge75931NI160:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.model{
	padding-left: 80px;
	position: absolute;
	top: -30px;
	}
	
	/* _______________ Produkt / Werkzeuge/ pinzette ohne Namen __________________ */
#produktBox8 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/75880NM150_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge75880NM150{
}
	a.werkzeuge75880NM150{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge75880NM150:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge75880NM150 span {
		display: none;
	}
	a.werkzeuge75880NM150:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.model{
	padding-left: 80px;
	position: absolute;
	top: -30px;
	}
	
	/* _______________ Produkt / Werkzeuge/ Pinzette __________________ */
#produktBox9 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/75560NI105_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge75560NI105{
}
	a.werkzeuge75560NI105{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge75560NI105:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge75560NI105 span {
		display: none;
	}
	a.werkzeuge75560NI105:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.model{
	padding-left: 80px;
	position: absolute;
	top: -30px;
	}
	
		/* _______________ Produkt / Werkzeuge/ Einziehhaken __________________ */
#produktBox10 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/79130RS_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge79130RS{
}
	a.werkzeuge79130RS{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge79130RS:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge79130RS span {
		display: none;
	}
	a.werkzeuge79130RS:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.laenge {
	
	padding-left: 20px;
	
	}
	
	/* _______________ Produkt / Werkzeuge/ Rietmesser __________________ */
#produktBox11 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/79511RS_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeuge79511RS{
}
	a.werkzeuge79511RS{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeuge79511RS:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeuge79511RS span {
		display: none;
	}
	a.werkzeuge79511RS:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.laenge {
	padding-left: 20px;
	
	}
	
	/* _______________ Produkt / Werkzeuge/ Einziehhaken_gerade __________________ */
#produktBox12 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/Einz_gerade_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeugeEinz_gerade{
}
	a.werkzeugeEinz_gerade{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeugeEinz_gerade:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeugeEinz_gerade span {
		display: none;
	}
	a.werkzeugeEinz_gerade:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.laenge {
	padding-left: 20px;
	
	}
	
		/* _______________ Produkt / Werkzeuge/ Einziehhaken_Innenbiegung __________________ */
#produktBox13 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/Einz_innen_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeugeEinz_innen{
}
	a.werkzeugeEinz_innen{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeugeEinz_innen:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeugeEinz_innen span {
		display: none;
	}
	a.werkzeugeEinz_innen:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.laenge {
	padding-left: 20px;
	
	}
	
			/* _______________ Produkt / Werkzeuge/ Einziehhaken_Außenbiegung __________________ */
#produktBox14 {
	background-color: #fff;
	background-image: url(../images/produkte/werkzeuge/Einz_aussen_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#werkzeugeEinz_innen{
}
	a.werkzeugeEinz_aussen{
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.werkzeugeEinz_aussen:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.werkzeugeEinz_aussen span {
		display: none;
	}
	a.werkzeugeEinz_aussen:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -193px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	.laenge {
	padding-left: 20px;
	}
	
	.model2{
	padding-left: 80px;
	position: absolute;
	top: -60px;
	}

/* _______________ alte Definition __________________ */
	
	
	#produktImg {
		/*background-color: #fac;*/
		
	}

#artikelBox {
	background-color: #fff;
	float: left;
	height: 100%;
	margin-right: 2px;
	width: 234px;
}
	#artNrTitle {
		/*background-color: #cfc;*/
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		height: 23px;
		padding-left: 17px;
		padding-top: 8px;
		text-align: center;
		width: 100%;		
	}
	*html #artNrTitle {
		height: 35px;
		padding-left: 35px;
	}
	#artNrBox {
		/*background-color: #ccc;*/
		float: left;
		margin-bottom: 10px;
	}
		#artikelArt1 {
			float: left;
			margin-right: 4px;
			width: 38px;
		}
		#artikelArt2 {
			float: left;
			margin-right: 4px;
			width: 38px;
		}
		#artNr {
			background-color: #000;
			border: solid 2px #000;
			color: #fff;
			font-size: 0.9em;
			font-weight: normal;
			float: right;
			height: 16px;		/* Hoehe: 20px - 4px border */
			margin-right: 4px;
			text-align: center;
			width: 142px;		/* Breite: 146px - 4px border */
		}
		*html #artNr {
			width: 146px;
		}
	
#groesseBox {
	background-color: #fff;
	float: left;
	height: 100%;
	margin-right: 2px;
	width: 60px;
}
	#grossTitle {
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		height: 23px;
		padding-top: 8px;
		text-align: center;
		width: 100%;	
	}
	*html #grossTitle {
		height: 35px;
	}
	#grossTextBox {
		/*background-color: #ccc;*/
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}
		#grossText {
			float: left;
			font-size: 0.9em;
			font-weight: normal;
			height: 20px;
			text-align: center;
			width: 100%;	
		}
	

#eigenBox {
	background-color: #fff;
	float: left;
	height: 100%;
	width: 166px;
}
*html #eigenBox {
	width: 165px;
}
	#eigenTitle {
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		height: 23px;
		padding-top: 8px;
		text-align: center;
		width: 100%;	
	}
	*html #eigenTitle {
		height: 35px;
	}
	#eigenTextBox {
		/*background-color: #ccc;*/
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}
		#eigenText {
			/*background-color: #cfc;*/
			float: left;
			font-size: 0.9em;
			font-weight: normal;
			height: 20px;
			text-align: center;
			width: 100%;	
		}

#abschluss {
	background-color: #fff;
	height: 20px;
}	





	
	#contentText ul {
		/*background-color: #ccc;*/
		margin-left: 20px;
		margin-top: -8px;
	}
	*html #contentText ul {
		/*background-color: #ccc;*/
		margin-left: 20px;
		margin-top: 8px;
	}	
		
		
		#contentText {
			background-color: #808080;
			clear: both;
		}
	
	#spalte1 {
		/*background-color: #ccc;*/
		float: left;
		margin-left: 0px;
		margin-top: 8px;
		padding-right: 10px;
		width: 48%;
	}
	#spalte2 {
		/*background-color: #cfc;*/
		float: left;
		margin-bottom: 20px;
		margin-top: 8px;
		width: 50%;
	}
	#spalte3 {
		/*background-color: #ffc;*/
		float: left;
		margin-bottom: 20px;
		/*margin-left: 35px;*/
		margin-top: 8px;
		width: 23%;
	}
	/* spalte4 entspricht spalte1 W3C-Vorgabe (jede id nur einmal)*/
	#spalte4 {
		/*background-color: #ccc;*/
		float: left;
		margin-left: 0px;
		margin-top: 8px;
		padding-right: 10px;
		width: 48%;
	}
	/* spalte5 entspricht spalte2 */
	#spalte5 {
		/*background-color: #cfc;*/
		float: left;
		margin-bottom: 20px;
		margin-top: 8px;
		width: 50%;
	}
	
	#contentRight {		
		/*background-color: #cff;*/
		float: left;
		height: auto;
		min-height: 500px;
		margin-left: 698px;	/* IE: margin wird, wie bei FireFox auf die Weite draufgerechnet */
		/*margin-left: 10px;*/
		/*margin-top: 10px;*/
		margin-right: 4px;
		position: absolute;
		width: 330px;
		/*width: 198px;*/
		z-index: 500;
	}
	*html #contentRight {	
		margin-left: -122px;
	}

