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

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

header{
	padding: 20px;
}

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

.box1:hover{
	background-color: #b31217;
}

.box2{
	background-color: #55acee;
}

.box2:hover{
	background-color: #1a8fe8;
}

.box3{
	background-color: #ffd800;
	margin-right:2%;
}

.box3:hover{
	background-color: #ccad00;
}

.box4{
	background-color: #7289da;
}

.box4:hover{
	background-color: #3d5dcc;
}

.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;
}
