/* ##################### 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:1273px; /* 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: 1090px;	
	width: 138px; /* + 4px weißer Rand */
}
*html #contentLeft {
	height: 1076px;
	width: 142px;
}
	
#mainContent_maschinen {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_maschinen.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;
}
*html #mainContent {
	height: 500px;
}
	
	#productmaschinenTitle {
		color: #000;
		font-size: 1.2em;
		line-height: 0.9em;
		font-style: bold;
		letter-spacing: 2px;
		padding-top: 10px;
		margin-bottom: 5px;
		margin-left: 40px;
		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;
	height: 594px;
}

/* ###########################		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: #008851;
		border: solid 0px #fff;
		color: #000;
		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 / WAkku MB 60 __________________ */
#produktBox1 {
	background-color: #fff;
	background-image: url(../images/produkte/maschinen/AKKU_MB_60_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#maschinen76112RS115 {
}
	a.maschine1 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.maschine1:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.maschine1 span {
		display: none;
	}
	a.maschine1: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: 500px;
	}	
	
	
	/* _______________ Produkt / Novita Super __________________ */
#produktBox2 {
	background-color: #fff;
	background-image: url(../images/produkte/maschinen/Novita_Super_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 294px;
}
	
#maschinen75654RS160 {
}
	a.maschine2 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.maschine2:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.maschine2 span {
		display: none;
	}
	a.maschine2: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: 500px;
	}
	
	/* _______________ Produkt / BOM 101 __________________ */
#produktBox3 {
	background-color: #fff;
	background-image: url(../images/produkte/maschinen/BOM_101_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 151%;
	width: 294px;
}
	
#maschine3{
}
	a.maschine3 {
		/*background-color: #ff0;*/
		color: #2D006B;
		position: relative;
		z-index: 1;	
		text-decoration: none;
	}
	a.maschine3:hover {
		/*background-color: #C0FF3E;*/
		z-index: 2;
	}
	a.maschine3 span {
		display: none;
	}
	a.maschine3:hover span {
		background-color: #fff;
		border: 1px solid #51514f;
		color: #333;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		position: absolute;
		top: -620px;
		left: 50px;
		padding: 10px;
		text-align: left;
		width: 500px;
	}

/* _______________ alte Definition __________________ */
	
	
	#produktImg {
		/*background-color: #fac;*/
		
	}

#artikelBox {
	background-color: #fff;
	float: left;
	height: 100%;
	margin-right: 2px;
	width: 234px;
}

#artikelBox_maschine3 {
	background-color: #fff;
	float: left;
	height: 151%;
	margin-right: 2px;
	width: 234px;
}

	#artNrTitle {
		/*background-color: #cfc;*/
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		height: 23px;
		padding-left: 45px;
		padding-top: 8px;
		text-align: left;
		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: left;
			height: 16px;		/* Hoehe: 20px - 4px border */
			margin-right: 4px;
			text-align: center;
			width: 142px;		/* Breite: 146px - 4px border */
		}
		*html #artNr {
			width: 146px;
		}
	
#beschreibung {
	background-color: #fff;
	font-size: 0.9em;
	height: 60px;
	margin-right: 2px;
	margin-top: 5px;
	float: left;
	width: 230px;
}
	#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_maschine3 {
	background-color: #fff;
	float: left;
	height: 151%;
	width: 228px;
}
*html #eigenBox-maschine3 {
	width: 229px;
}
	
	#eigenBox {
	background-color: #fff;
	float: left;
	height: 100%;
	width: 228px;
}
*html #eigenBox {
	width: 229px;
}
	#eigenTitle_maschinen {
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		height: 23px;
		padding-top: 8px;
		text-align: left;
		text-decoration: underline;
		padding-left: 20px;
		width: 100%;	
	}
	*html #eigenTitle_maschinen {
		height: 35px;
	}
	#eigenTextBox_maschinen {
		/*background-color: #ccc;*/
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}
		#eigenText_maschinen {
			/*background-color: #cfc;*/
			float: left;
			font-size: 0.9em;
			font-weight: normal;
			line-height: 18px;
			height: 10px;
			text-align: left;
			padding-left: 20px;
			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;
	}

