#preiscontainer { width:288px;margin:2px;clear:both;}

#preisnad {
color: #fff; 
background-image: url('../img/t2.gif'); 
background-repeat:repeat-x;
text-align:center; font-size:10pt; padding:2px;
}
#preis11 {padding: 2px; text-align:center; background-color: #8AC5FF; font-family:Verdana; font-size:9pt; border-bottom: solid 1px white;}
#preis22 {padding: 2px; text-align:center; background-color: #359AFF; color:#FFF;font-family:Verdana; font-size:9pt; border-bottom: solid 1px white;}
#preismezera {margin:5px}
#saison {float:left;width: 180px}
td {text-align:center}

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

input.calendar,
select.calendar {
	width: 68px;
	padding, margin: 0;
}

button.calendar {
	background: url(../img/calendar-icon.gif);
	border: 0; /*HPDL*/
	margin:0;
	padding:0;
	height: 20px;
	width: 20px;
}
button.submit {
	background: url(../img/cal-suchen.gif);
	border: 0; margin:1px;padding:1px;
	width:122px ; height:19;
}

button.submit:hover,
button.submit.active {
	background-position: 0 20px;
}

button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../img/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../img/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(../img/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(../img/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(../img/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(../img/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(../img/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(../img/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
