/* CSS Document */
body {
	background-image: url("familie.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 300%;
	margin: 10% 5% 10px 5%;
	color: #000000;
	text-shadow: 2px 2px 3px #000;
	letter-spacing: 10px;
	text-transform: uppercase;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 10px 5% 10px 5%;
	color: #000000;
	}

p {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	}
	
a {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration:none;
	text-shadow: 1px 1px 2px #999;
	}
	
#biografie {
	position: relative;
	width: 50%;
	max-width: 600px;
	margin: 20px 5% 10px 5%;
	z-index: 1;
}

#links {
	position: relative;
	width: 50%;
	max-width: 600px;
		margin: 50px 5% 10px 5%;
	z-index: 1;
}