body {
	background-image: url("../img/conny_und_hw.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size:cover;
	font-family: 'Quando', serif;
	}
	
h1   {
	font-size: 300%;
	//margin:  3% 3% 10px 3%;
	margin-top: 20px;
	margin-left: 20px;
	}
	
#inhalt {
	width: 50%;
	max-width: 500px;
	text-shadow: 1px 1px 0 #333;
	margin-left: 20px;
}

#links {
	width: 50%;
	max-width: 500px;
	margin-left: 20px;
	margin-top: 20px;
}

#links a:hover {
	opacity: .6;
	transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
}
	
	
	

