/* plattenfehler.css
	
	Plattenfehler-CSS fuer www.germania-marken.de
	
	L. Breil       18.02.2007
	
	Farben:
	
	background : rgb( 206, 208, 211 )
	menufarbe : rgb( 60, 100, 186)
	text : rgb( 25, 25, 25 )
	
	Groesse :
	
	Gesamtbreite: 850 px
*/

/*
 Tabelle mit Plattenfehlerbeschreibung
  beide Abbildungen sollten 220 px breit sein
*/


table.plattenfehler {
			border: 1px solid rgb(133,133,133);
			width: 550px;
			border-collapse: collapse;
			text-align: center;
			margin-left: 25px;
			margin-right: 25px;
			empty-cells: show;
}
		
table.plattenfehler th,td { margin-left: 25px; margin-right: 25px; vertical-align: top; background: rgb( 200, 200, 200 ); }
table.plattenfehler th { height: 3em; font-size: 120%; }
table.plattenfehler tr.abbildung { border-bottom: 1px solid; border-top: 1px solid; height: 280px; }
table.plattenfehler td.abbildung { vertical-align: middle; }
table.plattenfehler td.beschreibung { width: 60%; height: 50px; }
