*{
	margin: 0px;
	box-sizing:	border-box;
	}

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

header{
	padding: 20px;
}

.box1{
	background-color: #3b5998;
	margin-right:2%;
}

.box1:hover{
	background-color:#4e69a2;
}

.box2{
	background-color: #ffbf00;
}

.box2:hover{
	background-color: #fbc714;
}

.zweispaltig{
	width: 49%;
	float: left;
	margin-bottom: 20px;
}

.zweispaltig h2{
	text-align: center;
	padding: 30px 0;
	color: white;
	margin-bottom: 0px;
}

.zweispaltig a{
	text-decoration:none;
}

.clear{
	clear:both;
}

/* Hier steht ein Kommentar */
h1{
	color: #000000;
	/*font-family:'Pacifico', cursive;*/
	font-size: 3.0em;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	}
	
h2{
	/*font-style:italic;
	letter-spacing: 0.3em;
	font-variant: small-caps;*/
	margin-bottom:12px;
}
