/* ##################### 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:2020px; /* 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: 1836px;	
	width: 138px; /* + 4px weißer Rand */
}
*html #contentLeft {
	height: 500px;
	width: 142px;
}
	
#mainContent_profi {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_industrie.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	/*padding-top: 10px;*/
	width: 758px;
}
*html #mainContent_profi {
	height: 500px;
}
	
	#productprofiTitle {
		color: #fff;
		font-size: 1.4em;
		line-height: 1.0em;
		font-style: bold;
		letter-spacing: 5px;
		text-align: center;
		text-transform: uppercase;
		padding-top: 20px;
	}
	
	
	#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: 164px;
	margin-bottom: 4px;
	width: 758px;	
}


	#name {
		background-color: #808080;
		border: solid 2px #008851;
		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 / Industrie / Teppichschere __________________ */
#produktBox1 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/74920PV160_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie74920PV160 {
}
	a.industrie74920PV160 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie74920PV160:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie74920PV160 span {
		display: none;
	}
	a.industrie74920PV160: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 / Industrie / Einringschere __________________ */
#produktBox2 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/73001NI115_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie73001NI115 {
}
	a.industrie73001NI115 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie73001NI115:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie73001NI115 span {
		display: none;
	}
	a.industrie73001NI115: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 / Industrie / Einringschere Teflon __________________ */
#produktBox2_1 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/73001TE115_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie73001TE115 {
}
	a.industrie73001TE115 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie73001TE115:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie73001TE115 span {
		display: none;
	}
	a.industrie73001TE115: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 / Industrie / Allzweckschere __________________ */
#produktBox3 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/73790PC210_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie73790PC210 {
}
	a.industrie73790PC210 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie73790PC210:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie73790PC210 span {
		display: none;
	}
	a.industrie73790PC210: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 / Industrie / Steppschere __________________ */
#produktBox4 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/71227PO160_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie71227PO160 {
}
	a.industrie71227PO160 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.industrie71227PO160:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie71227PO160 span {
		display: none;
	}
	a.industrie71227PO160: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 / Industrie / Lederschere __________________ */
#produktBox5 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/73148PO180_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie73148PO180 {
}
	a.industrie73148PO180 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie73148PO180:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie73148PO180 span {
		display: none;
	}
	a.industrie73148PO180: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 / Industrie / Weberschere __________________ */
#produktBox6 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/75109NI130_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie73148PO180 {
}
	a.industrie75109NI130 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie75109NI130:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie75109NI130 span {
		display: none;
	}
	a.industrie75109NI130: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 / Industrie / Gurtbandschere __________________ */
#produktBox7 {
	background-color: #fff;
	background-image: url(../images/produkte/industrie/70336PC180_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#industrie70336PC180 {
}
	a.industrie70336PC180 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.hindustrie70336PC180:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.industrie70336PC180 span {
		display: none;
	}
	a.industrie70336PC180: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;
	}
	
		/* ############## Alte Definition für den Container der Produkt-Bildes	############## */
	#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: #808080;
			border: solid 2px #008851;
			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;
	}
