.preis {
	color: #FFF;
}
.angebot {
	color: #7E7E7E;
	font-size:12px;
}
.angebot table tr td table tr td preis {
	color: #FFF;
}
.angebot preis {
	color: #FFF;
}
.angebot table tr td table tr td {
	font-size: 24px;
	color: #FFFFFF;
}
.angebothead {
	color: #FFF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */	

button,
button span
{
	background: transparent url(http://www.myesport-hosting.eu/themes/black/images/button_sprite.png) no-repeat;
}	

button,
button .btn-pri { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	text-align: center; 
	background-position: right -50px !important; 
}
	
button span,
button .btn-pri span {
	font-family: arial, sans-serif;
	padding: 0 0 0 15px; 
	height:30px; 
	font-size:13px;
	line-height: 28px; 
	font-weight: bold;
	font-style: italic;
	background-position: left top; 
	color:#FFF; 
}

button.btn-sec { background-image: url(http://www.myesport-hosting.eu/images/button/button_secondary.png) !important; background-position: right -50px !important; }

button.btn-sec span { background-image: url(http://www.myesport-hosting.eu/images/button/button_secondary.png) !important; background-position: left top !important; color: #111; }