
/************************************************************

  Schriftarten für das Internet
  https://css-tricks.com/snippets/css/css-font-families/

*************************************************************/

.kopf_tabelle {
  width: 100%;
  align-items: center;
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: #888800;
  margin-bottom: 22px;
}


.kopf_td_links {
  width: 20%;
  align-items: center;
  text-align: center;
}


.kopf_td_mitte {
  width: 60%;
  align-items: center;
  text-align: center;
}


.kopf_td_rechts {
  width: 20%;
  align-items: center;
  text-align: center;
}


/*  Informationsfeld  */

.infolabel {
  font-family: 'Times New Roman', sans-serif;
  font-size: 1.0em;
  color: #336633;
}


/*  Shop Überschrift  */

.shopueberschrift {
  font-family: 'Times New Roman', sans-serif;
  font-size: 2.8em;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
  color: #222299;
  padding: 10px;
  margin: 0px;
}


.shopuntertitel {
  font-family: 'Times New Roman', sans-serif;
  font-size: 1.2em;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
  color: #3333bb;
  padding: 10px;
  margin: 0px;
}


.shopunteruntertitel {
  font-family: 'Times New Roman', sans-serif;
  font-size: 0.8em;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
  color: #3333bb;
  padding: 1px;
  margin: 0px;
}


/*  Loggin Feld  */

.logformlabel {
  font-family: 'Times New Roman', sans-serif;
  font-size: 1.0em;
}


.logforminput {
  margin: 3px;
  font-size: 0.6em;
}


.logbutton {
	border-width: 0px;
   font-family: 'Times New Roman', sans-serif;
   font-size: 0.8em;
   margin-top: 8px;
   color: #223344;
}
.logbutton:hover {
   color: #005000;
   background-color: #ddee33;
   cursor: pointer;
}

