html, body {
	margin:0%;
	padding:0%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.button_antwort  , .button_kontakt , .button_falsch , .button_antwort_checked{
	display: block;
	color: #ffffff;
	padding: 10px 20px;
	background: #a3a3a3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	width:calc(100% - 70px);
	text-align: center;
	margin:2px auto;
}

.button_falsch {
	background: #ff3700;
	width:calc(100% - 70px);
}

.button_antwort_checked {
	background: #5FB404;
	width:calc(100% - 70px);
}

.button_antwort   {
	background: #a3a3a3;
	width:calc(100% - 70px);
}

.button_kontakt {
	display: block;
	background: #a3a3a3;
	width:40%;
}


a .button_antwort {
	display: block;
	color: #ffffff;
}

#main {
	display: block;
	margin:10px auto;
	width:100%;
	text-align: center;
}

a {text-decoration: none}