/*html, body {*/
	/*height: 100%;*/
/*}*/

/*a {*/
	/*outline: none;*/
/*}*/

/*body,td,th {*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;*/
	/*line-height: 14px;*/
	/*color: #000000;*/
/*}*/


/*a:link {*/
	/*cursor: pointer;*/
	/*color: #ddb200;*/
	/*text-decoration: none;*/
/*}*/


/*a.click*/
/*{*/
	/*cursor: pointer;*/
/*}*/



/*a:visited {*/
	/*color: #ddb200;*/
	/*text-decoration: none;*/
/*}*/

/*a:hover {*/
	/*color: #ddb200;*/
	/*text-decoration: underline;*/
/*}*/

/*a:active {*/
	/*color: #ddb200;*/
	/*text-decoration: none;*/
/*}*/


.imagelink {
	border: 12px;
	color: #000000;
	cursor: pointer;
}

.imagelink:hover {
	border: 2px;
	color: #ff2020;
	cursor: pointer;
}


.wrapper {
	background-color: #808080;
	height: 100%;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.gutscheinshop {
	margin-top: 30px;
	margin-left: 20px;
	width: 1062px;
}


.gutscheinshop td {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
}

.gutscheinshop tr.odd {
	background-color: #c0c0c0;
}

.gutscheinshop tr.even {
	background-color: #e0e0e0;
}

.gutscheinshop tr.storno {
	background-color: #e0a0a0;
}

.gutscheinshop tr.storniert {
	background-color: #a698a4;
}


.gutscheinshop p {
	padding-right: 30px;
}


.txtHeadWhite {
	color: #000000;
	background-image: none;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.txtHeadYellow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ee0000;
	margin-left: 20px;
}

.txtWhite10px {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

.logo {
	float: right;
	margin-right: 52px;
}

.content {
	padding: 30px 20px;
}

.formfeld {
    color: #666666;
    border: 1px #A6ACBC solid;
    background-color: #FFFFFF;
}

.highlight {
	color: #da0014;
}

.marginLeft {
	margin-left: 20px;
}

.centertable
{
    text-align:center;
    background-color:#9acd32;
    margin:0 auto;
    width: 600px;
}


.gutscheinshop td.gesperrt
{
	background-color: #482828;
}

.gutscheinshop td.narrowgesperrt
{
	background-color: #482828;
	width: 1px;
}

.gutscheinshop td.narrow
{
	width: 1px;
}


.gutscheinshop2 {
	width: 850px;
}

.gutscheinshop2 td {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #413535;
}

.gutscheinshop2 tr.odd {
	background-color: #e0e0e0;
}

.gutscheinshop2 tr.even {
	background-color: #c0c0c0;
}


.gutscheinshop td.calweekday
{
	padding:4;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #6C6F8D;
	color: #000000;
}
.gutscheinshop td.calweekday:hover
{
	background-color: #8C8FaD;
}

.gutscheinshop td.calweekend
{
	padding:4;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #8C6F8D;
	color: #000000;
}
.gutscheinshop td.calweekend:hover
{
	background-color: #aC8FaD;
}

.gutscheinshop td.calselected
{
	text-align: center;
	vertical-align: middle;
	background-color: #ffff00;
	color: #000000;
}
.gutscheinshop td.calselected:hover
{
	background-color: #ffff80;
	color: #000000;
}

