/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

@import 'screen.css';

.top_image_overlay, .bottom_image_overlay {
	background-repeat:		repeat-x;
	height:					350px;
	position:				absolute;
}
.top_image_overlay    { background-image: url(../../img/top_image_overlay.gif);    background-position: top;    }
.bottom_image_overlay {	background-image: url(../../img/bottom_image_overlay.gif); background-position: bottom; }

.claim {
	height:				350px;
}

.zettel3 a {
   color: #08658F;
}
.zettel3 h2 {
   color: #08658F;
}