.content p a {
	text-decoration: none;
	color: #131e8b;
	position: relative;
}
.content p a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #dc0404;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	/*transition-origin: 50% 50%;*/
}
.content p a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}.reg {
	font-size: 0.6em;
	margin-left: 2px;
}
#bg {
}
.zentriert {
	text-align: center;
}
.schreibschrift {
	font-family: 'Condiment', cursive;
	font-size: 1.4em;
}
.kasten {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.menubg {
	background-color: #803112;
	width: 100%;
}
