
	.gs-cut {
		overflow: hidden;
		height: 20px;
		display: block;
		position: relative;
		background: transparent url('cut1.gif') no-repeat top left;
	}

	.gs-cut.l {
		background: transparent url('cut2.gif') no-repeat top left;
	}

	.gutschein {
		width: 490px;
		height: 256px;
		overflow: hidden;
		display: block;
		position: relative;
		background: transparent url('gutschein.gif') no-repeat top left;
	}
	
	.gutschein .gs-code {
		position: absolute;
		top: 115px;
		left: 255px;
		width: 205px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		font-weight: bold;
		color: white;
	}

	.gutschein .gs-expire {
		position: absolute;
		top: 203px;
		left: 255px;
		width: 205px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		color: #545454;
	}

	.gutschein a.gs-order {
		position: absolute;
		top: 149px;
		left: 255px;
		width: 205px;
		height: 27px;
		line-height: 27px;
		font-size: 12px;
		background: none;
	}

	.gutschein a.gs-order:hover {
		background: transparent url('gutschein_button.gif') no-repeat top left;
	}
