/*  CSS Document */

body {
  font-family:  Arial, Helvetica, Verdana, sans-serif; background-color:#660000;
  
}


/*---- Kopie aus form für bearbeiten einfügen, da sonst weiße Schrift nicht sichtbar:  background-color:#9c3636; -----*/
/*---- Backgroundcolor alt  background-color:#9c3636;  neu ab dezember 2011 background-color:#660000 ------*/

form  {background-color:#660000; width:340px; padding:0px;  border:0px; font-size:12px; font-weight:normal; color:white;}

td, input, select, textarea { font-size:13px;  font-weight:normal; color:white; }

input, select, textarea { color:black; }

.zeile {  font-size:14px;  font-weight:normal; color:white;}
.feld {  font-size:11px;  font-weight:normal; color:black;}
.mitteilung {  font-size:11px;  font-weight:normal; color:black;}

.button_preis {border: 1px solid #006; background:#a7f54e;}
.button_preis:hover {border: 1px solid #f00; background:#eef;}

.button_senden {border: 1px solid #006; background:#ccff66;}
.button_senden:hover {border: 1px solid #f00; background:#eef;}

.button_loesch {border: 1px solid #006; background:#85c041;}
.button_loesch:hover {border: 1px solid #f00; background:#eef;}

#error {background-color:white; width:335px; font-size:15px;  font-weight:bold; color:red; text-decoration: blink}
#zur {background-color:white; width:335px; font-size:15px;  font-weight:non; color:green; text-decoration: none}
#rueck {background-color:green; width:335px;font-size:15px; font-weight:bold; color:white; text-decoration: none}
#preis {background-color:#008000; width:335px;font-size:15px; font-weight:bold; color:white; text-decoration: none}

