@charset "UTF-8";
/* CSS Document */

#hintergrund {
	margin: 0 auto;
	width: 1366px;
	height: 800px; /* !!! anzupassen bei Längenänderung des Contents !!! */
	z-index: 2;
	background-image: -moz-linear-gradient(top, #00000 0%, #161616 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#161616));
    background-image: -webkit-linear-gradient(top, #000000 0%,#161616 100%);
    background-image: -o-linear-gradient(top, #000000 0%,#161616 100%);
    background-image: -ms-linear-gradient(top, #000000 0%,#161616 100%);
    background-image: linear-gradient(top, #000000 0%,#161616 100%);

}

#content {
	position: absolute;
	margin: 0;
	width: 1366px;
	height: 800px; /* !!! anzupassen bei Längenänderung des Contents !!! */
}


/* ======= START: Menüleiste ======= */

#menubar1 {
	position: absolute;
	margin: 15px 0 0 0px;
	width: 1366px;
	height: 187px;
	z-index: 4;
	background-image: url(../pics/menuleiste1.jpg);
}

#text1 {
	position: absolute;
	margin: 260px 0 0 225px;
	font-size: 18px;
	z-index: 10;
	width: 800px;
	height: 330px;
	text-align: center;
	line-height: 1.5;
	color: #C8AC01;
	font-family: Verdana, Geneva, sans-serif;

}

#footer {
	position: absolute;
	margin: 720px 0 0 0px;
	width: 1366px;
	height: 81px;
	z-index: 4;
	background-image: url(../pics/footer1.jpg);
}

#footer-text {
	position: absolute;
	margin: 738px 0 0 162px;
	font-size: 13px;
	z-index: 9;
	width: 1024px;
	height: 60px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bolder;
}
