/* Prevent blurry images in IE, Firefox
   Brad Greco, 2010 */
img { image-rendering: -moz-crisp-edges; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; vertical-align: bottom; }

/* This is really goofy!
   In Firefox (maybe others? haven't tested), the GIF animation reset won't work unless the GIFs are
   actaully on-screen, so shoving them off the page completely doesn't work. Instead, position them
   so the bottom of each panel is visible on the page, and cover them up with a blue div. */
#cover { width: 520px; height: 95px; background-color: #000033; position: absolute; top: 0px; z-index: 99; }
.panel { margin-top: 100px; display: block; position: absolute; top: -320px; }
.visible { position: static; }
img.preload { position: absolute; top: -100px; }

@font-face {
    font-family: VAGRundschriftD;
    src: url('vag_rundschrift.ttf');
}

.rundschrift {
	font-family: VAGRundschriftD !important;
}
