﻿.Bestellformular h1
{
    margin-bottom: -25px
}

.Bestellformular h2
{
    color: #000066;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Bestellformular fieldset {
	border: solid 1px #000066;
	display: block;
}
.Bestellformular fieldset label { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 110px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.Bestellformular fieldset input, .Bestellformular fieldset select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 330px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
}

.Bestellformular fieldset br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.Bestellformular fieldset label {
	padding-right: 1em;
}
.Bestellformular fieldset textarea { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	width: 325px; /* Breite.*/
	height: 150px;
	border: 1px solid #E4E4E4;
	padding: 2px;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
