/* ##################### 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: 2357px; /* Hoehe: 680px (index) + 4px wenn box-shadow an ist (Produkte lt. Layout: 1016px) */
	position: relative;	
	left: 23%;
	width: 900px;
}



/* ################################                    CONTENT                       ########################### */
#contentArea {
	/*background-color: #fc0;*/
	/*height: auto;*/
	height: 500px;	/* standardhoehe für Startseite index - die anderen Seiten in HTML definieren */
	margin: 0px 0px 0px 0px;	
}
*html #contentArea {
	height: 0px;
}


#contentLeft {
	/*background-color: #bde;*/
	background-image: url(../images/basis/hg_menu.png);
	background-repeat: repeat-y;
	border-right: solid 4px #fff;
	float: left;
	height: 2172px;	
	width: 138px; /* + 4px weißer Rand */
}
*html #contentLeft {
	height: 2176px;
	width: 142px;
}

#mainContent_hightec {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_hightec.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	/*padding-top: 10px;*/
	width: 758px;
	height: 496px;
}
	

	#productHighTitle {
		color: #9cf7d2;
		font-size: 2.0em;
		font-style: normal;
		font-weight: 100;
		letter-spacing: 5px;
		margin-bottom: 12px;
		text-align: center;
		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: 164px;
	margin-bottom: 4px;
	width: 758px;	
}


	#name {
		background-color: #008851;
		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 / High Tec / Zuschneideschere1 __________________ */
#produktBox1 {
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/72887TEV260-web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#highTec72887TEV260 {
}
	a.highTec72887TEV260 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec72887TEV260:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec72887TEV260 span {
		display: none;
	}
	a.highTec72887TEV260: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 / High Tec / Zuschneideschere2 __________________ */
#produktBox2 {
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/72887TEV260-web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#highTec72887TEV260 {
}
	a.highTec72887TEV260 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec72887TEV260:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec72887TEV260 span {
		display: none;
	}
	a.highTec72887TEV260: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 / High Tec / Zuschneideschere Linkshand __________________ */
#produktBox3 {
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/72999TEV260-web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#highTec72999TEV260{
}
	a.highTec72999TEV260 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec72999TEV260:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec72999TEV260 span {
		display: none;
	}
	a.highTec72999TEV260: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: -250px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	

/* _______________ Produkt / High Tec / Allzweckschere __________________ */
	#produktBox4{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/73791TEV210-web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec73791TEV210 {
	
}
	a.highTec73791TEV210 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec73791TEV210:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec73791TEV210 span {
		display: none;
	}
	a.highTec73791TEV210:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
/* _______________ Produkt / High Tec / Teppichputzschere __________________ */
	#produktBox5{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/74920TEV160_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec74920TEV160 {
	
}
	a.highTec74920TEV160 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec74920TEV160:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec74920TEV160 span {
		display: none;
	}

	a.highTec74920TEV160:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
	/* _______________ Produkt / High Tec / Weberschere1 __________________ */
	#produktBox6{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/75108TEV130-web.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec75108TEV130 {
	
}
	a.highTec75108TEV130 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec75108TEV130:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec75108TEV130 span {
		display: none;
	}

	a.highTec75108TEV130:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
		/* _______________ Produkt / High Tec / Weberschere2__________________ */
	#produktBox7{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/71227TEV160-web.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec71227TEV160 {
	
}
	a.highTec71227TEV160 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec71227TEV160:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec71227TEV160 span {
		display: none;
	}

	a.highTec71227TEV160:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
			/* _______________ Produkt / High Tec / Weberschere3__________________ */
	#produktBox8{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/74386TEV11523-web.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec74386TEV115 {
	
}
	a.highTec74386TEV115 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec74386TEV115:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec74386TEV115 span {
		display: none;
	}

	a.highTec74386TEV115:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}
	
			/* _______________ Produkt / High Tec / Einringschere__________________ */
	#produktBox9{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/73001TEV115-web.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec71227TEV160 {
	
}
	a.highTec73001TEV115 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec73001TEV115:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec73001TEV115 span {
		display: none;
	}

	a.highTec73001TEV115:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 750px;
	}

				/* _______________ Produkt / High Tec / Taschenschere__________________ */
	#produktBox10{
	background-color: #fff;
	background-image: url(../images/produkte/high-tec/70620TEV105-web.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 100%;
	width: 294px;
}

#highTec71227TEV160 {
	
}
	a.highTec70620TEV105 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.highTec70620TEV105:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.highTec70620TEV105 span {
		display: none;
	}

	a.highTec70620TEV105:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -200px;
		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: #008851;
			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;
	}


/* ##############################			HEADLINES			############################## */
/* war vorher #title */
H1 {
	color: #369;	/*326699 - farbe dreieck*/
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 2px;
}

/* war vorher p.strong Zwischenheadlines im Text */
H2 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
}

/* war vorher h2 Headlines Presse/News */
H3 {
	color: #000;				/*#005aa9;*/
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 0px;
}
#title {
			/*background-color: #adf;*/
			color: #369;	/*264f7a - farbe dreieck*/
			font-weight: bold;
			float: left;
			margin-top: 2px;
		}		

