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

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body, html {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 100.1%;
	color: #e1dfd6;
	background-color: #9b006b;
	/*background-image:url(grafiken/hintergrund-verlauf.png);*/
	background-repeat:repeat-x;
}


.wrapper {
	position: absolute;
	width: 80%;
	height: auto;
	z-index: 4;
	top: 20%;
	left: 10%;

}

h1 {
	font-weight: 100;
	font-size: 300%;
	padding-bottom: 10px;
	}
	
h2 {
	font-weight: 600;
	font-size: 100.1%;
	padding-top: 20px;
	padding-bottom: 10px;
	}

h3 {
	font-weight: 600;
	font-size: 98%;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
p {
	font-weight: 400;
	font-size: 100.1%;
	line-height: 140%;
	padding-bottom: 10px;
	}	
	
p a {
	color: #e1dfd6;
	text-decoration: none;
	}		

.logo {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 3;
	
}

.grafik {
	position: fixed;
	bottom: 0px;
	width: auto;
	height: auto;
	right: 0px;
	z-index: 2;
	
}

/*.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 133px;
	background-color: #15174d;
	z-index: 1;
	
}*/