* {
	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: 30px;
	bottom: -840px;
	left: 0px;
	width: 100%;
	font-size: 30pt;
	line-height: 26pt;
	letter-spacing: -0.05em;
	word-spacing: 0.1em;
	text-transform: uppercase;
	background: transparent url(images/menubg.png) repeat-x;
}


#content #menu1 {
	position: fixed;
	height: 110px;
	width: 100%;
    top: 20px;
	background: transparent url(images/h1.png) repeat-x;
}
#content #menu1 ul {
	margin: 12px 0 0 210px;
}



#content #menu2 {
	position: fixed;
	height: 110px;
	width: 100%;
    top: 20px;
	background: transparent url(images/h2.png) repeat-x;
}
#content #menu2 ul {
	margin: 12px 0 0 210px;
}



#content #menu3 {
	position: fixed;
	height: 110px;
	width: 100%;
    top: 20px;
	background: transparent url(images/h3.png) repeat-x;
}
#content #menu3 ul {
	margin: 12px 0 0 210px;
}



#content #menu4 {
	position: fixed;
	height: 110px;
	width: 100%;
    top: 20px;
	background: transparent url(images/h4.png) repeat-x;
}
#content #menu4 ul {
	margin: 12px 0 0 210px;
}



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

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

#content ul li a:hover {
	color: #3386cd;
}

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