#reservierung{
	position: relative;
}

.no-js #reservierung{
	display: none;
}

#jsinfo{
	display: none;
}

.no-js #jsinfo{
	display: block;
}


#startInfos{
	margin: 0 0 0 40px;
	width: 360px;	
}

#haeslist{
	width: 566px;
	float: left;
	margin: 0 0 20px 0;
	padding:0;
	list-style: none;
}

#haeslist img{
    padding-top: 40px;
}

#haeslist p{
    padding-top: 70px;
}

#ajaxList{
	list-style: none;
	margin: 0;
	padding: 13px 0 0 0;
}

#ajaxList li{
	line-height: 20px;
	width: 120px;	
	margin: 2px 0;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
}

#ajaxList li.reserviert{	
	color: red;
}

#ajaxList li .bemerkung{
	font-size: 8px;
	display:block;
	line-height: 8px;
}

#ajaxList li input{
	display: none;
}

#haeswrapper{	
	float: left;
	width: 690px;
	display: none;
	height: 300px;
	
	margin: 0 0 0 60px;	
}



#haeswrapper .heading{
	margin: 0;
}

#haeslist li{
	float:left;
	padding-bottom: 6px;
	border: 1px solid #CFCFCF;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;	
	color: #050505;	
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 6px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

#haeslist li:active{
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}

#haeslist li:hover{
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#ccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #ccc));
}


#back{
	position: absolute;
	left:0px;
	padding: 6px 2px;
	background: #000;
	display: none;
}



#haeslist li+li{
	margin-left: 10px;
}


#personalData{
	display: none;
	float: left;
	margin: 0 0 0 40px;
}

#personalData p{
	margin: 0;
}

#personalData p + p {
	margin: 10px 0 0 0;
}

#kinderhaesinfos{
	display: none;
	width: 270px;	
	position: relative;
	margin: 0 0 0 20px;
	padding-top: 0px;
	height: 280px;
}


.btn.green {
	position: absolute;
	bottom: 0px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #344c01;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#bddf43 0%,
		#90aa26 67%,
		#90aa26);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#bddf43),
		color-stop(0.67, #90aa26),
		to(#90aa26));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #648b31;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(234,255,138,0),
		0px 1px 0px rgba(234,255,138,0.6);
}

.error{border-color: red;}

#reserviertInfo{display: none;color: red;margin:0 0 15px 0;}

#danke{
	display:none;
	padding: 10px;
	width: 700px;
	margin-left: 220px;	
}


