#KSGutschein {
	/*margin: 10px;*/
    padding-top: 20px;
	position: relative;
	display:none;
}

.gutschein-art-auswahl{
	float:left;
	width:100%;
	height: 280px;
	max-height:280px;
	max-width:500px;

}
.gutschein-art-vorschau{
	float:right;
	width:200px;
}
.gutschein-text-eingabe-lang {
	width:95%;
}
.gutschein-text-eingabe-wert {
	width:3em;
	text-align:right;
}
.gutschein-tabelle-zelle {
	width:10em;
}
.gutschein-pdf-button{
	width:12em;
	margin:10px auto;
	text-align: center;
}
.gutschein-bild-vorschau{
	width:200px;
	cursor:pointer;
}
#ks-warten{
	display:none;
}