
.seitenkopf {
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 4px 4px 5px #000000;
	background-color: #2B8E2F;
	padding: 1px 0 1px 10px;
	border-radius: 15px 15px 0 0;
}

.container {
	width: 95%;
	max-width: 1000px;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 10px;
	background-color: #FFF;
	border: 3px solid #2B8E2F;
}

.ueberschrift {
	background-color: #e9e9e9;
	margin: 10px 20px 20px 10px;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 3px 3px 4px #838383;
}

.footerleft {
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #000000;
	padding-left: 10px;
	background-color: #2B8E2F;
	/* background-color: #FF0000; */
	width: 240px;
	float: left;
}

.footerright {
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2B8E2F;
	/* background-color: #FF0000; */
	width: 80px;
	float: right;
	text-align: right;
}

.footerkombiniert {
	padding: 0 10px 10px 0;
	background-color: #2B8E2F;
	/* background-color: red; */
	height: 105px;
	border-radius: 0 0 15px 15px;
}

.neuerdatensatz {
	background-color: #a4fc9f;
	margin: 0 10px 10px 0;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}

.datensatzaendern {
	background-color: #fcf69f;
	margin: 0 10px 10px 0;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}

.datensatzloeschen {
	background-color: #fc9f9f;
	margin: 0 10px 0 0;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}

.wareanzeigen {
	background-color: #d7d7d7;
	margin: 0 10px 0 0;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
}

.kopfbestellung {
	background-color: #ffffff;
	margin: 0 10px 10px 0;
	border: 1px solid;
	border-radius: 10px;
}

.hauptkategorie {
	font-size: 16px;
	font-weight: bold;
	background-color: #2B8E2F;
	/* background-color: red; */
	color: white;
	margin: 15px 5px 0 2px;
	border: 1px solid;
	border-radius: 10px;
}

.unterkategorie {
	font-size: 14px;
	background-color: #9f9f9f;
	margin: 2px 5px 0 7px;
	border: 1px solid;
	border-radius: 10px;
}

.datensatzanzeige {
	background-color: #bfbfbf;
	margin: 2px 5px 0 7px;
	border: 1px solid;
	border-radius: 10px;
}

h3 {
	font-style: italic;
}
h6 {
	padding-left: 10px;
}

table {
   border: 1px solid gray;
   margin: 5px 10px 5px 5px;
   padding: 5px;
   border-radius: 10px;
}

.tableMove {
	width: 400px;
	margin: 3;
	padding: 5px;
	list-style: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

caption {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #2B8E2F;
	/* background-color: red; */
	border: 0px;
	border-radius: 6px;
	color: white;
	padding: 5px 5px 5px 30px;
	margin-bottom: 10px;
	box-shadow: inset 0 0 10px 3px rgba(0,0,0,0.5);
}
th, td {
   border: none;
   padding: 3px 10px 3px 3px;
   font-family: Arial, Helvetica, sans-serif;
   vertical-align: center;
}
th {
   background-color: #DDD;
   text-align: right;
   border-radius: 5px;
   box-shadow: inset 3px 3px 8px -3px rgba(0,0,0,0.5);
   border: 1px solid;
   border-color: #999999;
}
td {
	text-align: left;
}
db {
   font-weight: bold;
}

button, input[type=submit], input[type=reset] {
  border: 1px solid;
  border-radius: 5px;
  margin: 5px 5px;
  padding: 6px 20px 6px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3em;
  box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
}
input {
  background-color: #80C8ff; /* Blau */
  color: #000;
}

button {
  background-color: #000; /* Schwarz */
  color: white;
  width: 300px;
}

.buttonBlue {
  background-color: blue;
  color: white;
}

.buttonGreen {
  background-color: green;
  color: white;
}

.buttonYellow {
  background-color: yellow;
  color: black;
}

.buttonRed {
  background-color: red;
  color: white;
}

.buttonOrange {
  background-color: #ffa200;
  color: black;
}

.buttonHellgrau {
  background-color: #9a9a9a;
  color: white;
}

.buttonDunkelgrau {
  background-color: #5a5a5a;
  color: white;
}

.buttonAendern {
  width: 80px;
  font-size: 0.9em;
  padding: 2px;
  margin: 0;
  background-color: yellow;
  color: black;
}

.list-container {
	width: 300px;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
}

.list-element {
	margin: 0;
	padding: 5px;
	list-style: none;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: move;
	border-bottom: solid 1px black;
	transition: 250ms all cubic-bezier(0.4, 0.0, 0.2, 1);
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: white;
	color: black;
	border: 1px solid;
}

textarea {
	background-color: #80C8ff; /* Blau */
	color: #000;
	width: 100%;
	height: 10em;
	font-family: Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], input[type=number], input[type=date], input[type=email], textarea	{
	width: 100%;
	padding:5px;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: inset 3px 3px 8px -3px rgba(0,0,0,0.5);
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=date]:focus, input[type=email]:focus, textarea:focus {
  border-color:#333;
	background-color: #80C8aa;
}

select {
	padding:2px 0px 2px 10px;
	border-radius: 5px;
	background-color: #80C8ff;
	box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.5);
}
div {
	padding: 5px;
}

hr {
	margin-right: 10px;
}
