@charset "UTF-8";
.button_eins_rot {
	display: block;
	width: 155px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	background-color: #B6040F;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #bf4f56;
	border-bottom: 1px solid #990000;
}
.button_eins_rot:hover {
	background-color: #a0081d;
	border-top: solid 1px #b3394a;
	border-bottom: solid 1px #800617;
}
.button_eins_rot_aktiv {
	display: block;
	width: 145px;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 25px;
	text-decoration: none;
	color: #EE7F01;
	font-weight: bold;
	font-size: 14px;
	background-color: #B6040F;
	border-top: solid 1px #b3394a;
	border-bottom: solid 1px #800617;
}
.subbutton_eins_rot {
	display: block;
	width: 140px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ce585f;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #bf4f56;
	border-bottom: 1px solid #990000;
}
.subbutton_eins_rot:hover {
	background-color: #a0081d;
	border-top: solid 1px #b3394a;
	border-bottom: solid 1px #800617;
}

