/* 
	auktion.css
	
	auktion-CSS fuer www.germania-marken.de
	
	L. Breil       01.04.2006

*/

table.auktionsliste {
 	margin: 40px 0px 0px 0px;
 	width: 100%;
 	border-collapse: collapse;
}

table.auktionsliste tr.abschnitt {
	background: rgb(230, 230, 230);
	font-weight: bold; 
	/* text-align: center; */
	margin-left : 0px;
	}
/*
	Grundeinstellung fuer die Tabellen eintrage 
*/
table.auktionsliste td,th {
	border: 1px solid rgb(180, 180, 180);
	padding: 3px;
	vertical-align: top;}

table.auktionsliste td { 
	width: 4em;
}

/* td Eintrag fuer Losnummer und Losnummer mit Abbildung */	
table.auktionsliste td.nummer { 
	text-align: center;
}
			
table.auktionsliste td.nummer_link {
	text-align: center; 
	background: rgb(200, 200, 200); }

/* td Eintrag fuer Michelnummer */
table.auktionsliste td.michel {
}

/* td/th Eintrag fuer Losbeschreibung */
table.auktionsliste td.beschreibung, th.beschreibung 
{
}

/* td Eintrag fuer Ruf 
	width ist hier eine Mindestbreite, da sonst die Zelle zu schmal wird
*/
table.auktionsliste td.ruf { 
}






