
/* Play nice with EMs in Opera 6 and IE Win. */
body { font-size: 100.01%; }

/* Z indices needed for link clickability in IE Mac and Opera 6. */
#spalte_links {z-index: 10; }
#spalte_rechts { z-index: 11; }

/* Mozilla needs a non zero value, seems to be a bug. */
.spalten_container[class] { padding-bottom: 0.1px; }

/* Support for Mozilla, but IE doesn't likes it. */
.float_container[class] { margin-right: -1px; }
#spalte_mitte[id] { margin-left: -1px; }
#spalte_links[id] { margin-right: 1px; }
#spalte_rechts[id] { margin-left: 1px; }

