﻿body, html {
    background:none;
    height:100%;
	color: #fcfcfc;
}


a, .uk-link {
	color: #ddd197;
	text-decoration: none;
	cursor: pointer;
}
a:hover, .uk-link:hover {
	color: #ffd058;
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
  color: #ffd058;
}

h1,
.uk-h1 {
  font-size: 32px;
  line-height: 48px;
}
h2,
.uk-h2 {
  font-size: 26px;
  line-height: 40px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 34px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 25px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 24px;
}
h6,
.uk-h6 {
  font-size: 14px;
  line-height: 21px;
}

.text_gelb {
	color:#ffd058;
	font-weight:bold;
}
.text_orange {
	color:#cc6600;
	font-weight:bold;
}
.text_blau {
	color:#809dc2;
	font-weight:bold;
}
.text_rot {
	color:#ff0000;
	font-weight:bold;
}
.text_gruen {
	color:#00cc00;
	font-weight:bold;
}
.text_klein_gelb {
	color:#ffd058;
	font-size:0.8em;
}
.text_klein {
	color:#cccccc;
	font-size:0.8em;
}
.text_kleiner {
	font-size:0.8em;
}
.text_groesser {
	font-size:1.2em;
	line-height:1.2em;
}

.gutschein_bestaetigung {
	color:#ffd058;
	padding-bottom:5px;
}
.gutschein_bestaetigung_overflow {
	color:#ffd058;
	padding-bottom:5px;
	font-size:0.7em;
	line-height:1.2em;
	width:250px;
	height:80px;
	overflow:auto;
}
.gutschein_update_div {
	padding:25px;
	font-size:0.9em;
}
.tr_gutschein_ausgabe {
	background-color:transparent;
	border-bottom:1px #a01721 dashed;
}
.tr_gutschein_ausgabe:hover {
	background-color:#5B0F13;
}

/* für gutschein_ausgabe.php */
.error_div {
	background-color:#ff00ff;
	background-image: url("../variete/gutschein/images/icon_error.png");
	background-position: 10px 2px;
    background-repeat: no-repeat;
    overflow:visible;
	padding:10px;
	margin:10px;
	text-align:center;
	color:#fff;
}
.success_div  {
	background-color:#7CFC00;
	background-image: url("../variete/gutschein/images/icon_accept.png");
	background-position: 10px 4px;
    background-repeat: no-repeat;
	padding:10px;
	margin:10px;
	text-align:center;
	color:#000;
}

.gutschein_update_div {
}

.tr_gutschein_ausgabe {
	background-color:transparent;
	border-bottom:1px #002860 dashed;
}
.tr_gutschein_ausgabe:hover {
	background-color:#19295b;
}

