@charset "utf-8";
/* CSS Document */

#anschriften {
margin: 0.625em;
margin-left: 0;
}

#checkbox, #bezahlung {
position: relative;
background-color: #fd864a;
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;	
left: 0;
}

#lieferanschrift {
position: relative;
width: 50%;
left: 0;
float: left;
}

#rechnungsanschrift {
position: relative;
width: 50%;
float: left;
}

label { /* Alle Labels UND Formularelemente auswählen */
display: block;
}

input#abo {
display: block;
width: 18.75em; /* Breite.*/
}

input#name, #name-re { /* das Name-Feld */
display: block;
width: 12em; /* Breite.*/
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.688em;
text-indent: 0.125em;
}

input#firma, #firma-re { /* das Name-Feld */
display: block;
width: 12em; /* Breite.*/
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.688em;
text-indent: 0.125em;
}

input#email, #email-re{ /* das Email-Feld */
display: block;
width: 12em; /* Breite.*/
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.688em;
text-indent: 0.125em;
}

input#strasse, #strasse-re {
display: block;
width: 12em; /* Breite.*/
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.688em;
text-indent: 0.125em;
}

input#ort, #ort-re {
display: block;
width: 12em; /* Breite.*/
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.688em;
text-indent: 0.125em;
}

input#bttAbsenden { /* den Submit-Button */
float: left;
width: 5.5em;
background-color: #fd864a;
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
margin-top: 0.125em;
margin-bottom: 0.125em;
font-size: 0.688em;
color: #ffffff;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
}

input#bttAbsenden:hover { /* den Submit-Button */
background-color: #f9ab7a;
color: #ffffff;
}

input#bttBestellen { /* den Submit-Button */
float: left;
width: 5.5em;
background-color: #fd864a;
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
margin-top: 0.125em;
margin-bottom: 0.125em;
font-size: 1em;
color: #ffffff;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
}

input#bttBestellen:hover { /* den Submit-Button */
background-color: #f9ab7a;
color: #ffffff;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
clear: left; /* das floating der labels und inputs aufheben */
}

textarea {
width: 15em;
float: left;
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
color:#000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.688em;
text-indent: 0.125em;
}