/*yellow tester for ORT Des Treffens*/
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

.lighterback {
	width: 20%;
	float: left;
	margin: 20px;
	border: 1px solid silver;
}

.darkerback {
	width: 20%;
	float: left;
	margin: 20px;
	background: #979D81;
}

.muchdarkerback {
	width: 20%;
	float: left;
	margin: 20px;
	background: #55565C;
}

.yellowblock1 {
padding: 6px;
margin: 22px;
background: #ffcc33;
color: black;
height: 60px;
}

.yellowblock2 {
padding: 6px;
margin: 22px;
background: #ffe033;
color: black;
height: 60px;
}
.yellowblock3 {
padding: 6px;
margin: 22px;
background: #ffee33;
color: black;
height: 60px;
}
.yellowblock4 {
padding: 6px;
margin: 22px;
background: #fff333;
color: black;
height: 60px;
}
.yellowblock5 {
padding: 6px;
margin: 22px;
background: #fffc1c;
color: black;
height: 60px;
}


