 BODY {
	 font-family: Arial;
	 font-size: 12px;
 }
 
 A {
	 text-decoration:none;
	 color: #000000;
 }
 
 A:hover {
	 text-decoration: none;
	 color: #009900;
 }

 LABEL {
	 margin-left: 50px;
	 width:100px;
	 margin-right:25px;
 }

 IMG {
  border: 0px;
 }

#dialog {
	font-size: 18px;
	padding: 20px;
	position: fixed;
	z-index: 999;
	font-weight: bold;
	border: 2px solid red;
	color: red;
}

#shadow {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	background-color: #ccc;
	opacity: 0.8;
	top: 0px;
	left: 0px;
}
 
 .input_textbox {
	 width: 200px;
	 height:25px;
	 border: #cccccc 1px solid;
 }

 .form_button_Senden {
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right:25px;
  font-weight: bold;
  background-color: #cccccc;
  border-radius: 5px;
 }
  
 .page_header {
	 height: 175px;
	 width: 1800px;
	 background-color: #f8f8f8;
	 border: #cccccc 5px solid;
	 border-radius: 10px;
	 box-shadow: 5px 5px 3px #888;
	 display: table-cell;
	 vertical-align: middle;
	 text-align: center;
 }

 .page_header_bild1 {
	 float: left;
	 margin-top: 4px;
	 margin-left: 30px;
 }
 
 .page_header_bild2 {
	 float:left;
	 margin-right: 30px;
	 margin-bottom: 4px;
 }
 
 .page_header_text_container {
	 width: 1000px;
	 float: left;
	 height: 125px;
	 overflow: auto;
	 display: table-cell;
	 margin-top:15px;
 }
 
 .page_header_text1 {
	 font-weight: bold;
	 font-size:42px;
	 margion-top:10px;
	 width: 900px;
	 height:50px;
 }

 .page_header_text2 {
	 width:900px;
	 font-size: 16px;
	 margin-top: 5px;
	 font-weight: bold;
	 height: 60px;
 }
 
 .page_header_text2 IMG {
  margin-left: 5px;
 }
  
 .page_plan_container {
	 background-color: #f8f8f8;
	 border: #cccccc 5px solid;
	 border-radius: 10px;
	 box-shadow: 5px 5px 3px #888;
	 display: table-cell;
	 vertical-align: top;
	 text-align: center;
     width: 1800px;
     height: 600px;
 } 
  
 .page_footer {
	font-size: 12px;
	font-weight: italic;
 }
 
 .page_plan_loginbereich {
	 width:1600px;
	 height:50px;
	 padding-bottom:5px;
	 margin-top:10px;
	 border-bottom: 2px #cccccc solid;
	 font-size: 16px;
	 font-weight: bold;
	 margin-left:25px;
 }
 
 .page_plan_login_greetingform {
	 float: left;
	 width: 1400px;
	 margin-top:10px;
	 text-align: left;
 }

 .page_plan_login_greetingform_loginswitch {
  margin-left:10px;
  margin-top:10px;
 }
  
 .page_plan_login_greeting {
	 float: left;
	 width: 650px;
	 margin-top:10px;
	 text-align: left;
 }
    
 .page_plan_login_menubar {
	 float:right;
	 margin-right: 5px;
 }
 
 .page_plan_login_menubar IMG {
	 margin:5px;
 }
 
 .page_plan_inhalte {
  height: 550px;
 }
 
 .register_user_ueberschrift {
   width: 1600px;
   font-weight: bold;
   font-size:16px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
 }
 
 .register_user_details {
  width: 600px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
  text-align: left;
 }

 .user_profile_details {
  width: 700px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
  text-align: left;
 }

 .user_profile_details INPUT {
  margin-left: 10px; 
 } 
 
 .user_profile_details_box_ueberschrift {
  font-weight: bold;
  font-size: 16px;
  margin-bottom:10px;
  background-color: #cccccc;
  border-radius: 5px;
  padding: 5px;
 }

 .user_profile_konto_box_ueberschrift {
  font-weight: bold;
  font-size: 16px;
  margin-bottom:10px;
  background-color: #cccccc;
  border-radius: 5px;
  padding: 5px; 
 }
 
 .user_profile_konto {
  width: 800px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
  text-align: left;
 }
 
 .register_user_details SELECT {
  margin-left: 10px;
 }
 
 .register_user_combo_short {
   width: 50px;
   border: #cccccc 1px solid;
 }
 
  .register_user_details INPUT {
  margin-left: 10px;
 }

 .register_user_details_box_ueberschrift {
  font-weight: bold;
  font-size: 16px;
  margin-bottom:10px;
  background-color: #cccccc;
  border-radius: 5px;
  padding: 5px;
 }
 
 .register_user_details_box_ueberschrift_sub {
  font-weight: bold;
  font-size: 12px;
  margin-top: 25px;
  margin-bottom:5px;
 }
 
 .register_user_textbox_short {
  width: 75px;  
  border: #cccccc 1px solid;
 }

 .register_user_textbox_pflicht_short {
  width: 50px;  
  border: #cccccc 1px solid;
 }
 
 .register_user_textbox_pflicht_long {
  width: 350px;  
  border: #cccccc 1px solid;
 }

 .reg_login_check {
  float: right;
  width: 50px;
 }

 .register_user_textbox_pflicht_middle {
  width: 250px;  
  border: #cccccc 1px solid;
 }

 .register_user_textbox_pflicht {
  width: 180px;  
  border: #cccccc 1px solid;
 }
 
 .register_user_firma {
  width: 600px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
  text-align: left;
}

 .register_user_firma INPUT {
  margin-top: 10px;
  margin-left: 25px;
 }
 
 .register_user_firma_neu INPUT {
  margin-left: 50px;
  margin-top: 10px;
 }
 
 .register_user_combo_long {
  margin-left: 50px;
  width: 400px;
  border: #cccccc 1px solid;
 }
 
 .register_user_firma_textbox_pflicht_long {
  width: 350px;  
  border: #cccccc 1px solid;
 }
 
 
 .register_user_button {
  width: 1200px;
  height: 50px;
  text-align: left;
  vertical-align:middle;
  margin-left: 25px;
 }
 
 .page_plan_kopfzeile {
	 width: 1720px;
	 height: 40px;
	 background-color: #cccccc;
	 margin-left: 25px;
	 vertical-align: middle;
 }
 
 .page_plan_woche_zurueck {
	 float: left;
	 margin-left: 25px;
	 margin-top:4px;
 }
 
 .page_plan_woche_vor {
	 float: right;
	 margin-right: 25px;
	 margin-top:4px;
 }
 
 .page_plan_kopfzeile_text {
	 font-weight: bold;
	 font-size: 18px;
	 color: #009900;
	 float: left;
	 height: 30px;
	 margin-top: 10px;
	 margin-left: 50px;
	 width: 1200px;
 }
 
 .page_plan_tag {
	 float:left;
	 width: 300px;
	 height: 380px;
	 border: #cccccc 2px solid;
	 border-radius: 10px;
	 box-shadow: 5px 5px 3px #888;
	 margin-left: 25px;
	 font-weight: bold;
 }

 .page_plan_tag_ueberschrift{
  width: 300px;
  height: 30px;
  color: #000000;
  background-color: #cccccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  padding-top:5px;
 }
 
 .page_plan_feiertag {
	 float:left;
	 width: 300px;
	 height: 380px;
	 border: #ff0000 2px solid;
	 border-radius: 10px;
	 box-shadow: 5px 5px 3px #888;
	 margin-left: 25px;
	 font-weight: bold;
 }

 .page_plan_feiertag_ueberschrift{
  width: 300px;
  height: 30px;
  color: #f8f8f8;
  background-color: #ff0000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  padding-top:5px;
 }
 
 .page_plan_feiertag_text {
  font-size: 28px;
  color: #000000;
  width: 250px;
  height: 300px;
  margin-left: 25px;
  margin-top: 25px;
 }
 
 .page_plan_freier_tag {
	 float:left;
	 width: 300px;
	 height: 380px;
	 border: #552600 2px solid;
	 border-radius: 10px;
	 box-shadow: 5px 5px 3px #888;
	 margin-left: 25px;
	 font-weight: bold;
 }
 
 .page_plan_freier_tag_ueberschrift{
  width: 300px;
  height: 30px;
  color: #f8f8f8;
  background-color: #552600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  padding-top:5px;
 }

 .page_plan_tag_urlaub {
	 float:left;
	 width: 300px;
	 height: 380px;
	 border: #888c5a 2px solid;
	 border-radius: 10px;
	 box-shadow: 5px 5px 3px #888;
	 margin-left: 25px;
	 font-weight: bold;
 }

 .page_plan_tag_urlaub_ueberschrift {
  width: 300px;
  height: 30px;
  color: #f8f8f8;
  background-color: #888c5a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  padding-top:5px;
 }
 
 .page_plan_tag_urlaub_text {
  font-size: 28px;
  color: #000000;
  width: 200px;
  height: 300px;
  margin-left: 25px;
  margin-top: 25px;
 }

 
 .page_plan_tag_menu {
  width: 245px;
  height: 50px;
  margin-top: 20px;
  margin-left: 25px;
 }

 .page_plan_tag_checkbox {
  float: left;
  margin-left:5px;
  margin-right:5px;
  width:40px;
  height: 50px;
 }

 .page_plan_tag_text {
  float: left;
  margin-left:5px;
  margin-right:5px;
  width: 175px;
  height: 50px;
  text-align: left;
  font-size:12px;
}
  
 .feiertage_ueberschrift {
   width: 1200px;
   font-weight: bold;
   font-size:28px;
   margin-left: 25px;
   margin-top: 10px;
   height: 60px;
   text-align: left;
   vertical-align: middle;
   border-bottom: #cccccc 3px solid;
 }

 .feiertage_ueberschrift IMG {
   margin-right: 25px;
 }

 .feiertag_formular {
  margin-top: 25px;
  margin-left: 25px;
  text-align: left;
  vertical-align: middle;
  width: 1200px;
 }

 .feiertag_textbox_short{
  border: #cccccc 1px solid;
  width: 100px;
 }

 .feiertag_textbox_long{
  border: #cccccc 1px solid;
  margin-right: 25px;
  margin-left: 10px;
  width: 200px;
 }

 .feiertage_liste {
  margin-top: 25px;
  margin-left: 25px;
  width: 1200px;
  height: 350px;
  overflow: :auto;
 }
 
 .feiertage_liste_eintrag_zeile {
  width: 600px;
  height: 30px;
  margin-top: 5px;
 }

 .feiertage_liste_eintrag_zeile_fett {
  width: 600px;
  height: 30px;
  margin-top: 5px;
  font-weight: bold;
  color: #009900;
 }

 .feiertage_liste_eintrag_zeile_neuesjahr {
  width: 600px;
  height: 30px;
  background-color: #cccccc;
  vertical-align:middle;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  display:table-cell;
  margin-top: 5px;
 }

 .feiertage_liste_eintrag_zeile_spalte_normal {
  float: left;
  width: 100px;
  margin-left: 5px;
  text-align:left;
  vertical-align:middle;
  height:30px;
 }

 .feiertage_liste_eintrag_zeile_spalte_breit {
  float: left;
  width: 250px;
  margin-left: 5px;
  text-align:left;
  vertical-align:middle;
  height:30px;
 }
 
 .firma_einstellung_ueberschrift {
   width: 1200px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: center;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .firma_einstellung_adresse_kontakt {
   float: left;
   width: 600px;
   height: 450px;
   margin-left: 25px;
   text-align: left;
 }

 .firma_einstellung_adresse_kontakt INPUT {
   margin-left: 25px;
   margin-top: 10px;
 }

 .firma_einstellung_hinweis_zuschuss {
  float: left;
  width: 575px;
  height: 80px;
  margin-top: 10px;
  margin-left: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #ff0000;
  text-align: left;
 }

 .firma_einstellung_zuschuss {
  float: left;
  width: 575px;
  height: 300px;
  margin-left: 25px;
  margin-top: 25px;
  text-align: left;
  font-size: 16px;
 }
 
 .firma_einstellung_zuschuss_textbox {
  width: 50px;
  border: #cccccc 1px solid;
  }

 .firma_einstellung_buttons {
  float: left;
  width: 575px;
  height: 30px;
  margin-left: 25px;
  margin-top: 25px;
  text-align: left;
 }

 .firma_einstellung_buttons A {
  margin-left: 0px;
 }

 .gerichte_ueberschrift {
   width: 1500px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .gerichte_formular {
  width: 500px;
  text-align: left;
  vertical-align: middle;
  height: 450px;
  margin-top: 10px;
  margin-left: 25px;
  float:left;
 }

 .gericht_formular_ueberschrift {
  margin-top: 10px;
  width: 475px;
  height: 25px;
  font-weight: bold;
  font-size:16px;
  background-color: #cccccc;
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 25px;
  vertical-align: middle;
  text-align: left;
 }

 .gericht_zeile_ueberschrift {
  margin-top: 10px;
  margin-left: 20px;
  width: 500px;
  font-weight: bold;
 }
 
 .gericht_zeile_elemente {
  width: 500px;
  margin-left: 25px;
  margin-top: 10px;
  min-height: 30px;
  overflow: auto;
 }

 .gericht_textbox_bez {
  border: #cccccc 1px solid;
  width: 300px;
 }
 
 .gericht_textbox_preis {
  border: #cccccc 1px solid;
  width: 50px;
 }
 
 .gericht_radio {
  border: #cccccc 1px solid;
 }
 
 .gericht_checkbox {
  border: #cccccc 1px solid;
 }

 .gericht_form_buttons {
  width: 250px;
  margin-top: 25px;
  height: 30px;
 }

 .gericht_liste {
  width: 950px;
  text-align: left;
  vertical-align: middle;
  height: 450px;
  margin-top: 10px;
  margin-left: 25px;
  float:left;
 }

 .gericht_liste_box_ueberschrift {
  margin-top: 10px;
  width: 925px;
  height: 25px;
  font-weight: bold;
  font-size:12px;
  background-color: #cccccc;
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 25px;
  vertical-align: middle;
  text-align: left; 
 }
 
 .gericht_liste_textbox_suche {
  width: 400px;
  border: #cccccc 1px solid;
  margin-left: 15px;
 }

 .gericht_liste_scrollbereich {
  height: 400px;
  overflow-y: scroll;  
 }

 .gericht_liste_zeile_ueberschrift {
  margin-top: 10px;
  margin-left: 20px;
  width: 900px;
  height: 16px;
  font-weight: bold;
  font-size:12px;
  background-color: #cccccc;
  border-radius: 5px;
  text-align: left;
  vertical-align:middle;
  padding-top: 4px;
  padding-left:10px;
 }

 .gericht_liste_zeile_normal {
  margin-top: 10px;
  margin-left: 20px;
  width: 900px;
  height: 16px;
  font-size:12px;
  text-align: left;
  vertical-align:middle;
  padding-top: 4px;
  padding-left:10px;
 }

 .gericht_liste_spalte_breit {
  float: left;
  width: 550px;
 }

 .gericht_liste_spalte_icons {
  float: left;
  width: 70px;
 }
 
 .gericht_liste_spalte_icons IMG {
  margin-left:5px;
 } 

 .gericht_liste_spalte_schmal {
  float: left;
  width: 80px;
 }

 .gericht_liste_spalte_optionen {
  float: left;
  width: 140px;
 }
 
 .gericht_liste_spalte_optionen IMG {
  margin-left:5px;
  margin-right: 5px;
 }
 
 .urlaub_icon {
  margin-top: 25px;
  margin-left: 25px;
  width:150px;
  height:450px;
  float: left;
  text-align:center;
  vertical-align:middle;  
 }

 .urlaub_ueberschrift {
  float: left;
  height:35px;
  width:700px;
  margin-left: 25px;
  margin-top: 25px;
  font-weight:bold;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: #cccccc 3px solid;
 }
 
 .urlaub_text {
  float:left;
  width:700px;
  margin-left: 25px;
  margin-top: 10px;
  text-align: left;
  font-size:16px;
 }
 
 .urlaub_formular {
  width: 700px;
  height: 75px;
  text-align: left;
  vertical-align:middle;
  margin-left:25px;
  margin-top: 10px;
  font-size:16px;
  float:left;  
 }
 
 .urlaub_textbox_short{
  border: #cccccc 1px solid;
  width: 100px;
 }

 .urlaub_textbox_long{
  border: #cccccc 1px solid;
  width: 400px;
 }
 
 .urlaub_hinweis {
  width: 700px;
  height: 20px;
  text-align: left;
  margin-left:25px;
  font-weight: bold;
  font-size:14px;
  color: #ff0000;
  float:left;  
 }
 
 .urlaub_liste {
  height: 290px;
  width: 750px;
  margin-left: 25px;
  margin-top: 50px;
  float:left;
  overflow-y: scroll;
 }
 
  .urlaub_liste_eintrag_zeile_neuesjahr {
  width: 700px;
  height: 30px;
  background-color: #cccccc;
  vertical-align:middle;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 5px;
 }

  .urlaub_liste_eintrag_zeile {
  width: 750px;
  height: 30px;
  vertical-align:middle;
  font-size: 14px;
  margin-top: 5px;
 }
 
 .urlaub_liste_eintrag_zeile_spalte_zeitraum {
  float: left;
  width: 230px;
  margin-left: 5px;
  text-align:left;
  vertical-align:middle;
  height:30px;
 }

 .urlaub_liste_eintrag_zeile_spalte_Bemerkung {
  float: left;
  width: 400px;
  margin-left: 5px;
  text-align:left;
  vertical-align:middle;
  height:30px;
 }
 
 .urlaub_liste_eintrag_zeile_spalte_icons {
  float: left;
  width: 40px;
  margin-left: 5px;
  text-align:left;
  vertical-align:middle;
  height:30px;
 }
 
  .menuplan_edit_ueberschrift {
   width: 1380px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }
 
 .menuplan_edit_zeile {
  margin-top: 10px;
  margin-left: 25px;
  width: 1380px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
 }
 
 .menuplan_edit_zeile_spalte_kw {
  background-color: #cccccc;
  border-radius: 10px;
  width: 60px;
  height: 195px;
  float: left;
  font-weight: bold;
  font-size: 20px;
 }
 
 .menuplan_edit_zeile_spalte_tag {
  border: #cccccc 3px solid;
  border-radius: 10px;
  width: 250px;
  height: 190px;
  float: left;
  font-size: 14px;
  box-shadow: 5px 5px 3px #888;
  margin-left: 6px;
 }

 .menuplan_edit_zeile_spalte_feiertag {
  border: #ff0000 3px solid;
  border-radius: 10px;
  width: 250px;
  height: 190px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 5px 5px 3px #888;
  margin-left: 6px;
 }

 .menuplan_edit_zeile_spalte_freier_tag {
  border: #552600 3px solid;
  border-radius: 10px;
  width: 250px;
  height: 190px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 5px 5px 3px #888;
  margin-left: 6px;
 }

 .menuplan_edit_zeile_spalte_urlaub {
  border: #aa8c5a 3px solid;
  border-radius: 10px;
  width: 250px;
  height: 190px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 5px 5px 3px #888;
  margin-left: 6px;
 }

 
 .menuplan_edit_uberschrift_tag {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #cccccc;
 }
 
 .menuplan_edit_uberschrift_feiertag {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ff0000;
  color: #f8f8f8;
 }
 
 .menuplan_edit_uberschrift_freier_tag {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #552600;
  color: #f8f8f8;
 }

  .menuplan_edit_uberschrift_urlaub {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #aa8c5a;
  color: #f8f8f8;
 }

 
 .menuplan_edit_formular {
  width: 575px;
  height: 260px;
  background-color: #cccccc;
  float: left;
  margin-left: 25px;
  margin-top: 25px;
 }

 .menuplan_edit_gericht_liste_ueberschrift {
  text-align:left;
  font-weight:bold;
  font-size: 11px;
  margin-top:5px;
  margin-left: 5px;
 }
 
 .menuplan_edit_select_gerichte {
  width: 200px;
  font-size:11px;
  border: #cccccc 1px solid;
  margin-top: 5px;
 }
 
 .menuplan_edit_gericht_liste {
  text-align:left;
  font-weight:bold;
  font-size: 11px;
  margin-left: 5px; 
 }

 .menuplan_edit_gericht_liste A {
  margin-left: 5px; 
 }
 
 .menuplan_edit_buttons {
  margin-top: 10px;
  margin-left: 25px;
  width: 1380px;
  text-align: left; 
 }
 
 .warenkorb_ueberschrift {
   width: 1750px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .warenkorb_box_essen {
  width: 910px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

 .warenkorb_box_gaeste {
  width: 750px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

 .warenkorb_zeile_ueberschrift {
   width: 800px;
   font-weight: bold;
   font-size:14px;
   margin-left: 10px;
   margin-top: 10px;
   height: 25px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .warenkorb_gaeste_zeile_ueberschrift {
   width: 480px;
   font-weight: bold;
   font-size:14px;
   margin-left: 10px;
   margin-top: 10px;
   height: 25px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .warenkorb_leer {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 650px;
   margin-left: 10px;
   margin-top:25px;
   font-size:14px;
 }


 .warenkorb_zeile {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 800px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
 }

 .warenkorb_zeile_angaben_bew {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 700px;
   margin-left: 25px;
   margin-top:5px;
   font-size:14px;
 }
 
 .warenkorb_zeile_angaben_bew_spalte1 {
  float: left;
  width: 150px;
 }

 .warenkorb_zeile_angaben_bew_spalte2 {
  float: left;
  width: 525px;
 }
 
 .warenkorb_bewirtung_textbox_long {
  border: #cccccc 1px solid;
  width: 500px;
 }

 .warenkorb_bewirtung_select_long {
  border: #cccccc 1px solid;
  width: 500px;
 }
 
 .warenkorb_select_bew_zeit {
  border: #cccccc 1px solid;
  width: 70px;
 }
 
 .warenkorb_gaeste_zeile {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 480px;
   margin-left: 10px;
   margin-top:3px;
   font-size:14px;
  }
 
 .warenkorb_spalte_datum {
  margin: 2px;
  margin-left:15px;
  width: 75px;
  height: 25px;
  float: left;
 }

 .warenkorb_spalte_bezeichnung {
  margin: 2px;
  width: 450px;
  height: 25px;
  float: left;
 }

 .warenkorb_spalte_anzahl {
  margin: 2px;
  width: 45px;
  height: 25px;
  float: left;
 }
 
 .warenkorb_spalte_preis {
  margin: 2px;
  width: 50px;
  height: 25px;
  float: left;
  text-align:right;
 }

 .warenkorb_spalte_icon {
  margin: 2px;
  width: 30px;
  height: 25px;
  float: left;
 }

 .warenkorb_combo_anzahl {
  border: #cccccc 1px solid;
  width: 40px;
  font-size:10px;
 }
 
 .warenkorb_textbox_name_gast {
  border: #cccccc 1px solid;
  width: 250px;
 }

 .warenkorb_select_mitarbeiter {
  border: #cccccc 1px solid;
  width: 250px;
  margin-left: 5px;
  font-size: 10px;
 }
 
 .warenkorb_select_essen_gast {
  border: #cccccc 1px solid;
  width: 150px;
  margin-left:10px;
 }

 .warenkorb_danke {
  width: 1200px;
  height: 50px;
  font-size: 14px;
  text-align: left;
  margin-left: 25px;
 }

 .mein_konto_ueberschrift {
   width: 1600px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .mein_konto_box_essen {
  width: 900px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

  .mein_konto_box_essen_bewirtung {
  width: 1400px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

 .mein_konto_summe_monat {
  width: 1000px;
  margin-left: 200px;
  height:30px;
  background-color: #cccccc;
  font-weight: bold;
  font-size:20px;
  border-radius: 5px;
  float:left;
 }
 
 .mein_konto_box_monate {
  width: 150px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }
 
 .mein_konto_zeile_ueberschrift {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 1280px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .mein_konto_scrollbereich_essen {
  #min-height: 380px;
  height: 380px;
  overflow-y:scroll;
  width: 1275px;
 }
 
 .mein_konto_zeile_ueberschrift_bew_anlass {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 920px;
   margin-left: 15px;
   margin-top:5px;
   font-size:12px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc; 
 }

 .mein_konto_zeile_ueberschrift_bew_anlass_label {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  width: 70px;
 }

 .mein_konto_zeile_ueberschrift_bew_anlass_edit {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  width: 400px;
 }

 .mein_konto_zeile_ueberschrift_bew_anlass_icon {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  width: 20px;
 }


  .mein_konto_monate_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .mein_konto_zeile {
   height: 20px;
   text-align: left;
   vertical-align: middle;
   width: 1240px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
 }

 .mein_konto_zeile_abgesagt {
   height: 20px;
   text-align: left;
   vertical-align: middle;
   width: 1240px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   text-decoration: line-through;
   /* background-color: #ffafc8; */
   color: #cccccc;   
 }
 
 
 .mein_konto_monat_zeile {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
 }
 
 .mein_konto_monat_zeile:hover {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold; 
 }
 
 .mein_konto_monat_zeile_aktiv {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold;
   border: #cccccc 1px solid;   
 }
 
 
 .mein_konto_spalte_datum {
  margin: 2px;
  margin-left:15px;
  width: 75px;
  height: 20px;
  float: left;
 }

 .mein_konto_spalte_bezeichnung {
  margin: 2px;
  width: 650px;
  height: 20px;
  float: left;
 }

 .mein_konto_spalte_name_gast {
  margin: 2px;
  width: 250px;
  height: 20px;
  float: left;
 }
 
 .mein_konto_spalte_preis {
  margin: 2px;
  width: 75px;
  height: 20px;
  float: left;
 }
 
 .mein_konto_spalte_eigenanteil {
  margin: 2px;
  width: 95px;
  height: 20px;
  float: left;
  font-weight: bold;
 }

 .mein_konto_spalte_icon {
  margin: 2px;
  width: 30px;
  height: 20px;
  float: left;
 }

 .mitarbeiter_ueberschrift {
   width: 1200px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }
 
 .impressum_ueberschrift {
   width: 1200px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }
 
 .impressum_box {
  float: left;
  margin-left: 25px;
  margin-top: 15px;
  width: 550px;
  height: 450px;
  font-size: 12px;
  text-align: left;
 }
 
 .impressum_box_zw_ueberschrift {
  width: 500px;
  height:16px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #cccccc;
  border-radius:4px;
  vertical-align: middle;
 }
 
 .impressum_box_zeile {
  margin-left:25px;
  vertical-align: middle;
 }

 .impressum_box_datenschutz_text {
  margin-left: 25px;
  width: 450px;
 }

 .dsgvo_scroll_vertical {
  width: 1150px;
  height: 450px;
  overflow-y: scroll;
  margin-left: 30px;
  margin-top: 25px;
  text-align:left;
 }
 
 
 
 
 .kontakt_ueberschrift {
   width: 1200px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .bestellungen_box_datum {
  width: 150px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

  .bestellungen_box_essen {
  width: 1160px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }



 .liste_bestellungen_ueberschrift {
   width: 1360px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

  .bestellungen_datum_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .bestellungen_datum_zeile {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
 }

 .bestellungen_datum_zeile_ft {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold;
   color: #ff0000;
 }

 
 .bestellungen_datum_zeile:hover {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold; 
 }
 
 .bestellungen_datum_zeile_aktiv {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold;
   border: #cccccc 1px solid;   
 }

 .bestellungen_ueberschrift {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 1140px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .bestellungen_zeile_gericht {
   height: 20px;
   text-align: left;
   vertical-align: middle;
   width: 980px;
   margin-left: 25px;
   margin-top:25px;
   font-size:14px;
 }

 .bestellungen_zeile {
   height: 20px;
   text-align: left;
   vertical-align: middle;
   width: 980px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
 }

 .bestellungen_zeile_spalte_essen {
  width: 600px;
  height:20px;
  float: left;
 }

 .bestellungen_zeile_spalte_firma {
  width: 500px;
  height:20px;
  float: left;
  margin-left: 50px;
}

 .bestellungen_zeile_spalte_summe {
  width: 300px;
  height:20px;
  float: left;
  margin-left: 50px;
  font-weight: bold;
}


 .bestellungen_zeile_spalte_firma_anzahl {
  width: 50px;
  height:20px;
  float: left;
  margin-left: 5px;
  text-align: right; 
 }

 .bestellungen_hinweis {
  font-weight: bold;
  font-size:16px;
  width: 800px;
  height: 30px;
  vertical-align: middle;
  color: #ff0000;
  margin-top: 25px;
  margin-bottom: 25px;
 }

 .bestellungen_hinweis2 {
  font-size:16px;
  width: 800px;
  height: 30px;
  vertical-align: middle;
  margin-top: 25px;
  margin-bottom: 25px;
 }

 .bestellungen_buttons {
  margin-top:10px;
  margin-left:25px;
 }

 .mitarbeiterliste_box_monate {
  width: 150px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

 .mitarbeiterliste_bewirtung_nachbuchen {
  margin-left: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #990000;
  font-size: 12px;
 }
 
 .mitarbeiterliste_box_mitarbeiter {
  width:900px;
  height: 400px;
  margin-left: 25px;
  margin-top: 10px;
  float:left;
 }

 .mitarbeiterliste_scrollbereich {
  width: 950px;
  height: 400px;
  overflow-y: scroll;   
 }

 .mitarbeiterliste_kopfzeile {
  width: 980px;
  height:29px;
  padding-top: 5px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
  vertical-align: middle;
  background-color: #cccccc;
  border-radius: 5px;
  font-size:14px;
  font-weight:bold;
 }

 .mitarbeiterliste_zeile {
  width: 880px;
  height:25px;
  margin-top: 2px;
  margin-left:25px;
  text-align:left;
  font-size:14px;
 }

 .mitarbeiterliste_zeile_zw_ueberschrift_bewirtung {
  width: 550px;
  height:25px;
  margin-top: 5px;
  margin-left:25px;
  text-align:left;
  font-size:12px;
  font-weight:bold;
 }

 .mitarbeiterliste_zeile_zw_ueberschrift_bewirtung_label {
  float:left;
  margin-left: 5px;
  margin-right: 5px;
  width: 70px;
 }
 .mitarbeiterliste_zeile_zw_ueberschrift_bewirtung_edit {
  float:left;
  margin-left: 5px;
  margin-right: 5px;
 }
 .mitarbeiterliste_zeile_zw_ueberschrift_bewirtung_icon {
  float:left;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
 }
 
 .mitarbeiterliste_name {
  width:350px;
  height: 25px;
  float:left;
  margin-left: 15px;
 } 

 .mitarbeiterliste_bewirtung_select_mitarbeiter {
  border: #ccccc 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
  font-size: 11px;
  font-weight: bold;
 }

 .mitarbeiterliste_personal_nr {
  width:90px;
  height: 25px;
  float:left;
  margin-left: 15px;
 }
 
 .mitarbeiterliste_personal_nr A {
  margin-left: 3px;
 }
 
 .mitarbeiterliste_icon {
  width:40px;
  height: 25px;
  float:left;
  margin-left: 10px;
  text-align: center;
 }
 
 .mitarbeiterliste_suche_textbox {
  width: 300px;
  border: #000000 1px solid;
 }

  .mitarbeiterliste_monate_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .mitarbeiterliste_zeile {
   height: 20px;
   text-align: left;
   vertical-align: middle;
   width: 880px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
 }

 .mitarbeiterliste_monat_zeile {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
 }
 
 .mitarbeiterliste_monat_zeile:hover {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold; 
 }
 
 .mitarbeiterliste_monat_zeile_aktiv {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold;
   border: #cccccc 1px solid;   
 }

 .mitarbeiterliste_zeile_box_bestellungen {
  width: 625px;
  min-height:50px;
  margin-top: 2px;
  margin-left:100px;
  text-align:left;
  font-size:14px;
  overflow: auto;
  border: #cccccc 1px solid;
 }

 .mitarbeiterliste_zeile_box_bestellungen_kopf {
  width: 610px;
  height: 20px;
  margin-left: 10px;
  margin-top: 3px;
  background-color: #cccccc;
  border-radius:5px;
  font-size:11px;
  font-weight: bold;
 }

 .mitarbeiterliste_zeile_box_bestellungen_posten {
  width: 600px;
  height: 20px;
  margin-left: 25px;
  margin-top: 3px;
  font-size:11px;
 }

 .mitarbeiterliste_zeile_box_bestellungen_posten_abgesagt {
  width: 600px;
  height: 20px;
  margin-left: 25px;
  margin-top: 3px;
  font-size:11px;
  color: #cccccc;
  text-decoration: line-through;
 }

 .mitarbeiterliste_zeile_box_bestellungen_posten_versteckt {
  width: 550px;
  height: 20px;
  margin-left: 50px;
  margin-top: 3px;
  font-size:11px;
  font-weight: bold;
  display:none;
  border: #cccccc 1px solid;
  margin-bottom:2px;
 }

 .mitarbeiterliste_zeile_box_bestellungen_spalte_datum_kopf {
  width: 75px;
  float: left;
  margin-left:15px;
 }
 
 .mitarbeiterliste_zeile_box_bestellungen_spalte_datum {
  width: 75px;
  float: left;
 }
 
 .mitarbeiterliste_zeile_box_bestellungen_spalte_essen {
  width: 100px;
  float: left;
 }
 
 .mitarbeiterliste_zeile_box_bestellungen_spalte_name_gast {
  width: 200px;
  float: left;
 }
 
 .mitarbeiterliste_name_gast_textbox {
  width: 160px;
  font-size: 11px;
  border: #cccccc 1px solid;
 }

 .mitarbeiterliste_bew_grund_textbox {
  width: 400px;
  font-size: 11px;
  border: #cccccc 1px solid;
 }
 
 .mitarbeiterliste_zeile_box_bestellungen_spalte_preis {
  width: 50px;
  float: left;
 }

 .mitarbeiterliste_zeile_box_bestellungen_spalte_preis_an {
  width: 50px;
  float: left;
  font-weight: bold;
 }

 .mitarbeiterliste_zeile_box_bestellungen_spalte_icon {
  width: 30px;
  float: left;
 }
 
 .mitarbeiterliste_zeile_box_bestellungen_spalte_summe {
  width: 275px;
  float: left;
  margin-left: 15px;  
 }

 .mitarbeiterliste_zeile_box_bestellungen_spalte_summe_gast {
  width: 375px;
  float: left;
  margin-left: 15px;
 }

 .mitarbeiterliste_pers_nr_textbox {
  width: 62px;
  font-size: 10px;
  border: #cccccc 1px solid;
  margin-right:3px;
 }
 
  .mitarbeiterliste_zeile_box_inkasso {
   margin-left: 75px;
   width: 700px;
   height:120px;
   border: #cccccc 1px solid;
   font-size: 12px;
   text-align:left;
   margin-top: 5px;
   margin-bottom: 3px;
  }
  
  .mitarbeiterliste_zeile_box_inkasso_ueberschrift {
   height:22px;
   font-weight:bold;
   width: 705px;
   background-color: #cccccc;
   border-radius: 3px;
  }
 
  .mitarbeiterliste_zeile_box_inkasso_spalte_za {
   width: 250px;
   height: 18px;
   margin-left:10px;
   float:left;
  }

  .mitarbeiterliste_zeile_box_inkasso_spalte_ze {
   width: 350px;
   height: 18px;
   margin-left:10px;
   float:left;
  }

  .mitarbeiterliste_zeile_box_inkasso_zeile {
   margin-left: 5px;
   margin-top: 3px;
   height:80px;
   width: 690px;
  }
 
  .mitarbeiterliste_zeile_box_inkasso_zahlarten {
   width: 250px;
   height: 70px;
   margin-left:10px;
   margin-top: 3px;
   float: left;
   text-align:left; 
  }

  .mitarbeiterliste_zeile_box_inkasso_zahlungseingang {
   width: 350px;
   height: 70px;
   margin-left:10px;
   margin-top: 3px;
   float: left;
   text-align:left; 
  }

  .mitarbeiterliste_zeile_box_rfid {
   margin-left: 170px;
   width: 700px;
   height:100px;
   border: #cccccc 1px solid;
   font-size: 12px;
   text-align:left;
   margin-top: 5px;
   margin-bottom: 3px;
  }
  
  .mitarbeiterliste_zeile_box_rfid_ueberschrift {
   height:22px;
   font-weight:bold;
   width: 705px;
   background-color: #cccccc;
   border-radius: 3px;
  }




  .meet_me_ueberschrift {
   width: 1200px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;  
  }
  
 .meet_me_box_datum {
  width: 150px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }
 
 .meet_me_datum_zeile {
  margin-top:5px;
  width:140px;
  height:25px;
 }

 .meet_me_datum_zeile_ft {
  margin-top:5px;
  width:140px;
  height:25px;
  font-weight: bold;
  color: #ff0000;
 }

 .meet_me_datum_zeile_aktiv {
  margin-top:5px;
  font-weight: bold;
  width:140px;
  height:25px;
  border: #cccccc 1px solid;
  }

  .meet_me_datum_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }
 
 .meet_me_box_mitarbeiter {
  width:900px;
  height: 400px;
  margin-left: 25px;
  margin-top: 10px;
  float:left;
 }

  .meet_me_box_mitarbeiter_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 950px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .meet_me_zeile_firma {
  margin-left: 25px;
  margin-top:10px;
  text-align: left;
  font-size:14px;
  font-weight:bold;
  width: 900px;
  min-height:25px;
  overflow: auto;
 }
 
 .meet_me_rollbereich_mitarbeiter {
  width: 850px;
  height: 200px;
  overflow-y: scroll;
  margin-left: 10px;
  border: #cccccc 1px solid;
  display:none;
  font-weight: normal;  
 }
 
  .meet_me_rollbereich_bewirtung {
  width: 850px;
  height: 100px;
  overflow-y: scroll;
  margin-left: 10px;
  border: #cccccc 1px solid;
  display:none;  
  font-weight: normal;  
 }

 .hilfe_ueberschrift {
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  background-color: #cccccc;
  border-radius: 5px;
  height: 25px;
  margin-top:10px;
  margin-left:10px;
  font-family: Arial;
  padding-left:15px;
  padding-top: 10px;
 }
 
 .hilfe_content {
  text-align: left;
  font-size: 14px;
  border-radius: 5px;
  margin-top:25px;
  margin-left:10px; 
  font-family: Arial;
 }

 .abrechnung_ueberschrift {
   width: 1500px;
   font-weight: bold;
   font-size:20px;
   margin-left: 25px;
   margin-top: 10px;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   background-color: #cccccc;
   border-radius: 10px;
   padding-top: 5px;
 }

 .abrechnung_box_monate {
  width: 150px;
  height: 400px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }
 
  .abrechnung_monate_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }
 
 .abrechnung_zeile_ueberschrift {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 1280px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .abrechnung_monat_zeile {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
 }
 
 .abrechnung_monat_zeile:hover {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold; 
 }
 
 .abrechnung_monat_zeile_aktiv {
   height: 25px;
   text-align: left;
   vertical-align: middle;
   width: 135px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px;
   font-weight: bold;
   border: #cccccc 1px solid;   
 }

 .abrechnung_box_summen_firma {
  width: 1300px;
  height: 450px;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
 }

 .abrechnung_box_summen_firma_ueberschrift {
   height: 25px;
   text-align: center;
   vertical-align: middle;
   width: 1280px;
   margin-left: 10px;
   margin-top:5px;
   font-size:14px; 
   font-weight: bold;
   border-radius: 5px;
   background-color: #cccccc;
 }

 .abrechnung_tab_ueberschrift {
  background-color: #cccccc;
  font-weight: bold;
  width: 1250px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  margin-top:10px;
  margin-left:10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
 }
 
 .abrechnung_tab_spalte_firma {
  border: #cccccc 1px solid;
  font-weight: bold;
  width: 230px;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
 }
 
 .abrechnung_tab_spalte_abrechnung {
  border: #cccccc 1px solid;
  font-weight: bold;
  width: 140px;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
 }
 
 .abrechnung_tab_spalte_summe_mahlzeit {
  border: #cccccc 1px solid;
  font-weight: bold;
  width: 140px;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
 }
 
 .abrechnung_tab_spalte_summe_gesamt {
  border: #cccccc 1px solid;
  font-weight: bold;
  width: 70px;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;  
 }

 .abrechnung_tab_spalte_summe_druck {
  border: #cccccc 1px solid;
  font-weight: bold;
  width: 90px;
  padding-left: 10px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
 }

 
 .abrechnung_tab_zeile {
  width: 1250px;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  margin-top:5px;
  margin-left:10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;  
 }

.nervendesFenster {
   z-index: 2;
   box-shadow: 5px 5px 5px #888;
   border-radius: 15px;
   background-color: #f8f8f8;
   border: 2px solid #ff0000;
   width: 850px;
   height: 300px;
   left: 300px;
   top: 230px; 
   position: absolute;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   font-weight: bold;
   font-size: 20px;   
 }
