#frkV {
	position: absolute;
	top: 660px;
	left: 0;
	width: 100%;
	text-align: center;
}

#frkH {
	margin: 0 auto;
	width: 610px;
	text-align: left;
	padding: 0 300px 20px 0;
	line-height: 1.3em;
}

#frkH h1 {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
	background: none !important;
	height: auto !important;
}

#header {
	background: transparent url(/templates/gf/img/header.jpg) no-repeat scroll left top;
	height: 120px;
}

#content {
	min-height: 640px !important;
}

/* IE 6 und 7 können "min-height" nicht interpretieren
-------------------------------------------------------- */
/* IE6 */
* html #content {
  height: 680px !important;
}

/* IE7 */
*+html #content {
  height: 680px !important;
}