input                {font-size:1.0em; font-family:verdana, arial, sans-serif; border:1px solid #bbb; background-color:none; margin-top:0;padding:3px;}
select               {font-size:1.0em; font-family:verdana, arial, sans-serif; border:1px solid #bbb; background-color:none; margin-top:0;padding:3px;}
textarea             {font-size:1.0em; font-family:verdana, arial, sans-serif; border:1px solid #bbb; background-color:none; margin-top:0;padding:3px;}

.includeWeblic .elementFormReservierung 		{
								margin:0px;
								}

.elementFormReservierung label.left			{
								float: left;
								text-align: right;
								width:125px;
								margin:5px 15px 5px 0;
								}
								
.elementFormReservierung label.zimmertext			{
								float: left;
								text-align: left;
								margin:5px 15px 5px 0;
								}	
								
.elementFormReservierung label.art			{
 								text-align: left;
								margin:5px 15px 5px 0;
                                                               	}	

.includeWeblic .elementFormReservierung input	{
								margin:5px 15px 5px 0;
								width:300px;
								}

.elementFormReservierung select				{
								float:left;
								margin:5px 15px 5px 0;
								width:50px;
								}
								
.elementFormReservierung select.small		{
								margin:5px 15px 5px 0;
								width:273px;
								}

.elementFormReservierung select.anfragebuchung		{
								margin:5px 15px 5px 0;
								width:300px;
								}
								
.includeWeblic .elementFormReservierung input.checkbox	{
								margin:5px 5px 5px 0;
								width:15px;
								border:none;
								background:none;
								}

.includeWeblic .elementFormReservierung .kontaktinformationen input.personen			{
								margin:5px 11px 5px 0;
								width:30px;
								}
								
.includeWeblic .elementFormReservierung .kontaktinformationen input.plz			{
								margin:5px 11px 5px 0;
								width:59px;
								}
								
.includeWeblic .elementFormReservierung .kontaktinformationen input.stadt			{
								margin:5px 5px 5px 0;
								width:222px;
								clear:right;
								}
								
.includeWeblic .elementFormReservierung input.alter			{
								margin:5px 10px 5px 0;
								width:140px;
								}

								
.includeWeblic .elementFormReservierung input.anzahl			{
								margin:5px 5px 5px 0;
								width:142px;
								}
								
								
.includeWeblic .elementFormReservierung input.button			{
								margin:5px 5px 5px 0;
								width:130px;
								cursor:pointer;
								}
								
.includeWeblic .elementFormReservierung  textarea			{
								margin:5px 15px 5px 0;
								width:300px;
								height:150px;
								}
								
.elementFormReservierung form br 				{
								clear: both;
								}
								
								
.formCaption 					{
								width:50px
								}

.infomaterial		{
					margin:0 0 40px 165px;
					}
					
.infomaterial input	{
					width:15px;
					margin:5px 10px 0 0;
					}
					
.infomaterial label	{
					height:150px;
					}
					
.anreise			{
					margin:40px 0;
					}
					
.anreise p			{
					margin:0 0 0 165px;
					}

.info				{
					margin:40px 0;
					}	

.kontaktinformationen	{
						margin:40px 0;
						}
						
.kontaktinformationen p	{
						margin:0 0 0 141px;
						}	
						
.kontaktinformationen h4	{
						margin:7px 0 7px 141px;
						font-size:14px;
						color:#892E38;
						}	


/* Data Picker */

a.date-picker {
	width: 16px;
	height: 21px;
	border: none;
	color: #fff;
	padding: 0;
	margin:0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(/hotel/service/reservierungsanfrage/wGui/icon-calendar.gif) bottom no-repeat; 
}

a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin:0;
	padding:0;
}
div.popup-calendar-wrapper {
	position: relative;
}
div.date-picker-holder input {
	float: left;
	padding:3px;
}
div.popup-calendar {
	font-size:11px;
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0; /* value for IE */
	padding: 4px;
	border: 2px solid #bbb;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 340px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	color:#000000;
	font: normal normal bold 11px Verdana, sans-serif;
	margin: 2px 0 5px 3px;
	visibility:visible;
	letter-spacing:0px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #333;
}
div.popup-calendar div a:hover {
	background-color: #bbb;
	color: #fff;
	text-decoration:none; 
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th {
	background: #ddd;
	width: 21px;
	height: 20px;
	text-align: center;
} 

div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 20px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #FEE8B7;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 20px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
						
