body   {
	background-color: #000;
	margin:0;
	padding:0;
}

body.index {
	background-image: url(/1-media/P4162333-schluessel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body #container {
	opacity: 0.5;
}

body #container2 {
	opacity: 0.8;
	background #333;
}

img {
	border:none;
}

body, p {
	font-family:"LucidaGrande", Verdana, "Trebuchet MS";
	color:#ccc;
	line-height:20px;
	font-size:14px;
}

#Adresse {
	left: 30px;
	top: 30px;
	position: absolute;
	z-index: 5;
	visibility: visible;
	text-align:justify;

}

a, a:visited {
	color:#666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
