/*******************************************************
*  THM 20081211
*  layout2c.css, http://typo3-beratung.com
*  Ohne rechte Spalte
* #00F -- bl
* silver - Rand um Tab.-Zellen
*
******************************************************/

#rechts { 
	float: none;
	display: hidden; 
}
#mitte { 
	margin-left: 10px;
	margin-right: 0px; 
	width: 790px;
}
#mitte  td { 
	font-size: 10pt;
}

/* Fuer Legierungsseite */

#legierung { 
	border: 1px solid silver; 
	border-spacing: 0px;
}
#legierung thead, #legierung .th3  { 
	background-image: url('/fileadmin/banner.png');
	color: white;
	font-weight: bold;
}
 #legierung .th3 span { font-weight: normal; }

#legierung .th1 td, #legierung .th3 td { padding: 4px 0; }

#legierung td { border: 1px solid silver; }


