*{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	
html, body {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	
	}
	
/* Grundausrichtug:
margin-left:0; margin-right:auto; = linksbündig ausrichten
margin-left:auto; margin-right:auto; = zentriert ausrichten.
margin-left:auto; margin-right:0; = rechtsbündig ausrichten. 
*/

#all{
	width: 100%;
	height: 100%;
	}
	
#main{
	max-width: 900px;
	margin: 0 auto;
	z-index: 1;
	text-align: left;  
	}


#content_all{
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	max-width: 900px;
	z-index: 15;
	}
	
h1{
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	}
	
h2{
	font-family: Arial, sans-serif;
	font-size: 65px;
	font-weight: 300;
	color: #000;
	margin-bottom: -20px;
	line-height: 65px;
	text-decoration: none;
	}
	
h3{
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 35px;
	text-decoration: none;
	}
	
	
#headline{
	float: left;
	text-align: center;
	width: 100%;
	z-index: 20;
	margin-bottom: 20px;
	}
	
	
#content{
	float: left;
	text-align: center;
	width: 100%;
	z-index: 20;
	margin-bottom: 30px;
	}
	
#sub-content{
	float: left;
	text-align: left;
	width: 100%;
	z-index: 20;
	margin-bottom: 55px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dadada;
	}


.copy{
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
	text-decoration: none;
	}
	
.copy-rot{
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #e83276;
	line-height: 24px;
	text-decoration: none;
	}
	
.copy-rot-under{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #e83276;
	line-height: 24px;
	text-decoration: underline;
	}


	
.button{
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	background-color:#e83276;
	border: 1px solid #e83276;
	}
	

	
a:hover.button{
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	background-color:#000;
	border: 1px solid #000;
	
	}

a:hover {
	color: #9da0a8;
	}

