/* ##################### TEXTILIA - Solingen GLOBAL:CSS GRUNDAUFBAU  Stand 25.07.12 ################ */

/* ########################     			ALLGEMEINE EINSTELLUNGEN    			####################### */

* {
	
	margin: 0px;
	padding: 0px;	
}

P {
	/*background-color: #cfc;*/
	padding-bottom: 10px;
}

/* Zwischenüberschriften im Text = ALT - jetzt nur noch für größer gestellte Zeilen z.B. Anfahrt Herzlich Willkommen */
P.strong {
	/*background-color: #ccc;*/
	font-weight: bold;
	line-height: 8px; /* dient dazu den padding-bottom des P-Tags (oben) auszutricksen  = Abstand der SubHeader zum Text */
	padding-top: 10px;
}

P.fussnote {
	font-size: 0.8em;
	line-height: 1.3em;
}


a {
	color: #005aa9;
	text-decoration: none;
}

/* momentan nicht in Gebrauch */
hr {
	color: #005aa9;
}


/* ############################## 			AUFBAU 				################################ */

html {
  	background-color: #c0c0c0;	/* Hintergrundfarbe des BrowserFensters */
	font: 13px arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	line-height: 16px;		 	
}

body {
	color: #000;
	text-align: left;
}

/* ##### ###############              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: 940px;		
	width: 100%;
}

#page {
	background-color: #ccc;
	box-shadow: 2px 2px 2px 2px #666;	/* nicht im IE, da CSS3 */
	height: 680px; /* Hoehe: 680px (index) + 4px wenn box-shadow an ist (Produkte lt. Layout: 1016px) */
	position: relative;	
	left: 23%;
	width: 900px;
}

/* ################################			BANNER				########################### */	
#banner {
	/*background-color: red;*/
	background-image: url(../images/banner/hg_schere.png);
	background-repeat: no-repeat;
	height: 164px;
	margin: 0px;		
	width: 900px;
}
/* ###### dies ist der schwarze Balken hinter dem Hauptmenue ###### */
#blackLine {
	background-color: #000;
	border-bottom: solid 4px #008851;
	height: 17px;
}

#slogan {
	/*background-color:#cfc;*/
	color: #999;
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: 37px;
	letter-spacing: 4px;
	margin-left: 6px;
	margin-top: 127px;
	text-align: left;
	text-transform: uppercase;
	width: 475px;	/* Breite 484px -1px margin */
	
}
*html #slogan {
	height: 37px;
	letter-spacing: 5px;
	margin-left: 6px;
	padding-top: 1px;
	width: 472px;
}


#logo {
	float: left;
	height: 70px; 
	margin: 0px 0px 0px 5px;
	width: 204px; /*Breite Logo 204 - 4px*/
						
}

/* ################################                    CONTENT                       ########################### */
#contentArea {
	/*background-color: #fc0;*/
	/*height: auto;*/
	min-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: 496px;	
	width: 138px; /* + 4px weißer Rand */
}
*html #contentLeft {
	height: 500px;
	width: 142px;
}

/* #############		mainContent_xx - dies ist der Inhalt der Seite			######## */
/* 	hier kommt der Text rein - wird nach einzelnen Menuepunkten gesondert definiert		####### */	
#mainContent_philo {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_philo.png);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;	
}
*html #mainContent_philo {
	height: 454px;
}

#mainContent_geschichte {
	/*background-color: #cc9900;*/
	background-image: url(../images/content/hg_geschichte.jpg);
	background-repeat: no-repeat;
	float: left;
	/*padding-top: 10px;*/
	width: 758px;	height: 496px;
}

#mainContent_produktion {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_produktion.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;	
}

#mainContent_produkte {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_hightec.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;	
}


#mainContent_service {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_service.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;	
}

#mainContent_impressum {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_impressum.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 604px;
	/*padding-top: 10px;*/
	width: 758px;	
}
*html #mainContent_impressum {
	/*height: 600px;*/
}
#mainContent_datenschutz {
	background-image: url(../images/content/hg_datenschutz.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 4155px;
	/*padding-top: 10px;*/
	width: 758px;	
}

#mainContent_anfahrt {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_anfahrt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;	
}

#mainContent_kontakt {
	/*background-color: #cf6;*/
	background-image: url(../images/content/hg_kontakt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	/*padding-top: 10px;*/
	width: 758px;	
}

/* LOGO ZUSATZ: Stahlwaren-Manufraktur GmbH & Co.KG */	
	#logoZusatz {
		/*background-color: #fcf;*/
		color: #fff;
		font-size: 0.9em;
		letter-spacing: 0.04em;
		position: absolute;
		left: 485px;
		top: 195px;
		text-align: center;
		width: 204px;
	}
	*html #logoZusatz {
		left: 480px;
		letter-spacing: 0.03em;
	}
	
	#logoZusatz span {
		/*background-color: #acf;*/
		color: #fff;
		font-size: 0.6em;		
	}
	*html #logoZusatz span {
		font-size: 0.6em;
	}
	
	
	#logoZusatz_schwarz {
		/*background-color: #fcf;*/
		color: #000;
		font-size: 0.9em;
		letter-spacing: 0.04em;
		position: absolute;
		left: 485px;
		top: 195px;
		text-align: center;
		width: 204px;
	}
	*html #logoZusatz_schwarz {
		left: 480px;
		letter-spacing: 0.03em;
	}
	
	#logoZusatz_schwarz span {
		/*background-color: #fcf;*/
		color: #000;
		font-size: 0.6em;
	}
	*html #logoZusatz_schwarz span {
		font-size: 0.6em;
	}
	
