/* @override http://members.kabsi.at/grafiker/basic-stylesheet.css */

html, body {
	margin:		0;
	padding:	0;
	color:		#000;
	background:	#FFF;
	height:		100%; /* Das will der IE. */
}

html>body {
	/* Das will der Rest. Safari kann kein min-height, daher wird hier
	 * eventuell etwas abgeschnitten, wenn die zentrierte Box größer
	 * als das Fenster ist */
	height:		auto;
	min-height:	4em;
	min-width:	20em;
}

.link, h1 {
	text-decoration: none;
	color: #000;
}

h1 {
	margin: -5em 0 0 -304px;
	font: 1em/10em "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	width: 608px;
	text-align: center;
	position: absolute;
	top: 49%;
	left: 50%;
	background-image: url("./images/teaser_grau.gif");
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
	
h1:hover {
   background: url("./images/teaser_weiss.gif") no-repeat center;
}

.grau {
	color: #999999
}