input.inputbox {
	border: 1 px solid black;
	font-size: 14px;
	background-color: #f3f5ef;
	color: black;
	vertical-align: middle;
	margin-top: 10px;
	height: auto;
	border-width: 1;
	border-color: black;
}
input.inputbox:hover {background-color: #FFFFFF;}
.Icon_Buchen {
	top: auto;
	right: 10px;
	bottom: 1px;
}

input.button {
	color: black;
	border-width:0px;
	font-size: 14px;
	height: auto;
	background-color: #C6CFB5;
	margin-right: 5px;
}
textarea.inputbox {
	border: 1 px solid #9C9221;
	font-size: 14px;
	background-color: #f3f5ef;
	color: black;
	border-width: 1;
	border-color: black;
}
textarea.inputbox:hover {background-color: #FFFFFF;}
.inputbox {
	border           : 1px solid white;
	background	   : transparent url(../images/back.gif);
	background-color : black;
	margin-bottom    : 1px;
	color			   : white;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#buttons {
  float            : right;
  margin           : 0px;
  padding          : 0px;
  width            : 50%;
}
				
.Tabelle_hell {
	background-color: #c6cfb5;
}
