@charset "UTF-8";
html, body { margin: 0px; height: 100%; background-color: #FFF; }
#teaser { 
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90%;
	width: 100%;
	background-image: url('../images/teaser_grow.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#naw {
	position: absolute;
	left: 0px;
	top: 90%;
	height: 8%;
	width: 100%;
	text-align:center;
	color: #000;
	font-family: Arial, Verdana;
	font-size: 11px;
}
#naw b { color: #0085BD; font-weight: normal; }
#naw a { text-decoration: none; color: #000; }
#naw a:hover { color: #0085BD; }
.spacer { display: inline-block; margin: 0px 10px 0px; }
#tekst {
	position: absolute;
	height: 180px;
	width: 100%;
	bottom: 170px;
	color: #999;
	text-align:center;
	font-family: Arial, Verdana;
	font-size: 12px;
}

