/*
	Aenderungen fuer Listenanzeige
*/

/* mittlere spalte */
div#colCenter { margin-right:0px; }

/* erzeugung der runden ecken */
div.borderTopLeft { height:12%; background-image:url(/img/listbclt.gif); }
div.headline { height:12%; background-image:url(/img/listbct.gif); }
div.borderTopRight { height:12%; background-image:url(/img/listbcrt.gif); }

div.centerLeft { height:76%; }
div.centerRight { height:76%; }
div.scroll { height:76%; }

div.borderBottomLeft { height:12%; background-image:url(/img/listbclb.gif); }
div.footer { height:12%; background-image:url(/img/listbcb.gif); }
div.borderBottomRight { height:12%; background-image:url(/img/listbcrb.gif); }

/* html mittlere spalte */
div.footer div {  position:relative; clear:both; top:-39px; }
div#colCenter th { text-align:left; border-bottom: 1px solid #999999; font-size:1em; color:#9999aa; font-weight:normal; }
div#colCenter td { border-bottom:1px solid #999999; vertical-align:top; font-size:1em; }
div#colCenter h1 { padding-top:10px; color:#777788;}
div#colCenter img { padding-top:2px; }

/* rechte spalte */
div#colRight { display:none; }
div#colRight div.borderTop { display:none; }


