*{
	margin: 0;
	padding: 0;
	outline: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background: #6a3e40 url(http://www.badische.com/img/reservation_body_bg.jpg) repeat-x left top;
	cursor: default;
}
img,fieldset{
	border: 0;
}
a{
	cursor: pointer;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}	
#wrapper{
	padding: 20px;
}	
#wrapper *{
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;	
}
h1,h2{
	padding-top: 100px;
	padding-bottom: 12px;	
	color: #fff;
}
label{
	float: left;
	clear: both;
	display: block;
	width: 180px;
	color: #fff;
	margin-bottom: 5px;
	white-space: nowrap;
}
input,textarea,select{
  float: left;
  display: block;
  width: 290px;
  border: 0px;
  background: #fff;
  color: #000;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0px;
  padding-left: 5px;
}
select{
	width: 296px;
	margin-bottom: 5px;
}
textarea{
	height: 80px;
	overflow: auto;
	margin-bottom: 5px;
}
.error{
	color: #3f0b0f;
}	
#f_send{
	width: 296px;
	color: #000;
	border: 0px;
	background-color: #fff;
}	
#logo{
	position: absolute;
	left: 550px;
	top: 0px;	
}
#headline{
	position: absolute;
	left: 14px;
	top: 55px;	
}	
