body,html
{
	font-family: Arial;
	font-size: 18px;
	line-height: 26px;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: black;
}

.bestellContainer
{
	width: 750px;
	height: auto;
	background-color: white;
	padding:50px;
	overflow: hidden;
}

h1
{
	font-size: 30px;
	margin:0 0 70px 0;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
}

h2
{
	font-size: 20px;
	margin:0 0 5px 0;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: black;
}

p
{
	margin:0 0 20px 0;
	font-size: 14px;
}

.bestellLeft
{
	float: left;
	width: 350px;
	height: auto;
	margin:0 40px 0 0;
}

.bestellRight
{
	float: left;
	width: 350px;
	height: auto;
	overflow: hidden;
}

div.plz
{
	width: 120px;
	float: left;
	overflow: hidden;
	margin:0 10px 0 0;
}

div.plz input[type="text"]
{
	width: 100px;
}

div.ort
{
	width: 220px;
	float: left;
	overflow: hidden;
}

div.ort input[type="text"]
{
	width: 205px;
}

/**
 * @section Formulare
 */
input, textarea
{
} 

fieldset {
  border: none;
  width:350px;
  margin:0 0 20px 0;
}
legend {
  color:#e63241;
  font-weight: bold;
  font-size: 16px;
  margin:0 0 20px 0;
  display:none;
  
}
input[type="checkbox"],
input[type="radio"] {
}
input[type="text"], input[type="email"], input[type="tel"], input.date {
  border: 1px solid #D0D0D0;  
  padding: 5px;
  margin:3px 0 15px 0;
  width:335px;
  font-size: 12px;
  background-color: #EEE;
}
input[type="submit"] {
  background-color: #87888a;
  font-weight: 600;
  padding: 0 5px;
  width:345px;
  margin:5px 0 0 0;
  height:32px;
  font-size: 15px;
  color:white;
  border: none;
  cursor: pointer;
}

textarea {
  border: 1px solid #D0D0D0;  
  padding: 5px;
  margin:3px 0 15px 0;
  width:335px;
  font-size: 16px;
  background-color: #EEE;
  height:120px;
}
label {
  cursor: pointer;
  float:left;
  font-size:14px;
  line-height: 21px;
  height: 21px;
  width:350px;
  color:#333;
  height:auto;
  font-weight: bold;
  display: block;
}

select
{
   width: 350px;
   padding: 5px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   margin:0 0 20px 0;
   border: 1px solid #D0D0D0;
}

option
{
  font-size: 16px;
}

.error
{
  background-color: #FFD511;
  padding:5px 10px;
  margin-left:-150px;
}

.formError
{
	left:600px !important;
}


#holzContainer
{
	height: 259px;
	overflow: hidden;
}