/* dies ist der Bereich Text, der ueber das grosse Bild gelegt ist 		 	*/
/* beinhaltet bei kurzen Seiten den Text - bei Produktseiten die IGEL-Geschichte 	*/
/* xxTitle und contenttext_xx sind fuer jede Seite getrennt definiert s.unten		*/
	/* identisch mit dem grossen HG-Bild oben 50px margin s.ausdruck geschichte */
	#mainContentTop {
		/*background-color: #cfc;*/
		height: 446px;
		margin-top: 50px;
	}
	*html #mainContentTop {
		height: 450px;
		padding-top: 5px;	
	}

/* ++++++++++++++++	 PHILOSOPHIE 	++++++++++++++++++++ */
/* Titel und Text auf index/home ist gleichzeitig Philosophie = STEHT innerhalb MAIN CONTEN TOP */	
#philoTitle {
	color: #fff;
	font-size: 1.9em;
	font-style: italic;
	letter-spacing: 5px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
	
#contentText_philo {
	/*background-color: #008851;*/
	color: #fff;
	font-size: 1.25em;
	line-height: 1.7em;
	margin: 20px 0px 0px 80px;
	text-align: center;
	width: 578px;
}

/* +++++++++++++++++	 GESCHICHTE 	+++++++++++++++++++ */
#geschichteTitle {
	/*background-color: #ccc;*/
	/*color: #000;*/
	font-size: 1.7em;
	font-style: normal;
	letter-spacing: 3px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 155px;	
	text-align: left;
	text-transform: uppercase;
}

#contentText_geschichte {
	margin: 10px 0px 0px 150px;
	text-align: left;
	width: 607px;
}

*html #contentText_geschichte {
	/*background-color: #008851;*/
}

#contentText_geschichte td {
	/*background-color: #008851;*/
	font-size: 0.95em;
	line-height: 1.4em;
}
*html #contentText_geschichte td {
	font-size: 0.75em;
}

/* +++++++++++++++	 PRODUKTION 	++++++++++++++++++ */
#produktionTitle {
	color: #000;
	font-size: 1.5em;
	font-style: normal;
	padding-top: 3px;
	padding-left: 210px;
	letter-spacing: 3px;
	text-align: left;
	text-transform: uppercase;
}
#contentText_produktion {
	/*background-color: #008851;*/
	color: #000;
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 5px 0px 0px 155px;
	text-align: center;
	width: 470px;
}

#contentText_produktion span {
	font-weight: bold;
}


/* ++++++++++++++++++		PRODUKTE	++++++++++++++++*/
#produkteTitle {
	color: #000;
	font-size: 1.7em;
	line-height: 1.3em;
	font-style: normal;
	letter-spacing: 3px;
	padding-top: 100px;
	padding-left: 20px;		
	text-align: center;
	text-transform: uppercase;
}


/* ++++++++++++++++++	 SERVICE 	++++++++++++++++++ */
#serviceTitle {
	color: #000;
	font-size: 1.7em;
	line-height: 1.3em;
	font-style: normal;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-left: 160px;		
	text-align: left;
	text-transform: uppercase;
}
#contentText_service {
	/*background-color: #008851;*/
	color: #000;
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 20px 0px 0px 160px;
	text-align: left;
	width: 500px;
}

#contentText_service p.nummer {
	color: #fff;
	font-size: 2.5em;
	text-align: left;
	width: 500px;
}
*html #contentText_service p.nummer {
	padding-top: 2px;	/* notwendig, damit Telnr. nicht unter die Zeile Sercvice-Telefon rutscht */
}

/* +++++++++++++++++++ 		KONTAKT 	+++++++++++++++++ */
#contentText_kontakt {
		/*background-color: #008851;*/
		color: #000;
		font-size: 1.0em;
		line-height: 1.5em;
		margin:150px 0px 0px 160px;
		text-align: left;
		width: 500px;
}

#contentText_kontakt a {
	color: #000;
}


/* ++++++++++++++++	ANFAHRT		+++++++++++++++++ */
#anfahrtTitle {
		color: #000;
		font-size: 1.7em;
		line-height: 1.3em;
		font-style: normal;
		padding-top: 28px;
		padding-left: 250px;
		letter-spacing: 2px;
		text-align: left;
		text-transform: uppercase;
}

*html #anfahrtTitle {
		padding-top: 24px;
		
}

#contentText_anfahrt {
		float: left;
		color: #000;
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 25px 20px 0px 20px;
		text-align: left;
		width: 350px;
}

#contentText_anfahrt a {
		color: #000;
}

#map {
	padding-top: 15px;
	padding-right: 100px;
	text-align: right;
}


/* ##############################			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;
}		





















	
	

