diff --git a/bestellformular.html b/public/bestellformular.html
similarity index 100%
rename from bestellformular.html
rename to public/bestellformular.html
diff --git a/public/css/desktop.css b/public/css/desktop.css
index 68ce057..9b68ce4 100644
--- a/public/css/desktop.css
+++ b/public/css/desktop.css
@@ -127,4 +127,102 @@ header > p {
left: 0;
bottom: 0;
width: 100%;
-}
\ No newline at end of file
+}
+
+input {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #606060
+}
+
+
+label {
+ font-weight: normal;
+ border: none;
+}
+
+#anrede,
+#titel,
+#vorname,
+#name,
+#straße,
+#hausnummer,
+#plz,
+#wohnort,
+#email {
+ border: none;
+ width:600px;
+}
+
+.bestellung_tabelle {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 0.8em;
+ color: #606060;
+ text-align: left;
+ margin-top:30px;
+ margin-left: 50px;
+ border: thin solid #606060;
+ border-collapse: collapse;
+}
+
+.bestellung_tabelle th {
+ border: thin solid #606060;
+}
+
+.bestellung_tabelle td {
+ border: thin solid #606060;
+ width: 600px;
+}
+.bestellung_tabelle tr{
+ height: 25px;
+}
+
+.stern {
+ width: 30px;
+ text-align: center;
+}
+
+.feld_vorn {
+ width: 115px;
+}
+#tabellenbeschreibung{
+ font-size: 0.8em;
+ margin-top: 6px;
+ margin-left: 60px;
+}
+#gesamtkosten{
+ font-size: 1em;
+ color: black;
+ margin-top: 40px;
+ margin-left: 50px;
+}
+.checkboxen{
+ display: inline-block;
+ font-size: 0.8em;
+ text-align:justify;
+}
+.checkbox_ausrichtung{
+ margin-left: 50px;
+}
+#begrueßung_bestellung_abschließen{
+ font-size: 2em;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ text-align: center;
+ margin-top: 0.5px;
+}
+.button_abschließen{
+ background-color: #476B1C;
+ color: white;
+ padding: 3px 10px;
+ border-radius: 6px;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 0.8em;
+ margin: 4px 2px;
+ cursor: pointer;
+ font-weight: normal;
+}
+.button_abschließen_position{
+ margin-left: 100px;
+}