* {
	padding: 0;
	margin: 0;
}

img.bg {
	/* Hintergrund fuellen */
	min-height: 100%;
	min-width: 1024px;

	/* Skalieren */
	width: 100%;
	height: auto;

	/* feste Positionierung */
	position: fixed;
	top: 0;
	left: 0;
}

#content {
	/* Der Inhalt liegt auf dem Hintergrundbild */
	position: relative; 

	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #fff;
}

#content h1 {
	position: absolute;
	top: 10px;
	width: 661px;
	height: 110px;
	background: transparent url(images/h1.png) no-repeat;
	text-indent: -9999px;
}

#content p {
	position: relative;
	margin-bottom: 20px;
	top: 150px;
	left: 75px;
	width: 450px;
	font-size: 30pt;
	line-height: 26pt;
	letter-spacing: -0.1em;
	word-spacing: 0.1em;
	text-transform: uppercase;
}


#content #menu {
	position: fixed;
	height: 91px;
	width: 100%;
    bottom: 90px;
	background: transparent url(images/menubg.png) repeat-x;
}

#content #menu ul {
	margin: 3px 0 0 75px;
}

#content ul li {
	list-style: none;
}

#content ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#content ul li a:hover {
	color: #c6c287;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 20px 0 0 0;
}