@charset "utf-8";
/* CSS Document */

#kontakt {
margin: 0.625em;
margin-left: 0;
margin-right: 0;
}

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: 15em; /* 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: 15em; /* 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: 15em; /* 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: 15em; /* 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#nachricht { /* das Nachricht-Feld */
display: block;
width: 15em; /* Breite.*/
border: solid 1px #fd864a;
}

input#bttSenden { /* den Submit-Button */
float: left;
width: 9em;
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#bttSenden:hover { /* den Submit-Button */
background-color: #f9ab7a;
color: #ffffff;
}

input#bttAnfrage-senden { /* den Submit-Button */
float: left;
width: 9em;
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#bttAnfrage-senden:hover { /* den Submit-Button */
background-color: #f9ab7a;
color: #ffffff;
}

input#bttAbsenden { /* den Submit-Button */
float: left;
width: 6em;
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: 6em;
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;
}
input#bttLoeschen { /* den Submit-Button */
float: left;
width: 9em;
background-color: #f9ab7a;
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
font-size: 0.688em;
color: #ffffff;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
margin-top: 0.5em;
}

input#bttLoeschen { /* den Submit-Button */
float: left;
width: 9em;
background-color: #f9ab7a;
border-top: solid 0.1em #fd864a;
border-right: solid 0.1em #fd864a;
border-bottom: solid 0.1em #fd864a;
border-left: solid 0.1em #fd864a;
font-size: 0.688em;
color: #ffffff;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
margin-top: 0.5em;
}

input#bttLoeschen:hover { /* den Submit-Button */
background-color: #fd864a;
color: #ffffff;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
clear: left; /* das floating der labels und inputs aufheben */
}

textarea {
width: 100%;
height: 10em;
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;
overflow: hidden;
}

select#auswahl { /* das Name-Feld */
display: block;
margin-top: 0.5em;
width: 16.2em; /* Breite.*/
size: 1.25em;
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.65em;
text-indent: 0em;
font-style: italic;
}

