/* Stylesheets für Buttons */


/* klein - vorwärts */
a.btnRedSmall {
  background-image: 	url('../gfx/button_blau_80.jpg');
  background-repeat:	no-repeat;
	color: 							white;
	font-weight: 				bold;
  width: 							75px;
	float: 							left;
	text-align:					left;
	padding:						4px 0px 0px 5px;
	overflow:						hidden;
	text-decoration:		none;
	height: 26px;
	margin:					2px;
}

a.btnRedSmall:hover {
}

/* mittel - vorwaärts */

a.btnRedMedium {
  background-image: 	url('../gfx/button_blau_120.jpg');
  background-repeat:	no-repeat;
  color: 							#ffffff;
  font-weight: 				bold;
  width: 							115px;
  float: 							left;
  text-align:					left;
  height:						26px;
  padding:						4px 0px 0px 5px;
  overflow:						hidden;
  text-decoration:		none;
	margin:					2px;
}

a.btnRedMedium:hover {
}

/* Tarifübersichten */

a.btnRedTariffOverview {
  background-image: 	url('../gfx/button_blau_170.jpg');
  background-repeat:	no-repeat;
	color: 							#ffffff;
	font-weight: 				bold;
  width: 							165px;
  height: 						26px;
	float: 							left;
	text-align:					left;
	padding:						4px 0px 0px 5px;
	overflow:						hidden;
	text-decoration:		none;
	margin:					2px;
}

a.btnRedTariffOverview:hover {
}

/* groß - vorwärts */

a.btnRedLarge {
  background-image: 	url('../gfx/button_blau_170.jpg');
  background-repeat:	no-repeat;
	color: 							#ffffff;
	font-weight: 				bold;
  width: 							165px;
  height: 						26px;
	float: 							left;
	text-align:					left;
	padding:						4px 0px 0px 5px;
	overflow:						hidden;
	text-decoration:		none;
	margin:					2px;
}

a.btnRedLarge:hover {
}




/* übergroß - vorwärts */

a.btnRedExtraLarge {
  background-image: 	url('../gfx/button_blau_200.jpg');
  background-repeat:	no-repeat;
	color: 							#ffffff;
	font-weight: 				bold;
  width: 							195px;
  height: 						26px;
	float: 							left;
	text-align:					left;
	padding:						4px 0px 0px 5px;
	overflow:						hidden;
	text-decoration:		none;
	margin:					2px;
}

/* zurück - klein */


a.btnGreySmall {
  background-image: 	url('../gfx/button_hellblau_80.jpg');
  background-repeat:	no-repeat;
	color: 							#003399;
	font-weight: 				bold;
  width: 							75px;
	float: 							left;
	text-align:					left;
	padding:						4px 0px 0px 5px;
	overflow:						hidden;
	text-decoration:		none;
	height: 26px;
	margin:					2px;
}

a.btnGreySmall:hover {
}

/* mittel - zurück */

a.btnGreyMedium {
  background-image: 	url('../gfx/button_hellblau_120.jpg');
  background-repeat:	no-repeat;
  color: 							#003399;
  font-weight: 				bold;
  width: 							115px;
  float: 							left;
  text-align:					left;
  height:						26px;
  padding:						4px 0px 0px 5px;
  overflow:						hidden;
  text-decoration:		none;
	margin:					2px;
}

a.btnGreyMedium:hover {
}

/* Button Pfeile */

