/* Alle Tabellen sollen grau sein, so wie beim Internet Explorer */
table, td {
	border-color: #BBBBBB;
}

/* Die Links werden in ihrer wahren Farbe unterstrichen, nicht die Body-Farbe */
a, a font {
	text-decoration:underline;
}

/* Für alle Bilder garantieren, dass sie keinen hässlichen Rand durch Links erhalten! */
img {
	border: none;
}

/* Hintergrund scrollt mit */
/* Alle Tabellen (GoLive Raster) zentrieren */
body {
 	text-align: center;
 	background-attachment: fixed;
}

/* Hintergrund scrollt hier nicht mit */
body.doscroll {
  	text-align: center;
 	background-attachment: scroll;
}

/* PNG-Alpha-Bugfix */
img, div, input {
	behavior: url("/iepngfix.htc");
}
