@charset "utf-8";
/* CSS Document */



/* buttons allgemein - sprite wird geladen */

.img-btn-all,
.img-btn-all span {
	background-color: tranparent;
	background-image: url("images/sprite_ressyx_buttons.png");
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
}


/* grüner großer Button (z.B. Login) - für linke Seite */
a.img-ButtonGreenBig:link,
a.img-ButtonGreenBig:visited,
.img-ButtonGreenBig {
	height: 29px;  /* gesamthöhe - muss mit der span höhe übereinstimmen */
	padding-left: 9px;
	background-position: 0px -159px;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
}


/* grüner großer Button (z.B. Login) - für Standardhintergrund  */
.img-ButtonGreenBig span {
	height: 24px;
	padding: 5px 10px 0px 0px; /* 1. paddingangabe muss zur höhe addiert, die gesamthöhe ergeben, die bei img-Button19h definiert ist */
	background-position: right -188px;
	width:155px;
	text-align:center;
}

a.img-ButtonGreenBig:hover{color:#FFFFFF !important;}