body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(background-pic.jpg);
	background-repeat: repeat;
}

/* HG-Bild ///////////////////////////////////////////////////////////////*/

#index {
	width: 100%;
	height: 100%;
	background-position:center; 
	background-image: url(alu.jpg);
	background-repeat: no-repeat;
	z-index:-1;
}


/* Link ///////////////////////////////////////////////////////////////*/

#content_link {
	width: 100%;
	padding-top: 480px;
	text-align:center;
	font-size: 35px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	z-index:0;
}

.eingang { color: #000000; text-decoration: none; }
.eingang:link { color: #000000; text-decoration: none; }
.eingang:visited { color: #000000; text-decoration: none; }
.eingang:hover { color: #FFFFFF; text-decoration: none; }
.eingang:active { color: #000000; text-decoration: none; }